Sourced from serde_json's releases.
1.0.125
- Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks
@purplesyringa)v1.0.124
- Fix a bug in processing string escapes in big-endian architectures (#1173, thanks
@purplesyringa)v1.0.123
- Optimize string parsing by applying SIMD-within-a-register: 30.3% improvement on twitter.json from 613 MB/s to 799 MB/s (#1161, thanks
@purplesyringa)v1.0.122
- Support using
json!in no-std crates (#1166)v1.0.121
- Optimize position search in error path (#1160, thanks
@purplesyringa)v1.0.120
- Correctly specify required version of
indexmapdependency (#1152, thanks@cforycki)v1.0.119
v1.0.118
- Implement Hash for serde_json::Value (#1127, thanks
@edwardycl)
6130f9b
Release 1.0.125cc7a160
Touch up PR 11750f942e5
Merge pull request 1175 from iex-rs/faster-backslash-ud8921cd
Merge pull request #1172
from iex-rs/faster-hexb4bc643
Merge pull request #1176
from dtolnay/miriname94a2aad
Improve job names for miri jobs8073fc1
Merge pull request #1174
from iex-rs/miri-on-ci96ae604
Correct WTF-8 parsing236cc82
Simplify unicode escape handling2f28d10
Use the same UTF-8/WTF-8 impl for surrogates