Ariadne 0.19
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.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 Codegen 0.4 is now available!
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 is now available! 🚀
0.18 is a feature release bringing multiple new features and improvements to Ariadne.

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 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.
We have created the Ariadne GraphQL Chat Example repository on GitHub that expands the Chat example from "Subscriptions" documentation with chat history, React.js client (using Apollo-Client), Redis for Broadcaster's messaging backend and Uvicorn HTTP/WebSocket server.
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 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 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).