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: v3.0.0b5
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.0.0b6
Choose a head ref
  • 8 commits
  • 46 files changed
  • 6 contributors

Commits on Dec 25, 2022

  1. chore: update dependencies (#99)

    * Update dependencies
    
    * Relax flask dependency to allow flask 2
    
    * Fixes for quart >=0.15
    
    Fix quart.request.get_data signature
    
    QuartClient -> TestClientProtocol
    * Lint
    * Fix aiohttp tests
    * Update sanic to v22.6
    * Make sanic v22.9 work
    * Fix deprecation warnings
    DeprecationWarning: Use 'content=<...>' to upload raw bytes/text content.
    
    * Update graphiql to 1.4.7 for security reason
    "All versions of graphiql < 1.4.7 are vulnerable to an XSS attack."
    https://github.com/graphql/graphiql/blob/ab2b52f06213bd9bf90c905c1b460b6939f3d856/docs/security/2021-introspection-schema-xss.md
    
    * Fix webob graphiql check
    Was working by accident before
    
    * Fix quart PytestCollectionWarning
    cannot collect test class 'TestClientProtocol' because it has a __init__ constructor
    * Make Jinja2 optional
    * Add python 3.11 and remove 3.6
    * Tweak quart for python 3.7 to 3.11
    * Fix test for python 3.11
    
    Co-authored-by: Giovanni Campagna <scampa.giovanni@gmail.com>
    Co-authored-by: Choongkyu Kim <choongkyu.kim+gh@gmail.com>
    3 people authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    184ba72 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. feat: add support for execution_context_class (#100)

    Adds support for a custom execution context class as supported by graphql-core
    
    Co-authored-by: Alvin Chow <alvinchow86@gmail.com>
    kiendang and alvinchow86 authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1972b27 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    8829c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36bbd47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b9639e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Allow empty custom context in GraphQLView (#106)

    * Allow empty custom context in GraphQLView
    
    * chore: black
    
    ---------
    
    Co-authored-by: Kien Dang <mail@kien.ai>
    leonardwellthy and kiendang authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d76450a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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

Commits on May 1, 2023

  1. release: v3.0.0b6 (#109)

    kiendang authored May 1, 2023
    Configuration menu
    Copy the full SHA
    a95e12f View commit details
    Browse the repository at this point in the history
Loading