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 61a177e commit 6b6642bCopy full SHA for 6b6642b
2 files changed
docs/changelog.rst
@@ -12,6 +12,15 @@ Changelog
12
.. module:: joserfc
13
:noindex:
14
15
+1.3.4
16
+-----
17
+
18
+**Released on September 21, 2025**
19
20
+- Add size limit for deserializing JWS content.
21
+- Add size limit for decrypting JWE content.
22
23
24
1.3.3
25
-----
26
src/joserfc/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.3.3"
+__version__ = "1.3.4"
2
__homepage__ = "https://jose.authlib.org/en/"
3
__author__ = "Hsiaoming Yang <me@lepture.com>"
4
__license__ = "BSD-3-Clause"
0 commit comments