Skip to content

[v0.4.9] graphql-core v0.4.9 release

Compare
Choose a tag to compare
@jhgg jhgg released this 17 Nov 20:07
· 628 commits to master since this release

We're happy to announce graphql-core v0.4.9 is a stable release and is ready for use in Production.

Changelog

  • Implement subscription type execition in the schema. #27
  • Clearer lex errors for unprintable unicode.
  • Introspection descriptions for scalar and introspection query types.
  • Add missing tests. #23
  • Implement [RFC] Additional optional arguments. #26
  • Bump required gevent to 1.1rc1.