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 31fe090 commit f6845feCopy full SHA for f6845fe
1 file changed
CHANGES.md
@@ -1,5 +1,19 @@
1
# Changelog
2
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
17
## 1.3.0 (2026-02-24)
18
19
- Fix SETITEMS/SETITEM/APPENDS/APPEND on dict/list subclasses (OrderedDict,
0 commit comments