Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Bump authlib from 0.14.3 to 0.15.3 #28

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps authlib from 0.14.3 to 0.15.3.

Release notes

Sourced from authlib's releases.

Version 0.15.3

Fixed .authorize_access_token for OAuth 1.0 services, via lepture/authlib#308

Version 0.15.2

Fixed httpx authentication bug via #283

Version 0.15.1

Backward compitable fix for using JWKs in JWT, via #280.

Version 0.15

This is the last release before v1.0. In this release, we added more RFCs implementations and did some refactors for JOSE:

  • RFC8037: CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)
  • RFC7638: JSON Web Key (JWK) Thumbprint

We also fixed bugs for integrations:

  • Fixed support for HTTPX>=0.14.3
  • Added OAuth clients of HTTPX back via #270
  • Fixed parallel token refreshes for HTTPX async OAuth 2 client
  • Raise OAuthError when callback contains errors via #275

Breaking Change:

  1. The parameter algorithms in JsonWebSignature and JsonWebEncryption are changed. Usually you don't have to care about it since you won't use it directly.
  2. Whole JSON Web Key is refactored, please check JSON Web Key (JWK)
Changelog

Sourced from authlib's changelog.

Version 0.15.3

Released on Jan 15, 2020.

  • Fixed .authorize_access_token for OAuth 1.0 services, via :gh:issue#308.

Version 0.15.2

Released on Oct 18, 2020.

  • Fixed HTTPX authentication bug, via :gh:issue#283.

Version 0.15.1

Released on Oct 14, 2020.

  • Backward compitable fix for using JWKs in JWT, via :gh:issue#280.

Version 0.15

Released on Oct 10, 2020.

This is the last release before v1.0. In this release, we added more RFCs implementations and did some refactors for JOSE:

  • RFC8037: CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)
  • RFC7638: JSON Web Key (JWK) Thumbprint

We also fixed bugs for integrations:

  • Fixed support for HTTPX>=0.14.3
  • Added OAuth clients of HTTPX back via :gh:PR#270
  • Fixed parallel token refreshes for HTTPX async OAuth 2 client
  • Raise OAuthError when callback contains errors via :gh:issue#275

Breaking Change:

  1. The parameter algorithms in JsonWebSignature and JsonWebEncryption are changed. Usually you don't have to care about it since you won't use it directly.
  2. Whole JSON Web Key is refactored, please check :ref:jwk_guide.
Commits
  • 33aab02 Version bump 0.15.3
  • 87bad35 Remove redirect_uri when fetch oauth 1.0 token
  • 1969b56 Version bump 0.15.2
  • d665438 Set default auth=UNSET in httpx client
  • c70a805 Version bump 0.15.1
  • 1aa3360 Fix when key is a function for jwt.decode
  • 529c512 Support raw json web key set
  • 4e501ce Version bump 0.15
  • f8f8df5 Prepare changelog for v0.15
  • 275fa20 Raise OAuthError when callback is error
  • 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2021

The following labels could not be found: pip dependencies.

@dependabot dependabot bot force-pushed the dependabot/pip/authlib-0.15.3 branch from 2cf3ee2 to e081a4e Compare March 17, 2021 08:42
@dependabot dependabot bot force-pushed the dependabot/pip/authlib-0.15.3 branch from e081a4e to b0c64af Compare March 17, 2021 08:44
@teemukataja teemukataja merged commit c673411 into master Mar 17, 2021
@teemukataja teemukataja deleted the dependabot/pip/authlib-0.15.3 branch March 17, 2021 08:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant