Skip to content

Releases: eamigo86/graphene-django-extras

v1.0.0

23 Jan 10:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v1.0.0

v0.5.2

01 Jul 15:16
6423175
Compare
Choose a tag to compare

v.0.5.1

24 Mar 11:14
Compare
Choose a tag to compare

Update dependencies

v.0.5.0

22 Mar 13:49
Compare
Choose a tag to compare

Upgrade to Graphene v3

"In"-filters now allows list input (fix in this release)

v0.4.6

25 Aug 16:39
Compare
Choose a tag to compare
  1. Bump graphql-core dependencies to >= 2.2.1.
  2. Bump graphene dependencies to >= 2.1.8.
  3. Bump graphene-django dependencies to >= 2.5.0.
  4. Bump django-filter dependencies to >= 2.2.0.
  5. Fixed 'DjangoSerializerOptions' object has no attribute 'interfaces', after update to graphene==2.1.8.
  6. The tests were refactored and added some extra tests for DjangoSerializerType.

v0.4.5

11 Jul 12:53
Compare
Choose a tag to compare

Improve project quality check (special thanks to @eclar)

Project:

  1. Fixed compatibilities issues to use graphene-django>=2.3.2
  2. Removed support for python<3.6 from classifier
  3. Added poetry package management
  4. Added dev dependencies in poetry
  5. Added black, coverage, travis badges to README

Testing:

  1. Removed testing project and added tests folder
  2. Tests are now using pytest with the appropriate configuration
  3. Added tox for testings purposes
  4. Added quality checks
  5. Added coverage

Quality:

  1. Added linters
  2. Blacked project

v0.4.3

07 Jan 22:06
Compare
Choose a tag to compare
  1. Fixed minor bug with DjangoListObjectType and type_factory function.
  2. Fixed minor bug with the type resolver of the ManyToMany fields on Django models.
  3. 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)

v0.4.0

23 Dec 14:10
Compare
Choose a tag to compare

Fixed minors bugs

v0.3.9

16 Dec 16:43
Compare
Choose a tag to compare
Fixed bug with django-filter dependence version.

v0.3.8

25 Nov 14:39
Compare
Choose a tag to compare

1- Added results_field_name to DjangoSerializerType.
2- Improved code to gain speed.
3- Fixed minors bugs.