Releases: strawberry-graphql/strawberry-django
Releases · strawberry-graphql/strawberry-django
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
Release 0.62.0
What's Changed
- delete unused filters for creating mutations by @star2000 in #761
- fix: fix filters using lazy annotations by @bellini666 in #765
- Add support for AND/OR filters to be lists by @soby in #762
New Contributors
Full Changelog: v0.61.0...v0.62.0
Release 0.61.0
What's Changed
- feat(security): disallow mutations without filters by @star2000 in #755
- fix(ordering): fix lazy types in ordering by @bellini666 in #759
Full Changelog: v0.60.0...v0.61.0