Skip to content

Release 0.35.0

Compare
Choose a tag to compare
@bellini666 bellini666 released this 18 Mar 21:56
· 161 commits to main since this release
40a489b

πŸš€ 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