Releases: ijl/orjson
Releases · ijl/orjson
3.4.1
20 Oct 13:40
Compare
Sorry, something went wrong.
No results found
Fixed
Fix orjson.dumps.__module__ and orjson.loads.__module__ not being the
str "orjson".
Changed
Publish macos python3.9 wheel.
More packaging documentation.
3.4.0
25 Sep 14:13
Compare
Sorry, something went wrong.
No results found
Added
Serialize numpy.uint8 and numpy.int8 instances.
Fixed
Fix serializing numpy.empty() instances.
Changed
No longer publish manylinux1 wheels due to tooling dropping support.
3.3.1
17 Aug 11:48
Compare
Sorry, something went wrong.
No results found
Fixed
Fix failure to deserialize some latin1 strings on some platforms. This
was introduced in 3.2.0.
Fix annotation of optional parameters on orjson.dumps() for help().
Changed
Publish manylinux2014 wheels for amd64 in addition to manylinux1.
3.3.0
24 Jul 01:43
Compare
Sorry, something went wrong.
No results found
Added
orjson.dumps() now serializes individual numpy floats and integers, e.g.,
numpy.float64(1.0).
orjson.OPT_PASSTHROUGH_DATACLASS causes orjson.dumps() to pass
dataclasses.dataclass instances to default.
3.2.2
13 Jul 22:18
Compare
Sorry, something went wrong.
No results found
Fixed
Fix serializing dataclasses.dataclass that have no attributes.
Changed
Improve deserialization performance of str.
3.2.1
03 Jul 15:15
Compare
Sorry, something went wrong.
No results found
Fixed
Fix orjson.dumps(..., **{}) raising TypeError on python3.6.
3.2.0
30 Jun 21:22
Compare
Sorry, something went wrong.
No results found
Added
orjson.OPT_APPEND_NEWLINE appends a newline to output.
Changed
Improve deserialization performance of str.
3.1.2
23 Jun 21:16
Compare
Sorry, something went wrong.
No results found
Fixed
Fix serializing zero-dimension numpy.ndarray.
3.1.1
20 Jun 18:55
Compare
Sorry, something went wrong.
No results found
Fixed
Fix repeated serialization of str that are ASCII-only and have a legacy
(non-compact) layout.
3.1.0
08 Jun 13:26
Compare
Sorry, something went wrong.
No results found
Added
orjson.OPT_PASSTHROUGH_SUBCLASS causes orjson.dumps() to pass
subclasses of builtin types to default so the caller can customize the
output.
orjson.OPT_PASSTHROUGH_DATETIME causes orjson.dumps() to pass
datetime objects to default so the caller can customize the
output.
You can’t perform that action at this time.