Ariadne Codegen 0.9
Ariadne Codegen 0.9 is now available!
This release includes a number of fixes and improvements related to Pydantic v2.
September 11, 2023
Ariadne Codegen 0.9 is now available!
This release includes a number of fixes and improvements related to Pydantic v2.
August 22, 2023
Ariadne Codegen 0.8 has been released!
This release brings support for file uploads, pydantic v2 compliance, improved custom scalars handling, and few other features and fixes.
July 10, 2023
On the 4th of July Mirumee organized the GraphQL Gathering EU event together with The Guild, Saleor, Stellate, Escape and Hasura and support from the GraphQL Foundation.
This event took place in Spielfeld Digital Hub in Berlin. It used the unconference format where instead of a series of talks the attendees first submit the topics for discussion, then those topics are divided between three time slots, and people join the designated tables to discuss those based on their own interests.
Between those tables and talks in corridors, we've got a few takeaways that we've found relevant to the Ariadne and GraphQL developers using it.
June 27, 2023
Ariadne 0.20.1 has been released.
0.20.1 is a bugfix release that updates the GraphiQL template to use new URL for explorer plugin, if its enabled through the explorer_plugin=True
option.
June 21, 2023
Ariadne 0.20 has been released!
This release removes support for Python 3.7, adds Open Telemetry extension, deprecates Open Tracing and Apollo Tracing extensions.
It also includes bugfixes, new configuration options and updated GraphQL extensions that should perform better than previous ones in asynchronous servers.
June 15, 2023
Ariadne GraphQL Proxy is now available!
Ariadne GraphQL Proxy is a Python toolkit for implementing GraphQL APIs that can combine local and remote schemas into single graph.
While this is a 0.1 release, plenty of utilities are already implemented:
Please note that Ariadne GraphQL Proxy is currently in technology preview stage.
June 1, 2023
Ariadne Codegen 0.7 is now available!
This release brings support for subscriptions, changes how fragments are represented in generated code, introduces the ShorterResultsPlugin
plugin developed by our amazing community, and more features and fixes.
April 18, 2023
Ariadne Codegen 0.6 has been released!
This release brings further improvements and fixes to issues reported to us by our amazing community. It also adds process_name
plugin hook as an escape hatch for developers not happy with Python names created for GraphQL schema items.
April 5, 2023
Ariadne Codegen 0.5 is now available!
This release brings multiple bunch of new options and improvements to the ariande-codegen
command.
March 28, 2023
Ariadne 0.19.1 has been released.
0.19.1 is a bugfix release that includes graphql
files with definitions required by Apollo Federation component, which were missing from 0.19 release.