Skip to content

v3.0.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@KingDarBoja KingDarBoja released this 02 Aug 17:45
· 31 commits to master since this release
f5e8302

This is the first beta version of graphql-server.

This is based on GraphQL-core 3 and supports Python 3.6+ along with other nice features from graphql.

The main changes on this version are:

  • Now supports all graphql-core 3 features and removes unsupported ones (#36):
    • No longer supports executor features (was only at graphql-core 2). (#40)
  • All server integrations (Flask, Webob, Sanic, aiohttp) are merged into this package to provide a better development workflow by providing the same changes to all of them. (#37 #38 #42 #45)
  • Now all server integration docs are available at this repo. (#54)
  • Update graphiql to 1.0.3 and brings some latest features like passing and persisting headers, subscriptions, etc. (#49 #55)
  • Improve the parsing and validation steps and also allows passing custom validation rules and limit the number of reported errors. (#53)