Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Releases: blb-ventures/strawberry-django-plus

Release 1.35.1

18 Jan 20:47
6976d64

Choose a tag to compare

What's changed

  • fix(relay): use the type's defined resolve_id when it defines one

Full Changelog: v1.35...v1.35.1

Release 1.35

12 Jan 19:48
3ade130

Choose a tag to compare

What's changed

  • feat: Separate the logic for generating the Q filter for filter_for_user function so that it can be reused elsewhere
  • feat: Support Unions for ensure_type in resolvers

Full Changelog: v1.34...v1.35

Release 1.34

04 Jan 18:41
e77566a

Choose a tag to compare

What's Changed

  • feat: Support full_clean when directly invoking resolver by @parrotmac in #149

Full Changelog: v1.33.2...v1.34

Release 1.33.2

04 Jan 14:54
a2e8027

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.33.1...v1.33.2

Release 1.33.1

28 Dec 16:44
ea80a83

Choose a tag to compare

What's changed

  • fix: Do not check permissions for OperationInfo

Full Changelog: v1.33...v1.33.1

Release 1.33

27 Dec 16:31
a635956

Choose a tag to compare

What's changed

  • feat: Make defined types comparable and hashable

Full Changelog: v1.32.4...v1.33

Release 1.32.4

27 Dec 14:46
561db2a

Choose a tag to compare

What's changed

  • fix: Remove print statement left behind

Full Changelog: v1.32.3...v1.32.4

Release 1.32.3

26 Dec 16:06
851863d

Choose a tag to compare

What's changed

  • fix: Only should only be aborted when the whole model is specified (i.e. as a string) (#156)

Full Changelog: v1.32.2...v1.32.3

Release 1.32.2

22 Dec 20:53
b5b9f13

Choose a tag to compare

What's Changed

  • fix: allow update of nested input fields on foreign key relationships by @gersmann in #155

Full Changelog: v1.32.1...v1.32.2

Release 1.32.1

19 Dec 16:52
a8f45e7

Choose a tag to compare

What's Changed

  • fix: store auto enum in model field hidden attr to avoid duplication in schema by @fabien-michel in #151

Full Changelog: v1.32...v1.32.1