Graphene Django Versions Save

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.

v3.0.0

1 year ago

Version v3.0.0 of the library is finally here 🎉 Thanks to @jkimbo @zbyte64 @ulgens @zbyte64 for doing the the heavy-lifting and hard work and also thanks for rest of maintainers and contributes to make this happen!

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v2.10.0...v3.0.0

v3.0.0b9

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.0.0b8...v3.0.0b9

v3.0.0b8

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.0.0b7...v3.0.0b8

v2.15.0

3 years ago

New Features:

  • Use Django's TestCase client #1084

Fixes:

  • Properly handle DecimalField #91

v3.0.0b7

3 years ago

New Features:

  • Use Django's TestCase client #1084

Fixes:

  • Properly handle DecimalField #91
  • All other fixes and features from v2

v2.14.0

3 years ago

New Features:

  • Handle Database Transactions (#1039)
  • Allow camel case in order by field (#1054)
  • Add offset pagination (#1013)

Bug Fixes:

  • Fix in and range filters on DjangoFilterConnectionField (#1068)
  • Replace Unidecode with text_unidecode (#1060)
  • DjangoListField should not cache queries (#1061)
  • Fix backward relay pagination (#1046)

Full changelog: https://github.com/graphql-python/graphene-django/compare/v2.13.0...v2.14.0

v3.0.0b6

3 years ago

This release brings the v3 changes up to date with the changes in v2.13.0

v2.13.0

3 years ago

New features

  • Extract query function from GraphQLTestCase making it possible to use in a pytest fixture (#1015)
  • Add headers support to GraphiQL (#1016)
  • Add converter for Django 3.1 JSONField (#1017)

Bugfixes

  • Fix Connection/Edge naming and add unit test (#1012)

Huge thanks to @tcleonard, @radekwlsk and @nikolaik for helping!

Full changelog: https://github.com/graphql-python/graphene-django/compare/v2.12.1...v2.13.0

v3.0.0b5

3 years ago

This release brings the v3 changes up to date with the changes in v2.

v2.12.1

3 years ago

Changes

  • Remove operation name from the regex and default to query (#1004)

Thank you @jkimbo for fixing subscriptions without a name.

Full changelog: https://github.com/graphql-python/graphene-django/compare/v2.12.0...v2.12.1