Releases: strawberry-graphql/strawberry-django
Releases · strawberry-graphql/strawberry-django
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
Release 0.67.0
What's Changed
Note: If you have a custom connection that defines a resolve_connection method, ensure that you have **kwargs in case you are not defining all possible keyword parameters.
Full Changelog: v0.66.2...v0.67.0
Release 0.66.2
What's changed
- fix: fix one extra broken future annotations with the new | syntax (cb9df84)
Full Changelog: v0.66.1...v0.66.2
Release 0.66.1
What's Changed
- fix: fix broken future annotations with the new | syntax by @bellini666 in #800
Full Changelog: v0.66.0...v0.66.1
Release 0.66.0
What's Changed
- feat: support for Python 3.14 and drop 3.9, which has reached EOL by @bellini666 in #795
- fix: fix debug toolbar integration to work with v6.0 by @bellini666 in #796
- fix: Fix typo in depecation message for order decorator by @zvyn in #785
Full Changelog: v0.65.1...v0.66.0
Release 0.65.1
What's changed
- fix(field): prevent early ImportError on Field.type to break (a353b4f)
Full Changelog: v0.65.0...v0.65.1
Release 0.65.0
What's Changed
Full Changelog: v0.64.0...v0.65.0
Release 0.64.0
Release 0.63.0
What's Changed
- fix: ensure dataclass's kwarg-only is specified to allow mixing fields (closes #768) by @axieum in #769
- fix: handle lazy filters and ordering in strawberry_django.connection by @rcybulski1122012 in #773
- docs: Fix minor typo "recommented". by @roelzkie15 in #775
- test: pytest-xdist for parallel testing by @roelzkie15 in #776
New Contributors
- @roelzkie15 made their first contribution in #775
- @rcybulski1122012 made their first contribution in #773
Full Changelog: v0.62.0...v0.63.0