Skip to content

Releases: cloudwego/sonic-rs

0.3.15

08 Nov 06:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.14...0.3.15

0.3.14

18 Oct 05:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.11...0.3.14

0.3.11

20 Aug 11:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.10...0.3.11

0.3.10

09 Aug 11:57
Compare
Choose a tag to compare

What's Changed

BugFix

  • [#102] Fix memory leaks when using sonic_rs::object! macro
  • [#102] Fix panic in slice_ref when using faststr v0.2.20

Others

  • [#101] Docs(README): fix broken config.toml link
  • [#102] Support windows ci

New Contributors

Full Changelog: 0.3.9...0.3.10

0.3.9

26 Jul 07:45
Compare
Choose a tag to compare

What's Changed

  • fix: missed quote when serialize float key by @liuq19 in #98
  • fix: deserialize JSON key into non-string serde types by @liuq19 in #100

Full Changelog: 0.3.8...0.3.9

0.3.8

05 Jul 11:59
Compare
Choose a tag to compare

What's Changed

  • allow parse invalid utf8 and chore serialize errors by @liuq19 in #95
  • chore: simplify Read api and export by @liuq19 in #97

Full Changelog: 0.3.7...0.3.8

0.3.7

12 Jun 10:46
Compare
Choose a tag to compare

What's Changed

  • fix: possible use-after-free bug in Array::new and Object::new by @liuq19 in #90
  • doc: add LazyValue convert to serde_json::Value examples by @gongzhengyang in #91

New Contributors

Full Changelog: 0.3.6...0.3.7

0.3.6

24 May 07:49
Compare
Choose a tag to compare

What's Changed

Feature

  • feat: support sort-keys and arbitrary_precision feature by @liuq19 in #85

Others

  • Re-export Index, JsonInput and FastStr by @aldanor in #81

New Contributors

Full Changelog: 0.3.5...0.3.6

0.3.5

22 Apr 11:11
Compare
Choose a tag to compare

BugFix

  • [#74] fix CPU detection bugs
  • [#73] should checking the end when visit_map/visit_seq

Full Changelog: 0.3.4...0.3.5

0.3.4

13 Mar 03:30
Compare
Choose a tag to compare

BugFix

  • [#68] fix bug when deserialize JSON number array into bytes::Bytes

Full Changelog: 0.3.3...0.3.4