Skip to content

Releases: graphql-python/aiohttp-graphql

v1.1.0

03 May 20:23
Compare
Choose a tag to compare

Version 1.1 of aiohttp-graphql with the following improvements and changes:

  • Allow to pass through execution options (#10)
  • Fixed deprecation warnings (#13)
  • Support for subsriptions (#14)
  • Updated to the latest GraphiQL, fetch and React versions
  • Updated dependencies
  • Reformatted code with black

This version also pinned the GraphQL-core version to below 3, since it is not compatible with the new GraphQL-core v3. A modern version of aiohttp-graphql supporting GraphQL-core v3 is planned as the next major release.

v1.0.0

03 May 20:15
Compare
Choose a tag to compare

First version of aiohttp-graphql created by Devin Fee based on flask-graphql by Syrus Akbary and sanic-graphql by Sergey Porivaev.