Skip to content

Commit c2514ab

Browse files
committed
3.8.10
1 parent 506b3fa commit c2514ab

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 3.8.10 - 2023-04-09
4+
5+
### Fixed
6+
7+
- Fix compatibility with CPython 3.12.0a7.
8+
- Fix compatibility with big-endian architectures.
9+
- Fix crash in serialization.
10+
11+
### Changed
12+
13+
- Publish musllinux 3.11 wheels.
14+
- Publish s390x wheels.
15+
316
## 3.8.9 - 2023-03-28
417

518
### 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.8.9"
3+
version = "3.8.10"
44
authors = ["ijl <[email protected]>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ support for 64-bit
3333
file-like objects
3434

3535
orjson supports CPython 3.7, 3.8, 3.9, 3.10, and 3.11. It distributes
36-
x86_64/amd64, aarch64/armv8, arm7, and POWER/ppc64le wheels for Linux,
36+
x86_64/amd64, aarch64/armv8, arm7, POWER/ppc64le, and s390x wheels for Linux,
3737
amd64 and aarch64 wheels for macOS, and amd64 wheels for Windows.
3838
orjson does not support PyPy. Releases follow semantic versioning and
3939
serializing a new object type without an opt-in flag is considered a
@@ -1169,9 +1169,9 @@ The project's own CI tests against `nightly-2023-03-28` and stable 1.60. It
11691169
is prudent to pin the nightly version because that channel can introduce
11701170
breaking changes.
11711171

1172-
orjson is tested for amd64, aarch64, arm7, and ppc64le on Linux. It is tested for
1173-
amd64 on macOS and cross-compiles for aarch64. For Windows it is tested on
1174-
amd64.
1172+
orjson is tested for amd64, aarch64, arm7, ppc64le, and s390x on Linux. It
1173+
is tested for amd64 on macOS and cross-compiles for aarch64. For Windows
1174+
it is tested on amd64.
11751175

11761176
There are no runtime dependencies other than libc.
11771177

0 commit comments

Comments
 (0)