Skip to content

Releases: strawberry-graphql/strawberry-django

Release 0.37.1

14 Apr 13:42
44679cb
Compare
Choose a tag to compare

What's Changed

  • Fixing Docs Typo by @drewbeno1 in #513
  • fix: fix debug toolbar when used with apollo_sandbox ide (#514)
  • fix: fix debug toolbar running on ASGI and Python 3.12

New Contributors

Full Changelog: v0.37.0...v0.37.1

Release 0.37.0

01 Apr 21:41
418c78b
Compare
Choose a tag to compare

What's Changed

  • feat: filter_field optional value resolution by @Kitefiko in #510

Full Changelog: v0.36.0...v0.37.0

Release 0.36.0

30 Mar 23:19
e163d39
Compare
Choose a tag to compare

What's Changed

  • feat: properly resolve _id fields to ID (#506)

Full Changelog: v0.35.1...v0.36.0

Release 0.35.1

19 Mar 14:38
425b75b
Compare
Choose a tag to compare

What's Changed

  • fix: async with new filter API (assert queryset is wrong) by @devkral in #504

Full Changelog: v0.35.0...v0.35.1

Release 0.35.0

18 Mar 21:56
40a489b
Compare
Choose a tag to compare

🚀 Highlights (contains BREAKING CHANGES)

This release contains a major refactor of how filters and ordering works with this library (#478).

Thank you very much for this excellent work @Kitefiko 😊

Some distinctions between the new API and the old API:

Filtering

IMPORTANT NOTE: If you find any issues and/or can't migrate your codebase yet, the old behaviour can still be achieved by setting USE_DEPRECATED_FILTERS=True in your django settings: https://strawberry-graphql.github.io/strawberry-django/guide/filters/#legacy-filtering

Also, make sure to report any issues you find with the new API.

Ordering

There are no breaking changes in the new ordering API, but please report any issues you find when using it.

New Contributors

Full Changelog: v0.34.0...v0.35.0

Release 0.34.0

16 Mar 13:33
43362e4
Compare
Choose a tag to compare

What's Changed

  • Fix _perm_cache processing by @vecchp in #498
  • feat: Add support for generated enums in mutation input by @cngai in #497

New Contributors

Full Changelog: v0.33.0...v0.34.0

Release 0.33.0

05 Mar 13:50
67433e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.32.2...v0.33.0

Release 0.32.2

27 Feb 21:18
b91bae9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.32.0...v0.32.2

Release 0.32.0

19 Feb 18:34
7fe8b52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.31.0...v0.32.0

Release 0.31.0

07 Feb 23:32
8101eef
Compare
Choose a tag to compare

What's Changed

  • chore: Rename all links to the new repository name by @bellini666 in #477
  • fix: cache definitions in optimizer by @yergom in #474

New Contributors

Full Changelog: v0.30.1...v0.31.0