KundaPanda / strawberry-django-jwt

[UNMAINTAINED] JSON Web Token (JWT) authentication for Django with Strawberry GraphQL
MIT License
37 stars 16 forks source link

Bump strawberry-graphql-django from 0.5.3 to 0.6 #359

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps strawberry-graphql-django from 0.5.3 to 0.6.

Release notes

Sourced from strawberry-graphql-django's releases.

Release 0.6

What's Changed

New Contributors

Full Changelog: https://github.com/strawberry-graphql/strawberry-graphql-django/compare/v0.5.4...v0.6

Release 0.5.4

What's Changed

New Contributors

Full Changelog: https://github.com/strawberry-graphql/strawberry-graphql-django/compare/v0.5.3...v0.5.4

Changelog

Sourced from strawberry-graphql-django's changelog.

Changelog

v0.3+

For newer versions, check the release notes at: https://github.com/strawberry-graphql/strawberry-graphql-django/releases

v0.3rc1

This release adds couple of new features and contains few improvements. This also cleans deprecated API like fields parameter from straberry.django.type, TypeRegister and few other items which have been deprecated in v0.2.0.

New features

Improvements

  • fix detecting auto annotations when postponed evaluation is used (#73, @​illia-v)
  • updated the way event loop is detected in is_async (#72, @​g-as)
  • fix return type of field (#64)

Fixes

  • fix a bug related to creating users with unhashed passwords (#62, @​illia-v)
  • fix filtering in get_queryset of types with enabled pagination (#60, @​illia-v)

Cleanup

  • Clean deprecated API (#69)

v0.2.5

This release adds support for latest strawberry-graphql

Dependencies

  • update minimum required strawberry-graphql to v0.69.0

v0.2.4

Dependencies

  • Use strawberry-graphql earlier than v0.69, which introduced many backward incompatible changes.

v0.2.3

Improvements

  • fix error moessage of NotImplementedError exception (@​star2000)
  • remove pk argument on model relations (#40, @​g-as)

Fixes

  • fix breaking changes in strawberry-graphql (#42)

... (truncated)

Commits
  • 4c60c50 chore: Release 0.6
  • e37f345 fix: Avoid deprecation warning from pytest-asyncio
  • 0e4560a fix: Fix cache for filter resolver inspection and improve its tests
  • 7d89704 Merge pull request #191 from kwongtn/add-info-to-filters
  • 9deaea4 Update strawberry_django/filters.py
  • bf3e99e Merge branch 'main' into add-info-to-filters
  • 152cf68 Added functools.cache to cache function resolving results
  • 341e523 Merge pull request #193 from ManiacMaxo/main
  • e98477d Update tests/filters/test_filters.py
  • ebe2676 fix: pagination applying order with cls method & public methods
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #361.