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 f39bd41 commit 3c7db66Copy full SHA for 3c7db66
2 files changed
CHANGELOG.md
@@ -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
5
## 1.4.1
6
7
* [FIX] harden encoder traversal to an iterative implementation to avoid recursion-based crashes on very deep nested input
src/qs_codec/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
16
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17
-__version__ = "1.4.1"
+__version__ = "1.4.2"
18
19
# Public API surface re-exported at the package root.
20
__all__ = [
0 commit comments