Skip to main content

Ariadne 0.12.0

· 4 min read

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.

Ariadne 0.11.0

· 3 min read

No joke, today we are releasing Ariadne 0.11!

Ariadne 0.11 is an maintenance release focused on resolving few small but annoying issues reported by the community.

Ariadne 0.10.0

· One min read

We are happy to announce that Ariadne 0.10 is now available, bringing support for Apollo Federation to the library and adding the ability to send queries to the same channel as the subscription via WebSocket.

Ariadne 0.9.0

· 2 min read

Today we are releasing Ariadne 0.9 which moves from GraphQL-core-next to GraphQL-core v3 as its GraphQL implementation.

Ariadne 0.8.0

· 2 min read

Ariadne 0.8 release brings improvements to API modularization, makes python-multipart optional dependency, and updates dependencies to latest versions. We have also added Python 3.8 to the list of officially supported Python versions.

Ariadne 0.7.0

· 3 min read

Ariadne 0.7 brings support for custom schema directives and synchronous extensions.

Ariadne 0.6.0

· 2 min read

Ariadne 0.6 is now available, bringing bug fixes, extensions and support for application performance monitoring.

Ariadne 0.4.0

· 3 min read

Ariadne 0.4.0 is now available, and with it bunch of features and improvements for developer experience, and bugfixes!

Ariadne 0.3.0

· 2 min read

Ariadne 0.3.0 release is focused on further improving the support for GraphQL specification and developer experience.