Skip to content

Bump djangorestframework-simplejwt from 4.6.0 to 5.1.0 in /server #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2022

Bumps djangorestframework-simplejwt from 4.6.0 to 5.1.0.

Release notes

Sourced from djangorestframework-simplejwt's releases.

v5.1.0

Version 5.1.0

  • Add back support for PyJWT 1.7.1 (#536)
  • Make the token serializer configurable (#521)
  • Simplify using custom token classes in serializers (#517)
  • Fix default_app_config deprecation (#415)
  • Add missing integration instructions for drf-yasg (#505)
  • Add blacklist view to log out users (#306)
  • Set default verifying key to empty str (#487)
  • Add docs about TOKEN_USER_CLASS (#455)

Meta:

  • Add auto locale updater (#456)

Translations:

  • Added Korean translations (#501)
  • Added Turkish translations (#508)

v5.0.0

What's Changed

New Contributors

Full Changelog: jazzband/djangorestframework-simplejwt@v4.8.0...v5.0.0

v4.8.0

Version 4.8.0

  • Add integration instructions for drf-yasg (#145)
  • Verify Serializer Should Honour Blacklist (#239)
  • Added missing import in getting_started docs (#431)
  • Use import_string for token_backend (#435)
  • Add JWKS support (#437)
  • Use pathlib instead of open in setup.py (#339)

... (truncated)

Changelog

Sourced from djangorestframework-simplejwt's changelog.

Version 5.1.0

  • Add back support for PyJWT 1.7.1 (#536)
  • Make the token serializer configurable (#521)
  • Simplify using custom token classes in serializers (#517)
  • Fix default_app_config deprecation (#415)
  • Add missing integration instructions for drf-yasg (#505)
  • Add blacklist view to log out users (#306)
  • Set default verifying key to empty str (#487)
  • Add docs about TOKEN_USER_CLASS (#455)

Meta:

  • Add auto locale updater (#456)

Translations:

  • Added Korean translations (#501)
  • Added Turkish translations (#508)

Version 5.0.0

Breaking

  • Set BLACKLIST_AFTER_ROTATION by default to False (#455)

Updates

  • Remove verify from jwt.decode to follow PyJWT v2.2.0 (#472)
  • Updated import list (#459)
  • Repair generation of OpenAPI with Spectacular (#452)
  • Add "iat" claim to token (#192)
  • Add blacklist view to log out users (#306)

Version 4.8.0

  • Add integration instructions for drf-yasg (#145)
  • Verify Serializer Should Honour Blacklist (#239)
  • Added missing import in getting_started docs (#431)
  • Use import_string for token_backend (#435)
  • Add JWKS support (#437)
  • Use pathlib instead of open in setup.py (#339)
  • Optimize default_user_authentication_rule (#441)
  • Add Leeway option to decode (#445)

Version 4.7.2

  • Fix BrowsableAPIRenderer needing media_type (#426)
  • Fix blacklist migrations for multiple databases (#429)
  • Fix Django 3.2 default_app_config deprecation (#415)
  • Fix docs specifying INSTALLED_APPS for SimpleJWT iff you want translations (#420)

... (truncated)

Commits

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)

Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 4.6.0 to 5.1.0.
- [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases)
- [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md)
- [Commits](jazzband/djangorestframework-simplejwt@v4.6.0...v5.1.0)

---
updated-dependencies:
- dependency-name: djangorestframework-simplejwt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the update Package version update label Mar 2, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 25, 2022

Superseded by #230.

@dependabot dependabot bot closed this May 25, 2022
@dependabot dependabot bot deleted the dependabot/pip/server/djangorestframework-simplejwt-5.1.0 branch May 25, 2022 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update Package version update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants