We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9292dee commit cec9e34Copy full SHA for cec9e34
2 files changed
CHANGES.md
@@ -1,14 +1,14 @@
1
# Changelog
2
3
-## 1.3.0 (unreleased)
+## 1.3.0 (2026-02-24)
4
5
- Fix SETITEMS/SETITEM/APPENDS/APPEND on dict/list subclasses (OrderedDict,
6
defaultdict, deque, etc.) — previously crashed with
7
`ValueError: SETITEMS on non-dict` [#5]
8
- Box Instance variant as `Instance(Box<InstanceData>)`, reducing PickleValue
9
enum from 56 to 48 bytes (-13% weighted benchmark improvement)
10
11
-## 1.2.2
+## 1.2.2 (2026-02-22)
12
13
Security review fixes (addresses #3):
14
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zodb-json-codec"
-version = "1.2.2"
+version = "1.3.0"
edition = "2021"
description = "Fast pickle ↔ JSON transcoder for ZODB, implemented in Rust"
readme = "README.md"
0 commit comments