Ariadne 0.12.0
This one took us a while, but Ariadne 0.12 is now available!
Ariadne 0.12 is a feature release that adds support for custom query validators, adds query cost validator that enables developers to limit maximum complexity of GraphQL query that can be executed by the server, and adds an option for disabling the GraphQL introspection and the GraphQL Playground IDE on servers.
This release also locks required GraphQL core version at 3.0. Support for 3.1 is coming in future version.
Finally, this release also adds extensions
support to the Django view, and fixes a reported bug in ScalarType
default parse_literal
producing an error when GraphQL query contained both literal and query variables.