Skip to content

Releases: graphql-python/graphql-core

v1.1.0

13 Jul 19:32
Compare
Choose a tag to compare

Public release of GraphQL-core-next, based on GraphQL.js v14.4.0.

In addition to incorporating the latest changes from GraphQL.js
(see particularly the list of changes in GraphQL.js v14.4.0),
this release also contains the following improvements and changes:

  • Made GraphQLError hashable (#35)
  • Fixed online documentation for GraphQLError
  • Support transformation of argument names (#41)
  • Support value transformation of input object types (#42)
  • Support custom type map reducers in GraphQLSchema
  • Allow comments on the last line of the query (#39)

Future versions of GraphQL-core-next will be released as GraphQL-core version 3 and up.

GraphQL-core-next has been discontinued as separate distribution.

v1.0.5

25 May 14:13
Compare
Choose a tag to compare

Public release of GraphQL-core-next, based on GraphQL.js v14.3.1.

This patch release contains the bug fix made in GraphQL.js v14.3.1 and some internal polishing.

v1.0.4

18 May 17:18
Compare
Choose a tag to compare

Public release of GraphQL-core-next, based on GraphQL.js v14.3.0.

In addition to incorporating the latest changes from GraphQL.js
(see the list of changes in GraphQL.js v14.3.0),
which include the addition of a new utility function strip_ignored_characters,
this release also contains the following improvements and changes:

  • specified_directives and similar lists are now read only lists (#31)
  • introspection_types is now a read only dict
  • Minor fixes in the Sphinx docs and some docstrings

v1.0.3

03 May 23:22
Compare
Choose a tag to compare

Public release of GraphQL-core-next, based on GraphQL.js v14.2.1.

In addition to incorporating the latest changes from GraphQL.js
(see particularly the list of changes in GraphQL.js v14.2.0),
this release also contains the following improvements and changes:

  • Check __typename not only as dict key, but also as object attribute (#25)
  • Made package PEP 561 compatible by adding py.typed file (#26)
  • Use poetry instead of pipenv for packaging (#22)

v1.0.2

10 Mar 22:10
Compare
Choose a tag to compare

Public release of GraphQL-core-next, based on GraphQL.js v14.1.1.

In addition to incorporating the latest changes from GraphQL.js,
this release also contains the following improvements and changes:

  • Add traceback to GraphQLErrors (#23)
  • Fix lexer issue with empty string (#18)
  • Keep a list of middleware resolvers (#16)
  • Support __typename attribute on data objects
  • Restrict output via inspect() in error messages
  • Remove contain_subset helper since it is not used any more

v1.0.1

22 Oct 20:43
Compare
Choose a tag to compare

Public release of GraphQL-core-next, based on GraphQL.js v14.0.2.

Besides incorporating the latest changes from GraphQL.js,
this release also contains the following improvements and changes:

  • Support GraphQL middleware (#7)
  • Support custom ExecutionContext (#6)
  • Await resolvers in parallel (#11)
  • Await subscribed execution results (#10)
  • Use inspect() instead of repr() in error messages (#12)
  • Code formatting with "black" (#8)

v1.0.0

06 Sep 15:56
Compare
Choose a tag to compare

Final version of the first public release of GraphQL-core-next, based on GraphQL.js v14.0.0.

v1.0.0rc2

01 Aug 21:45
Compare
Choose a tag to compare
v1.0.0rc2 Pre-release
Pre-release

Second release candidate for GraphQL-core-next, based on GraphQL.js v14.0.0-rc.2.