Skip to content

Releases: graphql-python/graphql-core

v1.0.2

Choose a tag to compare

@Cito Cito released this 10 Mar 22:10

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

Choose a tag to compare

@Cito Cito released this 22 Oct 20:43

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

Choose a tag to compare

@Cito Cito released this 06 Sep 15:56

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

v1.0.0rc2

v1.0.0rc2 Pre-release
Pre-release

Choose a tag to compare

@Cito Cito released this 01 Aug 21:45

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