Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql-python/graphql-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: graphql-python/graphql-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 26 files changed
  • 3 contributors

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    0bd3e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a80d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33fbc48 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    aa6b278 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    30301ef View commit details
    Browse the repository at this point in the history
  2. Fixed GraphiQL

    syrusakbary committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    994f77f View commit details
    Browse the repository at this point in the history
  3. Raise error on form-data

    syrusakbary committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    7147649 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    5608de6 View commit details
    Browse the repository at this point in the history
  2. Updated graphql server

    syrusakbary committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    58e087d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. 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.
    ayys authored May 16, 2023
    Configuration menu
    Copy the full SHA
    792777e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Implement the send_xjson abstract method defined in parent class

    This abstract method is defined in BaseGraphQLTransportWSHandler and is used
    instead of `send_json` like in graphql_ws protocol implementation.
    ayys committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    08b676f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. 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.
    ayys committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3b0df43 View commit details
    Browse the repository at this point in the history
  2. Accept utf-8 encoded header values when parsing multipart requests

    This is done to enable passing in utf-8 filenames in headers.
    ayys committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    637b36f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Allow passing DocumentNode to get_response to bypass validation

    to 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.
    ayys committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6959cb0 View commit details
    Browse the repository at this point in the history
Loading