-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: graphql-python/graphql-server
base: master
head repository: graphql-python/graphql-server
compare: v3
- 14 commits
- 26 files changed
- 3 contributors
Commits on Feb 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0bd3e64 - Browse repository at this point
Copy the full SHA 0bd3e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a80d1 - Browse repository at this point
Copy the full SHA c4a80d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33fbc48 - Browse repository at this point
Copy the full SHA 33fbc48View commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa6b278 - Browse repository at this point
Copy the full SHA aa6b278View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 30301ef - Browse repository at this point
Copy the full SHA 30301efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 994f77f - Browse repository at this point
Copy the full SHA 994f77fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7147649 - Browse repository at this point
Copy the full SHA 7147649View commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5608de6 - Browse repository at this point
Copy the full SHA 5608de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e087d - Browse repository at this point
Copy the full SHA 58e087dView commit details
Commits on May 16, 2023
-
Fix bugs with transport-ws-protocol (#111)
I am guessing this branch was only used with GraphQLWSHandler, and not with GraphQLTransportWSHandler. That's probably why there were a bunch of bugs. This PR fixes those.
Configuration menu - View commit details
-
Copy full SHA for 792777e - Browse repository at this point
Copy the full SHA 792777eView commit details
Commits on Dec 3, 2023
-
Implement the
send_xjson
abstract method defined in parent classThis abstract method is defined in BaseGraphQLTransportWSHandler and is used instead of `send_json` like in graphql_ws protocol implementation.
Configuration menu - View commit details
-
Copy full SHA for 08b676f - Browse repository at this point
Copy the full SHA 08b676fView commit details
Commits on Jan 12, 2024
-
bugfix: multipart uploads now work
This makes multi-part post requests work in cases where one or more files are being sent with the graphql query.
Configuration menu - View commit details
-
Copy full SHA for 3b0df43 - Browse repository at this point
Copy the full SHA 3b0df43View commit details -
Accept utf-8 encoded header values when parsing multipart requests
This is done to enable passing in utf-8 filenames in headers.
Configuration menu - View commit details
-
Copy full SHA for 637b36f - Browse repository at this point
Copy the full SHA 637b36fView commit details
Commits on Feb 26, 2024
-
Allow passing DocumentNode to
get_response
to bypass validationto add support for persisted queries, we want to bypass repeated validation of queries that have already been parsed and validated. This allows that by letting the user pass in the `DocumentNode` directly which bypasses much of the parsing and validation, making the query processing faster.
Configuration menu - View commit details
-
Copy full SHA for 6959cb0 - Browse repository at this point
Copy the full SHA 6959cb0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...v3