Skip to content

Commit f6845fe

Browse files
jensensclaude
andcommitted
Add missing 1.3.1 and 1.4.0 changelog entries
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 31fe090 commit f6845fe

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.4.0 (2026-02-24)
4+
5+
- Add `decode_zodb_record_for_pg_json()` — converts ZODB pickle records
6+
directly to a JSON string entirely in Rust with the GIL released,
7+
eliminating the intermediate Python dict + `json.dumps()` step
8+
(1.3x faster full pipeline on real-world data)
9+
- Restructure BENCHMARKS.md for clarity
10+
11+
## 1.3.1 (2026-02-24)
12+
13+
- Enable thin LTO (`lto = "thin"`) and single codegen unit
14+
(`codegen-units = 1`) in Cargo release profile for 6-9% faster
15+
decode/encode with no code changes
16+
317
## 1.3.0 (2026-02-24)
418

519
- Fix SETITEMS/SETITEM/APPENDS/APPEND on dict/list subclasses (OrderedDict,

0 commit comments

Comments
 (0)