Skip to content

Releases: strawberry-graphql/strawberry-django

0.73.0

04 Jan 14:33
041dc6f

Choose a tag to compare

Nothing changed, testing the new release process using autopub.

0.72.2

04 Jan 14:10
9133b92

Choose a tag to compare

Nothing changed, testing the new release process using autopub.

This release was contributed by @bellini666 in #837

Reviewers: @sourcery-ai[bot]

v0.72.0

28 Dec 11:32
181755e

Choose a tag to compare

What's Changed

  • feat: use the new type-friendly way to define scalars from Strawberry by @bellini666 in #832

Full Changelog: v0.71.0...v0.72.0

Release 0.71.0

26 Dec 14:11
bfd2ab3

Choose a tag to compare

What's Changed

  • feat: Add string-based lookups for UUID fields by @Akay7 in #829
  • feat: make messages if there's assert_no_errors more verbose by @Akay7 in #828
  • refactor: replace deprecated _enum_definition with strawberry_definition (9acb4b2)
  • fix(filters): use StrawberryField for DjangoModelFilterInput to respect python_name (a3d9f14)

New Contributors

Full Changelog: v0.70.1...v0.71.0

Release 0.70.1

08 Dec 22:56
e185c48

Choose a tag to compare

What's Changed

  • fix(input): use None as default for Maybe fields instead of UNSET by @bellini666 in #824

Full Changelog: v0.70.0...v0.70.1

Release 0.70.0

06 Dec 21:39
49776a2

Choose a tag to compare

What's Changed

  • feat: add support for strawberry.Maybe type in mutations and filter processing by @deepak-singh in #805

New Contributors

Full Changelog: v0.69.0...v0.70.0

Release 0.69.0

06 Dec 13:53
9d6c098

Choose a tag to compare

What's changed

  • feat: use prefetch_related for FK with nested annotations (a6b3f85)

Full Changelog: v0.68.0...v0.69.0

Release 0.68.0

03 Dec 23:50
d126dd2

Choose a tag to compare

What's Changed

  • feat: declare support for django 6.0 by @bellini666 in #821
  • docs: add comprehensive guides for production usage by @bellini666 in #810
  • chore(examples): modernize examples with modular apps and current best practices by @bellini666 in #811
  • docs: fix critical code example errors and typos by @bellini666 in #819

Full Changelog: v0.67.2...v0.68.0

Release 0.67.2

23 Nov 11:54
e1e8e91

Choose a tag to compare

What's changed

  • fix: fix wrong total_count when using distinct on m2m/o2m relationships (ff1f016)

Full Changelog: v0.67.1...v0.67.2

Release 0.67.1

22 Nov 11:57
407d80a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.67.0...v0.67.1