Skip to content

Releases: strawberry-graphql/strawberry-django

Release 0.67.0

18 Oct 11:33
6456a7b

Choose a tag to compare

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.

  • feat: Forward custom kwargs to relay connection resolver by @stygmate in #801

Full Changelog: v0.66.2...v0.67.0

Release 0.66.2

15 Oct 09:41
34f3256

Choose a tag to compare

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

14 Oct 16:05
a79b543

Choose a tag to compare

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

12 Oct 10:57
4c7a47d

Choose a tag to compare

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

26 Jul 10:55
375fa40

Choose a tag to compare

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

20 Jul 08:38
f228320

Choose a tag to compare

What's Changed

Full Changelog: v0.64.0...v0.65.0

Release 0.64.0

19 Jul 11:16
3cf0e74

Choose a tag to compare

What's changed

  • feat: bump minimum Strawberry version to 0.276.2

Full Changelog: v0.63.0...v0.64.0

Release 0.63.0

16 Jul 11:54
a5c5277

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.62.0...v0.63.0

Release 0.62.0

16 Jun 17:24
6a0005d

Choose a tag to compare

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

  • @soby made their first contribution in #762

Full Changelog: v0.61.0...v0.62.0

Release 0.61.0

08 Jun 09:50
4609ae3

Choose a tag to compare

What's Changed

Full Changelog: v0.60.0...v0.61.0