Skip to content

Releases: strawberry-graphql/strawberry-django

Release 0.17.3

21 Sep 15:23
d77771a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.2...v0.17.3

Release 0.17.2

15 Sep 15:07
3190e91
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.17.2

Release 0.17.1

12 Sep 19:34
Compare
Choose a tag to compare

What's Changed

  • fix: Update related objects with unique_together by @zvyn in #362

Full Changelog: v0.17.0...v0.17.1

Release 0.17.0

11 Sep 16:27
4cde249
Compare
Choose a tag to compare

What's Changed

  • feat: Add ValidationError code to OperationMessage by @zvyn in #358
  • Docs on Mutations: Fixed issue with relay.NodeInput not existing, imported NodeInput from strawberry_django instead by @thepapermen in #353
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #355
  • docs: fix sample code on 'Serving the API' by @miyashiiii in #357

New Contributors

Full Changelog: v0.16.1...v0.17.0

Release 0.16.1

31 Aug 14:50
2a12aec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.16.1

Release 0.16.0

02 Aug 16:56
2bac9d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

Release 0.15.0

31 Jul 14:13
eafbffc
Compare
Choose a tag to compare

What's changed

  • feat: drop python 3.7 support, which EOLed on June 2023, following strawberry's 0.198.0 release
  • refactor: make sure to not insert duplicate permission directives to the field

Full Changelog: v0.14.1...v0.15.0

Release 0.14.1

29 Jul 14:17
885d937
Compare
Choose a tag to compare

What's Changed

  • refactor: make sure to also call the type's get_queryset when retrieving nodes for connection or a list of nodes
  • Update mutations.md by @baseplate-admin in #319
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #321

New Contributors

Full Changelog: v0.14.0...v0.14.1

Release 0.14.0

19 Jul 14:19
8c38f96
Compare
Choose a tag to compare

What's Changed

  • filters support 'NOT' 'AND' 'OR' by @star2000 in #313
  • feat: make sure to run the type's get_queryset when one is defined on resolve_model_node (#316)

Full Changelog: v0.13.1...v0.14.0

Release 0.13.1

19 Jul 13:23
fdedf6c
Compare
Choose a tag to compare

What's Changed

  • Fix TypeError with IntegerChoices and Add Tests for Enum Conversion without django_choices_field by @miyashiiii in #314

Full Changelog: v0.13.0...v0.13.1