Skip to content

Releases: strawberry-graphql/strawberry-django

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

Release 0.47.0

18 Jul 15:23
68f1724
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.46.2...v0.47.0

Release 0.46.2

14 Jul 14:28
bf62c6d
Compare
Choose a tag to compare

What's Changed

  • refactor(optimizer): Split optimizer code to make it cleaner and easier to understand/maintain by @bellini666 in #575
  • fix(optimizer): Convert select_related into Prefetch when the type defines a custom get_queryset by @bellini666 in #583
  • fix(optimizer): Avoid extra queries for prefetches with existing prefetch hints by @bellini666 in #582
  • fix: Do not try to call an ordering object's order method if it is not a decorated method by @bellini666 in #584
  • fix: Avoid pagination failures when filtering connection by last without before/after by @bellini666 in #585

Full Changelog: v0.46.1...v0.46.2

Release 0.46.1

30 Jun 14:38
1c8511b
Compare
Choose a tag to compare

What's Changed

  • fix: Fix and test optimizer with polymorphic relay node by @stygmate in #570
  • fix: Fix nested pagination/filtering/ordering not working when "only optimization" is disabled by @aprams in #569

Full Changelog: v0.46.0...v0.46.1

Release 0.46.0

29 Jun 14:28
6d82092
Compare
Choose a tag to compare

What's Changed

  • feat: Add support for auto mapping of ArrayFields by @bellini666 in #567
  • fix: Set files early on mutations to allow clean methods to validate them by @bellini666 in #566
  • fix: Make sure the optimizer calls the type's get_queryset for nested lists/connections by @bellini666 in #568

Full Changelog: v0.45.0...v0.46.0