We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b2516 commit 8f894d9Copy full SHA for 8f894d9
2 files changed
CHANGES.md
@@ -1,11 +1,14 @@
1
# Changelog
2
3
-## 1.1.0
+## 1.2.0 (2026-02-10)
4
5
-- Add `decode_zodb_record_for_pg` for single-pass PG optimization
6
- (combines decode + ref extraction + null-byte sanitization)
7
- Release GIL during pure-Rust pickle decoding phases, allowing other
8
Python threads to run during the CPU-bound parse
+- Add `decode_zodb_record_for_pg` for single-pass PG optimization
+ (combines decode + ref extraction + null-byte sanitization)
9
+
10
+## 1.1.0
11
12
- Add builds for Python 3.14
13
14
## 1.0.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zodb-json-codec"
-version = "1.1.0"
+version = "1.2.0"
edition = "2021"
description = "Fast pickle ↔ JSON transcoder for ZODB, implemented in Rust"
readme = "README.md"
0 commit comments