We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b36720 commit 52c6ffdCopy full SHA for 52c6ffd
docs/changelog.rst
@@ -12,6 +12,14 @@ Changelog
12
.. module:: joserfc
13
:noindex:
14
15
+1.6.2
16
+-----
17
+
18
+**Released on February 16, 2026**
19
20
+- **JWE**: Auto add ``kid`` to recipient.
21
+- **JWE**: Use ``DeflateZipModel.MAX_SIZE`` to determine size limit.
22
23
1.6.1
24
-----
25
src/joserfc/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.6.1"
+__version__ = "1.6.2"
2
__homepage__ = "https://jose.authlib.org/en/"
3
__author__ = "Hsiaoming Yang <me@lepture.com>"
4
__license__ = "BSD-3-Clause"
0 commit comments