Releases: eamigo86/graphene-django-extras
Releases · eamigo86/graphene-django-extras
v1.0.0
What's Changed
- Add compatibility with Django 4.0 and 4.1 by @washeck in #191
- Update django-filter dependency to 22.1 by @bernardopericacho in #194
New Contributors
- @washeck made their first contribution in #191
- @bernardopericacho made their first contribution in #194
Full Changelog: v0.5.2...v1.0.0
v0.5.2
v.0.5.1
Update dependencies
v.0.5.0
Upgrade to Graphene v3
"In"-filters now allows list input (fix in this release)
v0.4.6
- Bump graphql-core dependencies to >= 2.2.1.
- Bump graphene dependencies to >= 2.1.8.
- Bump graphene-django dependencies to >= 2.5.0.
- Bump django-filter dependencies to >= 2.2.0.
- Fixed 'DjangoSerializerOptions' object has no attribute 'interfaces', after update to graphene==2.1.8.
- The tests were refactored and added some extra tests for DjangoSerializerType.
v0.4.5
Improve project quality check (special thanks to @eclar)
Project:
- Fixed compatibilities issues to use graphene-django>=2.3.2
- Removed support for python<3.6 from classifier
- Added poetry package management
- Added dev dependencies in poetry
- Added black, coverage, travis badges to README
Testing:
- Removed testing project and added tests folder
- Tests are now using pytest with the appropriate configuration
- Added tox for testings purposes
- Added quality checks
- Added coverage
Quality:
- Added linters
- Blacked project
v0.4.3
- Fixed minor bug with DjangoListObjectType and type_factory function.
- Fixed minor bug with the type resolver of the ManyToMany fields on Django models.
- Improved _get_count function to avoid a possible DatabaseError exception in some scenarios.
NOTE: Last release before launching the new version of the package (1.0.0)