Skip to content

Releases: graphql-python/graphql-core

v3.3.0a5

14 Apr 17:25
3cf0d26
Compare
Choose a tag to compare
v3.3.0a5 Pre-release
Pre-release

Alpha release GraphQL-core v3.3.0a5, based on GraphQL.js v17.0.0a2.

This alpha release already includes a lot of the changes and fixes in GraphQL.js v17.0.0a3.

Thanks again to the sponsors of this project, @patrick91, @jkimbo, @sentry and @codecov, and to the contributors for this release, @fedirz and @yilinjuang.

v3.3.0a4

17 Feb 11:42
e256148
Compare
Choose a tag to compare
v3.3.0a4 Pre-release
Pre-release

Alpha release GraphQL-core v3.3.0a4, based on GraphQL.js v17.0.0a2.

This alpha release officially supports Python 3.12, and comes with some fixes. It also includes some changes and fixes in GraphQL.js v17.0.0a3.

A big thank you goes to the sponsors of this project, @patrick91, @jkimbo, @sentry and @codecov, and to the contributors for this release, @evanmays and @mrtc0.

v3.3.0a3

04 Jun 20:31
f7e937c
Compare
Choose a tag to compare
v3.3.0a3 Pre-release
Pre-release

Alpha release GraphQL-core v3.3.0a3, based on GraphQL.js v17.0.0a2.

This alpha release ports the remaining changes in GraphQL.js v17.0.0a2.

Particularly noteworthy are these new features:

There is also one breaking change:

  • The subscribe function now stays synchronous when possible.
    This change aligns the return types of execute and subscribe
    (as well as the create_source_event_stream function)
    with respect to returning values or awaitables (graphql/graphql-js#3620).

This alpha release also contains the following changes and features:

  • Undefined is not an exception any more (#187)
  • Optimized parallel execution when there is only one task (#190)
  • GraphQLInputFieldOutType is now importable (#195)
  • Include name in representation of nodes (#198)
  • Turn MapAsyncIterable into an AsyncGenerator (#199)

Big shoutout to all who are sponsoring me (@Cito), such as @indeedeng, @patrick91 and @jkimbo, and to all who contributed by reporting issues or sending PRs, such as @erikwrede, @ipeterov, @kevinvalk, @kristjanvalur, @LinuxIsCool, @QSHolzner and @rafalp.

v3.3.0a2

03 Nov 21:48
619a77a
Compare
Choose a tag to compare
v3.3.0a2 Pre-release
Pre-release

Alpha release GraphQL-core v3.3.0a2, still based on GraphQL.js v17.0.0a1.

This alpha release already ports some of the changes in GraphQL.js v17.0.0a2. There will be another alpha release with the remaining changes soon. This alpha release also adds the following new features:

  • Solve issues with pickled schemas (#173)
  • Use type guards (#183)

Thanks to all who are sponsoring me (@Cito), particularly to Vendia for sponsoring the work on #173, and to others who contributed, particularly to @helderco for the suggestion to use type guards.

v3.3.0a1

24 Sep 21:48
5023c1e
Compare
Choose a tag to compare
v3.3.0a1 Pre-release
Pre-release

Alpha release GraphQL-core v3.3.0a1, based on GraphQL.js v17.0.0a1.

This alpha release ports all of the changes in GraphQL.js v17.0.0a1.

Note that his means the removal of several functions that had been marked as deprecated before.

Other noteable changes:

  • starting with this alpha release, Python 3.6 is no longer supported
  • we use the new dependency groups feature of poetry (#177)
  • support for setuptools has been removed, builds must be done with poetry (#178)
  • we now use bugbear and bandit to detect possible security problems and code flaws

Thanks again to all who are sponsoring me (@Cito) and thereby motivated me to continue maintaining this project.

v3.2.3

23 Sep 08:40
430ee89
Compare
Choose a tag to compare

Patch-release GraphQL-core v3.2.3, based on GraphQL.js v16.6.0.

This patch-releases includes only one change in GraphQL.js v16.6.0:

  • The parser now allows to limit the number of tokens

Thanks to all who are sponsoring me (@Cito) for maintaining this project.

v3.2.2

22 Sep 20:18
fccf52e
Compare
Choose a tag to compare

Patch-release GraphQL-core v3.2.2, based on GraphQL.js v16.4.0.

This patch-releases includes the changes in GraphQL.js v16.4.0, and the following fixes:

  • Require typing extensions when needed
  • Recommend using poetry instead of pipenv in the docs (#161)
  • Cast error message to string to handle proxy objects (#175)
  • Remove newline in description (#180)

Thanks to @chenrui333, @conao3, @jkimbo, @singingwolfboy for contributing and to all who are sponsoring me (@Cito) for maintaining this project.

v3.2.1

06 Apr 21:29
63eba31
Compare
Choose a tag to compare

Patch-release GraphQL-core v3.2.1, based on GraphQL.js v16.3.0.

This patch-releases includes the changes in GraphQL.js v16.3.0, and the following fix:

  • Serialize with maximum precision when converting float to FloatValue (#164)

Thanks to @bennyweise for contributing and all who are sponsoring me (@Cito) for maintaining this project.

v3.2.0

15 Jan 15:37
66e5ae9
Compare
Choose a tag to compare

Final release of GraphQL-core v3.2.0, based on GraphQL.js v16.2.0.

See v3.2.0rc1, v3.2.0rc2, v3.2.0rc3, v3.2.0rc4, v3.2.0rc5 and the changelog of GraphQL.js for a complete list of changes.

Thanks to all who contributed and are sponsoring me (@Cito) for maintaining this project.

v3.2.0rc5

15 Jan 13:37
27768d3
Compare
Choose a tag to compare
v3.2.0rc5 Pre-release
Pre-release

Pre-release GraphQL-core v3.2.0rc5, based on GraphQL.js v16.1.0.

In addition to porting the recent changes in GraphQL.js,
this pre-release also contains the following improvements:

  • Add flag for using enum names or members as values (#73)
  • Add typed dicts for to_kwargs results (#99)
  • Add ast_to_dict utility function (#136)
  • Make print_block_string work with string proxy objects (#153)
  • Prevent infinite loop in OverlappingFieldsCanBeMergedRule (fetched ahead)

Please test this pre-release and report any issues, the final release is imminent.