Skip to content

Ariadne 0.23.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rafalp rafalp released this 29 Feb 17:07
· 25 commits to main since this release

Changelog

  • Added execute_get_queries setting to the GraphQL apps that controls execution of the GraphQL "query" operations made with GET requests. Defaults to False.
  • Added support for the Apollo Federation versions up to 2.6.
  • Fixed deprecation warnings in Apollo Tracing extension.
  • Added a check to prevent subscription operation execution when query is made with POST request.