Graphene Django Versions Save

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

v3.2.1

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.2.0...v3.2.1

v3.2.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.1.6...v3.2.0

v3.1.6

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.1.5...v3.1.6

v3.1.5

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.1.3...v3.1.5

v3.1.3

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.1.2...v3.1.3

v3.1.2

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.1.1...v3.1.2

v2.16.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v2.15.0...v2.16.0

v3.1.1

11 months ago

What's Changed

🎉 * Add support for Python 3.11 by @ulgens in https://github.com/graphql-python/graphene-django/pull/1365 🎉

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-django/compare/v3.0.2...v3.1.0

v3.0.2

11 months ago

What's Changed

This is a minor release addresses the N+1 problem caused by https://github.com/graphql-python/graphene-django/pull/1315.

WARNING Just a heads up for folks who use get_queryset as an auth layer. If you need that, you can stick with versions between >=3.0.0b9 and <3.0.2 for now. Feel free to suggest a different way that won't lead to those pesky N+1 SQL query issues.

Full Changelog: https://github.com/graphql-python/graphene-django/compare/3.0.2...v3.0.2

v3.0.1

11 months ago

What's Changed

New Contributors

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