Skip to content

Releases: strawberry-graphql/strawberry-django

Release 0.67.2

23 Nov 11:54
e1e8e91

Choose a tag to compare

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

22 Nov 11:57
407d80a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.67.0...v0.67.1

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