Releases: 0soft/graphene-django-plus
Releases · 0soft/graphene-django-plus
Release 5.1
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
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
NOTE: This lib is being DEPRECATED. Read more here
Full Changelog: v4.4...v4.5
Release 4.4
What's Changed
- Support for the use of different registries by @RainerHausdorf in #30
- Register input types for model fields by @joricht in #32
New Contributors
- @RainerHausdorf made their first contribution in #30
- @joricht made their first contribution in #32
Full Changelog: v4.0.4...v4.4
Release 4.3
Possible breaking change
- The
ModelMutation
used to generate the default return value of the model assnake_case
. So, the modelFooBar
would be set tofooBar
. That still works the same for the endpoint, but in python it is weird to have toreturn cls(fooBar=instance)
. This changes the default attribute to usefoo_bar
.
Full Changelog: v4.0.4...v4.3
Release 4.2
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
What's Changed
- Support for the use of different registries by @RainerHausdorf in #30
New Contributors
- @RainerHausdorf made their first contribution in #30
Full Changelog: v4.0.4...v4.1
Release 4.0.4
Full Changelog: v4.0.3...v4.0.4
Release 4.0.3
Full Changelog: v4.0.2...v4.0.3
Release 4.0.2
- Add resolver info typing to all types/queries/mutations
Full Changelog: v4.0.1...v4.0.2