Ariadne GraphQL Proxy 0.3
Ariadne GraphQL Proxy 0.3 is now available.
This release implements new features we found necessary for our use cases and fixes the issues we've found in testing.
March 26, 2024
Ariadne GraphQL Proxy 0.3 is now available.
This release implements new features we found necessary for our use cases and fixes the issues we've found in testing.
March 18, 2024
Ariadne 0.23 is now out.
Ariadne 0.23 is a maintenance release that adds opt-in support for executing query
operations over GET
requests, bumps Apollo Federation support to 2.6 and addresses two small bugs.
March 4, 2024
Ariadne Codegen 0.13 is now available. This is a bugfix release that addresses reported issues.
February 21, 2024
Ariadne GraphQL Modules 0.8 is now available.
This release updates library to work with Ariadne 0.22.
February 5, 2024
Ariadne Codegen 0.12 has been released!
This is a maintenance release that fixes reported bugs in Pydantic models creation, subscriptions, plugins and adds support for saving schema to graphql
file.
January 31, 2024
Ariadne 0.22 has been released!
This release fixes the invalid error message being returned from the GraphQLTransportWSHandler
if the GraphQL error occurred for the query or mutation operations. It also improves implementation of enums handling.
December 5, 2023
Ariadne Codegen 0.11 is now available!
This release brings performance improvements and new options for default base clients.
November 15, 2023
Ariadne Codegen 0.10 has been released!
This release improves the snake case conversion of operation names, adds opt-in support for Open Telemetry tracing, introduces the ExtractOperationsPlugin
plugin, adds Python 3.12 to the supported versions, and brings other features and fixes.
November 8, 2023
Ariadne 0.21 is now available.
This is a maintenance release that updates Ariadne's dependencies and adds Python 3.12 to supported versions.
September 11, 2023
Ariadne Codegen 0.9 is now available!
This release includes a number of fixes and improvements related to Pydantic v2.