Skip to main content

Ariadne 0.19

· 2 min read

Ariadne 0.19 is now out!

Ariadne 0.19 is a feature release that brings improvements for GraphQL inputs and enums. It also includes improvements to the Apollo Federation implementation contributed by the community.

Ariadne 0.18.1

· One min read

Ariadne 0.18.1 has been released.

0.18.1 is a bugfix release that fixes types annotation on EnumType's constructor, Mypy errors on correct use.

Ariadne 0.18

· 6 min read

Ariadne shipped!

Ariadne 0.18 is now available! 🚀

0.18 is a feature release bringing multiple new features and improvements to Ariadne.

Announcing Ariadne Codegen!

· 4 min read

Ariadne Codegen!

Today we are announcing first release of Ariadne Codegen!

Ariadne Codegen is our solution for the problem of writing and maintaining a Python boilerplate code for GraphQL clients. It's a code generator that converts GraphQL queries into production ready GraphQL client for Python.

Ariadne 0.17.1

· One min read

Ariadne 0.17.1 is a bug fix release that fixes an error that occurred when schema that defines an interface type with fields having enum arguments with default values (eg. field(arg: Enum = ENUM_MEMBER)) is introspected.

Ariadne 0.17

· 2 min read

Ariadne 0.17 is a maintenance release that unpins Starlette requirement and removes use of deprecated CGI module in WSGI implementation.

Ariadne 0.16.1

· One min read

Ariadne 0.16.1 is now available. This release fixes incorrect implementation of GraphQLTransportWSHandler causing it to support only a single connection over a websocket.

Ariadne GraphQL Modules 0.7.0

· One min read

Ariadne GraphQL Modules 0.7 has been released. This release adds support for Ariadne's approach to defining a schema to make_executable_schema, enabling developers to incrementally switch their schema definition to modular approach (or vice versa).