Skip to content

Commit 3c7db66

Browse files
committed
🔖 release v1.4.2
## 1.4.2 * [CHORE] optimize `decode` by skipping dot-in-keys normalization when "%2" is not present in key segments
1 parent f39bd41 commit 3c7db66

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.2
2+
3+
* [CHORE] optimize `decode` by skipping dot-in-keys normalization when "%2" is not present in key segments
4+
15
## 1.4.1
26

37
* [FIX] harden encoder traversal to an iterative implementation to avoid recursion-based crashes on very deep nested input

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.4.1"
17+
__version__ = "1.4.2"
1818

1919
# Public API surface re-exported at the package root.
2020
__all__ = [

0 commit comments

Comments
 (0)