Skip to content

Releases: strawberry-graphql/strawberry-django

Release 0.24.1

07 Nov 22:49
8e2f761
Compare
Choose a tag to compare

What's Changed

  • fix: Use _RESOLVER_TYPE as the type for the resolver on field, so the… by @guizesilva in #412

New Contributors

Full Changelog: v0.24.0...v0.24.1

Release 0.24.0

07 Nov 15:02
056ab2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.24.0

Release 0.23.0

05 Nov 20:21
b9f8704
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.0...v0.23.0

Release 0.22.0

30 Oct 15:12
fd2422d
Compare
Choose a tag to compare

What's Changed

  • Fixed Documentation issue #390: added explanation of the error and PYTHON_CONFIGURE_OPTS: a little bit verbose, but maybe will save someone time and possibly add contributors to the project by @thepapermen in #392
  • docs: Added strawberry-django-extras to community-projects.md by @m4riok in #395
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #400
  • chore: migrate from black to ruff-formatter by @bellini666 in #403
  • compatibility ASGI/websockets get_request, login and logout by @sdobbelaere in #393

New Contributors

Full Changelog: v0.21.0...v0.22.0

Release 0.21.0

11 Oct 20:50
69bbf19
Compare
Choose a tag to compare

What's Changed

  • chore: Update docs to include changes to partial behavior by @whardeman in #385
  • Docs improvement Subscriptions by @sdobbelaere in #376
  • New Feature: Optional custom key_attr to that can be used instead of id (pk) in to access model in Django UD mutations (Issue #348) by @thepapermen in #387

Full Changelog: v0.20.3...v0.21.0

Release 0.20.3

09 Oct 15:30
8092a7f
Compare
Choose a tag to compare

What's changed

  • fix: fix a regression when checking permissions for an async resolver

Full Changelog: v0.20.2...v0.20.3

Release 0.20.2

09 Oct 14:21
8fc911f
Compare
Choose a tag to compare

What's changed

  • fix: ensure permissions' resolve_for_user get safely resolved inside async contexts

Full Changelog: v0.20.1...v0.20.2

Release 0.20.1

06 Oct 19:16
cb0b00b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.20.1

Release 0.20.0

02 Oct 22:18
c15a66e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

Release 0.19.0

01 Oct 16:13
00f775b
Compare
Choose a tag to compare

What's Changed

  • feat: deprecate nSomething in favor of using NOT by @bellini666 in #381
  • Fix: DjangoOptimizerExtension corrupts nested objects' fields' prefetch objects by @aprams in #380

New Contributors

Full Changelog: v0.18.0...v0.19.0