Releases: strawberry-graphql/strawberry-django
Releases · strawberry-graphql/strawberry-django
Release 0.57.0
What's Changed
Full Changelog: v0.56.0...v0.57.0
Release 0.56.0
What's Changed
- Add support for the the general
Geometry
type by @shmoon-kr in #709
New Contributors
- @shmoon-kr made their first contribution in #709
Full Changelog: v0.55.2...v0.56.0
Release 0.55.2
What's Changed
- Move
django-tree-queries
dependency to dev (it was wrongly added to main dependencies) (fec457e)
Full Changelog: v0.55.1...v0.55.2
Release 0.55.1
What's Changed
- docs: fix inverted link tags by @pbratkowski in #692
- docs: fix typo by @ticosax in #696
- fix: omit TestClient from pytest's test discovery by @pbratkowski in #694
- fix(optimizer): Avoid merging prefetches when using aliases by @bellini666 in #698
New Contributors
- @pbratkowski made their first contribution in #692
- @ticosax made their first contribution in #696
Full Changelog: v0.55.0...v0.55.1
Release 0.55.0
What's Changed
- feat: Allow setting max_results for connection fields by @bellini666 in #689
Full Changelog: v0.54.0...v0.55.0
Release 0.54.0
What's Changed
- feat: Bump strawberry minumum version to 0.257.0, which contains a fix for GHSA-5xh2-23cc-5jc6 by @bellini666 in #688
Full Changelog: v0.53.3...v0.54.0
Release 0.53.3
What's changed
- fix(mutations): Make sure we skip refetch when the optimizer is disabled (06f62c7)
Full Changelog: v0.53.2...v0.53.3
Release 0.53.2
What's Changed
- fix: skip empty choice value when generating enums from choices by @fabien-michel in #687
- test: Replace django mptt with django tree queries for tests by @kwongtn in #684
Full Changelog: v0.53.1...v0.53.2
Release 0.53.1
What's Changed
- fix(optimizer): Fix nested pagination optimization for m2m relations by @bellini666 in #681
- Update test scope to include django 5.1 by @kwongtn in #683
Full Changelog: v0.53.0...v0.53.1
Release 0.53.0
What's Changed
- Support multi-level nested create/update with model
full_clean()
by @philipstarkey in #659
New Contributors
- @philipstarkey made their first contribution in #659
Full Changelog: v0.52.1...v0.53.0