Skip to content

Releases: graphql-python/graphene-django

v3.0.1

29 Apr 17:27
34cc860
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

26 Sep 12:12
ed7c995
Compare
Choose a tag to compare

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

Read more

v3.0.0b9

25 Sep 22:27
c697e5c
Compare
Choose a tag to compare
v3.0.0b9 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.0b8...v3.0.0b9

v3.0.0b8

23 Sep 08:39
b2f83eb
Compare
Choose a tag to compare
v3.0.0b8 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.0b7...v3.0.0b8

v3.0.0b7

31 Dec 06:45
Compare
Choose a tag to compare
v3.0.0b7 Pre-release
Pre-release

New Features:

  • Use Django's TestCase client #1084

Fixes:

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

v2.15.0

31 Dec 06:47
Compare
Choose a tag to compare

New Features:

  • Use Django's TestCase client #1084

Fixes:

  • Properly handle DecimalField #91

v2.14.0

23 Dec 04:38
Compare
Choose a tag to compare

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: v2.13.0...v2.14.0

v3.0.0b6

12 Aug 06:33
Compare
Choose a tag to compare
v3.0.0b6 Pre-release
Pre-release

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

v2.13.0

12 Aug 06:12
5b14511
Compare
Choose a tag to compare

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: v2.12.1...v2.13.0

v3.0.0b5

06 Aug 19:51
Compare
Choose a tag to compare
v3.0.0b5 Pre-release
Pre-release

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