Skip to content

2.1.0

Compare
Choose a tag to compare
@syrusakbary syrusakbary released this 19 Jul 20:36
· 76 commits to master since this release

Changelog

Release's candidates Changelog

The following list includes the changes listed in each of the release candidates for 2.1.

2.1rc3

  • Improved async generators 4d2f7e7 (thanks @ciscorn!)
  • Added static typing with mypy fa4eeda 🎉
  • Fixed errors in middleware when resolvers were not returning promises but Exceptions 6a3f900

2.1rc2

  • Fixed quiver_cloud backend imports 79811e1
  • Added to_dict method to ExecutionResult ff6b490
  • Improved middleware init speed 24be647

2.1rc1

  • Improved backend tests 37bcf6a
  • Improved format_error function using six compatibility library 52de303
  • Added get_operation_type to GraphQLDocument 27e21e4

2.1rc0

  • Add path tracking in ResolveInfo #148
  • Add path to GraphQL raised errors #186
  • Fixed GraphQLInt description ea0dd0c
  • Improved Enum support #163
  • Make GraphQLEnumValue importable from main module 9ec3d7c
  • Fixed memory leak in executors f2c4f6d
  • Added official support to Python 3.6
  • Added pre-commit #178
  • Added is_deprecated property to GraphQLField #175
  • Added support for pluggable backends #185