Releases: strawberry-graphql/strawberry-django
Releases · strawberry-graphql/strawberry-django
0.73.0
0.72.2
Nothing changed, testing the new release process using autopub.
This release was contributed by @bellini666 in #837
Reviewers: @sourcery-ai[bot]
v0.72.0
What's Changed
- feat: use the new type-friendly way to define scalars from Strawberry by @bellini666 in #832
Full Changelog: v0.71.0...v0.72.0
Release 0.71.0
What's Changed
- feat: Add string-based lookups for UUID fields by @Akay7 in #829
- feat: make messages if there's assert_no_errors more verbose by @Akay7 in #828
- refactor: replace deprecated _enum_definition with strawberry_definition (9acb4b2)
- fix(filters): use StrawberryField for DjangoModelFilterInput to respect python_name (a3d9f14)
New Contributors
Full Changelog: v0.70.1...v0.71.0
Release 0.70.1
What's Changed
- fix(input): use None as default for Maybe fields instead of UNSET by @bellini666 in #824
Full Changelog: v0.70.0...v0.70.1
Release 0.70.0
What's Changed
- feat: add support for strawberry.Maybe type in mutations and filter processing by @deepak-singh in #805
New Contributors
- @deepak-singh made their first contribution in #805
Full Changelog: v0.69.0...v0.70.0
Release 0.69.0
What's changed
- feat: use prefetch_related for FK with nested annotations (a6b3f85)
Full Changelog: v0.68.0...v0.69.0
Release 0.68.0
What's Changed
- feat: declare support for django 6.0 by @bellini666 in #821
- docs: add comprehensive guides for production usage by @bellini666 in #810
- chore(examples): modernize examples with modular apps and current best practices by @bellini666 in #811
- docs: fix critical code example errors and typos by @bellini666 in #819
Full Changelog: v0.67.2...v0.68.0
Release 0.67.2
What's changed
- fix: fix wrong total_count when using distinct on m2m/o2m relationships (ff1f016)
Full Changelog: v0.67.1...v0.67.2
Release 0.67.1
What's Changed
- fix: fix n+1 regression with fragments and custom connections by @bellini666 in #809
- fix: docs by @wimble3 in #802
New Contributors
Full Changelog: v0.67.0...v0.67.1