Skip to content

v3.2.0rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Cito Cito released this 12 Dec 20:38
· 296 commits to main since this release
8f37907

Pre-release GraphQL-core v3.2.0rc3, based on GraphQL.js v16.0.0rc3.

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

  • Add sync and async execution benchmarks (#141)
  • Minor code simplifications (#146)
  • Optimize node hash method through caching (#150)
  • Optimize performance of character class predicates
  • Include Python 3.10 in default test matrix