Skip to content

Releases: strawberry-graphql/strawberry-django

Release 0.57.0

02 Mar 11:59
25db851
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.56.0...v0.57.0

Release 0.56.0

16 Feb 10:24
dad9316
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.55.2...v0.56.0

Release 0.55.2

12 Feb 16:44
95dc43b
Compare
Choose a tag to compare

What's Changed

  • Move django-tree-queries dependency to dev (it was wrongly added to main dependencies) (fec457e)

Full Changelog: v0.55.1...v0.55.2

Release 0.55.1

26 Jan 11:28
c1c8595
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.55.0...v0.55.1

Release 0.55.0

12 Jan 11:30
0bd0705
Compare
Choose a tag to compare

What's Changed

  • feat: Allow setting max_results for connection fields by @bellini666 in #689

Full Changelog: v0.54.0...v0.55.0

Release 0.54.0

09 Jan 18:42
dbaf898
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.53.3...v0.54.0

Release 0.53.3

07 Jan 18:03
a30755f
Compare
Choose a tag to compare

What's changed

  • fix(mutations): Make sure we skip refetch when the optimizer is disabled (06f62c7)

Full Changelog: v0.53.2...v0.53.3

Release 0.53.2

07 Jan 17:36
237c01e
Compare
Choose a tag to compare

What's Changed

  • fix: skip empty choice value when generating enums from choices by @fabien-michel in #687
  • test: Replace django mptt with django tree queries for tests by @kwongtn in #684

Full Changelog: v0.53.1...v0.53.2

Release 0.53.1

03 Jan 18:09
d55d956
Compare
Choose a tag to compare

What's Changed

  • fix(optimizer): Fix nested pagination optimization for m2m relations by @bellini666 in #681
  • Update test scope to include django 5.1 by @kwongtn in #683

Full Changelog: v0.53.0...v0.53.1

Release 0.53.0

21 Dec 10:05
48b54fd
Compare
Choose a tag to compare

What's Changed

  • Support multi-level nested create/update with model full_clean() by @philipstarkey in #659

New Contributors

Full Changelog: v0.52.1...v0.53.0