Skip to content

Commit

Permalink
Prepare changelog for v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Oct 1, 2020
1 parent 275fa20 commit f8f8df5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ Changelog

Here you can see the full list of changes between each Authlib release.

Version 0.15
------------

**Release date not decided yet***

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`.

Version 0.14.3
--------------
Expand Down
2 changes: 1 addition & 1 deletion docs/jose/jwk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ JSON Web Key (JWK)

.. versionchanged:: v0.15

This documentation is updated for v0.15. Please check "stable" documentation for
This documentation is updated for v0.15. Please check "v0.14" documentation for
Authlib v0.14.

.. module:: authlib.jose
Expand Down

0 comments on commit f8f8df5

Please sign in to comment.