Skip to content

Releases: strawberry-graphql/strawberry-django

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

Release 0.52.1

18 Dec 18:29
9e6d2bb
Compare
Choose a tag to compare

What's Changed

  • fix(optimizer): Prevent issuing duplicated queries for certain uses of first() and get() by @diesieben07 in #675

New Contributors

Full Changelog: v0.52.0...v0.52.1

Release 0.52.0

15 Dec 11:57
1b49393
Compare
Choose a tag to compare

What's Changed

  • fix(pagination)!: Use PAGINATION_DEFAULT_LIMIT when limit is not provided by @bellini666 in #673
  • fix(mutations): Refetch instances to optimize the return value by @bellini666 in #674

Full Changelog: v0.51.0...v0.52.0

Release 0.51.0

08 Dec 18:00
d7c6958
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.50.0...v0.51.0

Release 0.50.0

09 Nov 22:35
745b7f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.49.1...v0.50.0

Release 0.49.1

19 Oct 16:46
de1117e
Compare
Choose a tag to compare

What's Changed

  • docs: Remove mention about having to enable subscriptions in the docs by @bellini666 in #645
  • Add unit tests for partial input optional field behaviour in update mutations by @SupImDos in #638
  • fix: Make sure that async fields always return Awaitables by @bellini666 in #646

Full Changelog: v0.49.0...v0.49.1

Release 0.49.0

17 Oct 14:30
5ff6250
Compare
Choose a tag to compare

What's Changed

  • feat: Official support for Python 3.13 and drop support for Python 3.8 which has reached EOL by @bellini666 in #643
  • Changed the recommended library for JWT Authentication in Django to strawberry-django-auth by @pkrakesh in #633

New Contributors

Full Changelog: v0.48.0...v0.49.0

Release 0.48.0

24 Sep 22:50
8e44a25
Compare
Choose a tag to compare

What's Changed

  • Change default Relay input m2m types from ListInput[NodeInputPartial] to ListInput[NodeInput] by @SupImDos in #630
  • refactor: Remove guardian ObjectPermissionChecker monkey patch by @bellini666 in #631

Full Changelog: v0.47.2...v0.48.0

Release 0.47.2

04 Sep 13:54
c6e8b65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.47.1...v0.47.2

Release 0.47.1

24 Jul 21:20
9025ee5
Compare
Choose a tag to compare

What's Changed

  • fix: Fix debug toolbar upgrade issue by @bellini666 in #600
  • fix: Only set False to clear FileFields when updating an instance by @bellini666 in #601

Full Changelog: v0.47.0...v0.47.1