Skip to content

Commit 65179ac

Browse files
committed
3.0.0
1 parent 78ac999 commit 65179ac

12 files changed

Lines changed: 96 additions & 68 deletions

CHANGELOG.md

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

3+
## 3.0.0 - 2020-05-01
4+
5+
### Added
6+
7+
- `orjson.dumps()` serializes subclasses of `str`, `int`, `list`, and `dict`.
8+
9+
### Changed
10+
11+
- `orjson.dumps()` serializes `dataclasses.dataclass` and `uuid.UUID`
12+
instances by default. The options `OPT_SERIALIZE_DATACLASS` and
13+
`OPT_SERIALIZE_UUID` can still be specified but have no effect.
14+
315
## 2.6.8 - 2020-04-30
416

517
### Changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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 = "2.6.8"
3+
version = "3.0.0"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2018"

README.md

Lines changed: 80 additions & 64 deletions
Large diffs are not rendered by default.

doc/canada_deserialization.png

-448 Bytes
Loading

doc/canada_serialization.png

317 Bytes
Loading
85 Bytes
Loading

doc/citm_catalog_serialization.png

-84 Bytes
Loading

doc/github_deserialization.png

-147 Bytes
Loading

doc/github_serialization.png

418 Bytes
Loading

0 commit comments

Comments
 (0)