Skip to content

Releases: mirumee/ariadne-codegen

0.19.a1

0.19.a1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:02
53bb68b

Pre-release (alpha). 0.19.a1 is published for early testing ahead of the 0.19.0 stable release. APIs may still change.

✨ New Features

  • Allow using non-httpx HTTP clients in the default clients — AR-1 (by @Kwaidan00 in #440)
  • Allow using a custom client for fetching the remote schema — AR-2 (by @Kwaidan00 in #444)
  • Add schema_paths for loading the schema from local paths and installed packages — AR-3 (by @Minister944 in #439)
  • Add opt-in multipart file uploads via the multipart_uploads setting — AR-6 (by @Minister944 in #437)
  • Add plugin hooks for custom_operation modules and functions (by @chestm007 in #426)
  • Add support for enums in the from part (by @MatthewZMSU in #425)

🐛 Bug Fixes

🛠️ Internal

  • Automate changelog and release notes with git-cliff, and fix pre-release note generation (by @DamianCzajkowski in #421)
  • Type-checking (ty) suppression cleanups for GraphQL and optional imports (#427)

Full Changelog: 0.18.0...0.19.a1

0.18.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 11:58
b7f7404

What's Changed

New Contributors

Full Changelog: 0.17.2...0.18.0

0.17.2

Choose a tag to compare

@github-actions github-actions released this 12 Feb 11:22
81353b1

What's Changed

New Contributors

Full Changelog: 0.17.1...0.17.2

0.17.1

Choose a tag to compare

@github-actions github-actions released this 09 Jan 10:46
abede45

What's Changed

Full Changelog: 0.17.0...0.17.1

0.17.0

Choose a tag to compare

@github-actions github-actions released this 06 Dec 19:39

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

Choose a tag to compare

@github-actions github-actions released this 13 Oct 06:38
b48fa12

What's Changed

New Contributors

Full Changelog: 0.15.3...0.16.0

0.15.3

Choose a tag to compare

@DamianCzajkowski DamianCzajkowski released this 19 Sep 10:23
88860ed

What's Changed

Full Changelog: 0.15.2...0.15.3

0.15.2

Choose a tag to compare

@DamianCzajkowski DamianCzajkowski released this 28 Aug 07:34
e9ab207

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.2

0.15.1

Choose a tag to compare

@DamianCzajkowski DamianCzajkowski released this 24 Aug 08:54

Full Changelog:

  • version update for library release

0.15.0...0.15.1

0.14.0

Choose a tag to compare

@DamianCzajkowski DamianCzajkowski released this 17 Jul 13:28
a064d22
  • 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.