Skip to content

Commit 5a6c2dd

Browse files
committed
🔖 release v1.3.3
## 1.3.3 * [FIX] implement `DecodeOptions.list_limit` handling in `Utils.combine` function to prevent DoS via memory exhaustion
1 parent 8c2de54 commit 5a6c2dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.3
2+
3+
* [FIX] implement `DecodeOptions.list_limit` handling in `Utils.combine` function to prevent DoS via memory exhaustion
4+
15
## 1.3.2
26

37
* [CHORE] pin mypy<1.19 on PyPy to avoid new `librt` build failures while keeping newer mypy on CPython

src/qs_codec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17-
__version__ = "1.3.2"
17+
__version__ = "1.3.3"
1818

1919
from .decode import decode, load, loads
2020
from .encode import dumps, encode

0 commit comments

Comments
 (0)