Skip to content

Commit 3b03a4a

Browse files
committed
3.11.0
1 parent ad31f22 commit 3b03a4a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
## 3.11.0 - 2025-07-15
5+
6+
### Changed
7+
8+
- Use a deserialization buffer allocated per request instead of a shared
9+
buffer allocated on import.
10+
- ABI compatibility with CPython 3.14 beta 4.
11+
12+
413
## 3.10.18 - 2025-04-29
514

615
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.10.18"
3+
version = "3.11.0"
44
authors = ["ijl <[email protected]>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.10.18"
3+
version = "3.11.0"
44
repository = "https://github.com/ijl/orjson"
55
requires-python = ">=3.9"
66
classifiers = [

0 commit comments

Comments
 (0)