Skip to content

Commit a348f59

Browse files
committed
3.9.15
1 parent b0e4d2c commit a348f59

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## 3.9.15 - 2024-02-23
5+
6+
### Fixed
7+
8+
- Implement recursion limit of 1024 on `orjson.loads()`.
9+
- Use byte-exact read on `str` formatting SIMD path to avoid crash.
10+
11+
412
## 3.9.14 - 2024-02-14
513

614
### Fixed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)