Skip to content

Commit 2d39a9f

Browse files
committed
chore: release 1.5.0
1 parent 1952dff commit 2d39a9f

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/changelog.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ Changelog
1515
1.5.0
1616
-----
1717

18-
**Not released yet**
18+
**Released on November 30, 2025**
1919

20-
- Add ``Ed25519`` and ``Ed448`` algorithms per RFC9864, via :issue:`76`.
20+
- Add ``Ed25519`` and ``Ed448`` algorithms per :ref:`rfc9864`, via :issue:`76`.
21+
- Add parameter ``default_type`` for :meth:`jwt.encode` method.
2122

2223
1.4.3
2324
-----
@@ -134,7 +135,7 @@ Changelog
134135

135136
**Released on July 7, 2025**
136137

137-
- Added RFC9278 JWK Thumbprint URI ``thumbprint_uri``.
138+
- Added :ref:`rfc9278` JWK Thumbprint URI ``thumbprint_uri``.
138139
- Show security warnings for ``none`` and ``RSA1_5`` algorithms.
139140
- Show security warnings for ``OctKey.generate_key`` and ``RSAKey.generate_key``.
140141
when key size is too short, per `NIST SP 800-131A`_.

docs/rfc/7517.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A JWK Set is a JSON object that contains an array of JWKs. It is commonly
3535
used for publishing multiple keys, such as rotation sets or multi-tenant
3636
public keys:
3737

38-
.. code-block:: json
38+
.. code-block:: text
3939
4040
{
4141
"keys": [

src/joserfc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.4.3"
1+
__version__ = "1.5.0"
22
__homepage__ = "https://jose.authlib.org/en/"
33
__author__ = "Hsiaoming Yang <me@lepture.com>"
44
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)