graphene-django

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

MIT License

Downloads
523.4K
Stars
4.2K
Committers
218

Bot releases are visible (Hide)

graphene-django - v3.2.2 Latest Release

Published by kiendang 4 months ago

What's Changed

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

graphene-django - v3.2.1

Published by firaskafri 6 months ago

What's Changed

New Contributors

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

graphene-django - v3.2.0

Published by firaskafri 10 months ago

What's Changed

New Contributors

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

graphene-django - v3.1.6

Published by firaskafri 10 months ago

What's Changed

New Contributors

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

graphene-django - v3.1.5

Published by firaskafri about 1 year ago

What's Changed

New Contributors

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

graphene-django - v3.1.4

Published by firaskafri about 1 year ago

What's Changed

New Contributors

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

graphene-django - v3.1.3

Published by firaskafri over 1 year ago

What's Changed

New Contributors

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

graphene-django - v3.1.2

Published by firaskafri over 1 year ago

What's Changed

New Contributors

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

graphene-django - v2.16.0

Published by firaskafri over 1 year ago

What's Changed

New Contributors

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

graphene-django - v3.1.1

Published by firaskafri over 1 year 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

graphene-django - v3.0.2

Published by firaskafri over 1 year 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

graphene-django - v3.0.1

Published by firaskafri over 1 year ago

What's Changed

New Contributors

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

graphene-django - v3.0.0

Published by firaskafri about 2 years 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

graphene-django - v3.0.0b9

Published by firaskafri about 2 years ago

What's Changed

New Contributors

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

graphene-django - v3.0.0b8

Published by firaskafri about 2 years ago

What's Changed

New Contributors

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

graphene-django - v2.15.0

Published by zbyte64 almost 4 years ago

New Features:

  • Use Django's TestCase client #1084

Fixes:

  • Properly handle DecimalField #91
graphene-django - v3.0.0b7

Published by zbyte64 almost 4 years ago

New Features:

  • Use Django's TestCase client #1084

Fixes:

  • Properly handle DecimalField #91
  • All other fixes and features from v2
graphene-django - v2.14.0

Published by zbyte64 almost 4 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

graphene-django - v3.0.0b6

Published by jkimbo about 4 years ago

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

graphene-django - v2.13.0

Published by jkimbo about 4 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

Package Rankings
Top 0.75% on Pypi.org
Top 8.17% on Proxy.golang.org
Top 23.97% on Conda-forge.org
Badges
Extracted from project README
build pypi Anaconda-Server Badge coveralls