Skip to content

Commit 77564d7

Browse files
docs: update release notes for v0.1.7 (#273)
Co-authored-by: sg-doc-holiday[bot] <219201796+sg-doc-holiday[bot]@users.noreply.github.com>
1 parent 7eaae9c commit 77564d7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release Notes
22

3+
## v0.1.7 - decoder retention and reset updates
4+
5+
- Date: 2026-04-15
6+
- Version: v0.1.7
7+
8+
Summary: This release covers decoder retention and reset updates to improve repeated-decoding correctness and reduce allocation overhead.
9+
10+
### New Features
11+
12+
- Added specialized arena reset handling for retained `big.Int` values to prevent stale large-number state across repeated decoding.
13+
- Added arena-backed byte storage and `UTF-8` validation to expand decode retention capacity and reduce allocations during repeated decoding.
14+
15+
### Additional Changes
16+
17+
- Updated `RELEASE_NOTES.md` to document the current set of fixes, security updates, and workflow changes for `v0.1.6`.
18+
319
## v0.1.6 - workflow and decoding maintenance
420

521
- Date: 2026-04-13

0 commit comments

Comments
 (0)