Skip to content

Releases: mirumee/ariadne-codegen

0.17.2

12 Feb 11:22
81353b1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.1...0.17.2

0.17.1

09 Jan 10:46
abede45

Choose a tag to compare

What's Changed

Full Changelog: 0.17.0...0.17.1

0.17.0

06 Dec 19:39

Choose a tag to compare

What's Changed

  • !!! Drop Python 3.9 and support Python 3.14 by @DamianCzajkowski in #398
  • Add include_typename configuration option for better GraphQL API compatibility by @jacksonpradolima in #379
  • fix sub-variables are not correctly recovered from sub-fields by @flonou in #325
  • Update variable collection in base_operation.py by @keyfayaz in #391
  • Fix __typename field handling to use GraphQLString by @MattKobayashi in #393
  • Add a setting that sets default=None to all optional fields so they can be missing from response and still parse by @etareduction in #385
  • Tests: Normalise schema spelling when comparing by @mjpieters in #339

New Contributors

Full Changelog: 0.16.0...0.17.0

0.16.0

13 Oct 06:38
b48fa12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.3...0.16.0

0.15.3

19 Sep 10:23
88860ed

Choose a tag to compare

What's Changed

Full Changelog: 0.15.2...0.15.3

0.15.2

28 Aug 07:34
e9ab207

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.2

0.15.1

24 Aug 08:54

Choose a tag to compare

Full Changelog:

  • version update for library release

0.15.0...0.15.1

0.14.0

17 Jul 13:28
a064d22

Choose a tag to compare

  • Added ClientForwardRefsPlugin to standard plugins.
  • Re-added model_rebuild calls for input types with forward references.
  • Fixed fragments on interfaces being omitted from generated client.
  • Fixed @include directive result type when using convert_to_snake_case option.
  • Added Custom query builder feature.

0.14.0.dev2

12 Jul 10:54

Choose a tag to compare

0.14.0.dev2 Pre-release
Pre-release

Second version of ariadne codegen custom query builder

0.14.0.dev1

11 Jun 12:33

Choose a tag to compare

0.14.0.dev1 Pre-release
Pre-release
  • Experimental version of ariadne codegen custom query builder