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 c4da8eb commit 5dfedbcCopy full SHA for 5dfedbc
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 0.27.1 - 2025-12-18
4
+
5
+- Performance improvement: Skipped UTF-8 validation for map keys during
6
+ deserialization. This significantly speeds up full record decoding by
7
+ treating keys as raw bytes when matching against struct fields.
8
+- Performance improvement: Optimized tree traversal by reducing bounds checks
9
+ during node reading.
10
11
## 0.27.0 - 2025-11-28
12
13
This release includes significant API changes. See [UPGRADING.md](UPGRADING.md)
0 commit comments