Skip to content

Releases: 0soft/graphene-django-plus

Release 5.1

20 Jun 18:07
f39ae23
Compare
Choose a tag to compare

What's changed

  • feat: support for graphene-django 3.1.2. This also increases the minimum required django version to 3.2.x

Full Changelog: v5.0...v5.1

Release 5.0

28 Feb 16:38
0721d2c
Compare
Choose a tag to compare

What's Changed

  • Support for Graphene 3

NOTE:

This repository is still deprecated. I suggest anyone who relies on this to move to strawberry and also use strawberry-django-plus, which does a lot of what this lib used to do.

Full Changelog: v4.5...v5.0

Release 4.5

28 Jan 13:43
4657564
Compare
Choose a tag to compare

NOTE: This lib is being DEPRECATED. Read more here

Full Changelog: v4.4...v4.5

Release 4.4

07 Dec 23:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.4...v4.4

Release 4.3

22 Nov 19:57
Compare
Choose a tag to compare

Possible breaking change

  • The ModelMutation used to generate the default return value of the model as snake_case. So, the model FooBar would be set to fooBar. That still works the same for the endpoint, but in python it is weird to have to return cls(fooBar=instance). This changes the default attribute to use foo_bar .

Full Changelog: v4.0.4...v4.3

Release 4.2

17 Nov 15:37
Compare
Choose a tag to compare

What's Changed

  • Quote ObjectPermissionChecker so it is not required at runtime (#31)
  • Improve typing overall (NOTE: It is recommente to use the latest version from https://github.com/sbdchd/django-types for an awesome typing experience)

Full Changelog: v4.0.4...v4.2

Release 4.1

16 Nov 15:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.4...v4.1

Release 4.0.4

29 Oct 19:39
Compare
Choose a tag to compare

Full Changelog: v4.0.3...v4.0.4

Release 4.0.3

20 Oct 21:35
Compare
Choose a tag to compare

Full Changelog: v4.0.2...v4.0.3

Release 4.0.2

17 Oct 18:40
Compare
Choose a tag to compare
  • Add resolver info typing to all types/queries/mutations

Full Changelog: v4.0.1...v4.0.2