Skip to content

Releases: databendlabs/jsonb

v0.4.4

16 Nov 14:56
6ff70aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

30 Sep 15:02
86a260c
Compare
Choose a tag to compare

What's Changed

  • fix: fix compare object value with different length panic by @b41sh in #59
  • bump jsonb 0.4.3 by @b41sh in #60

Full Changelog: v0.4.2...v0.4.3

v0.4.2

19 Sep 10:13
db4cd7a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

18 Jul 11:00
4e4ead8
Compare
Choose a tag to compare

What's Changed

  • fix: fix jsonpath selector unwrap panic by @b41sh in #53
  • Bump to version 0.4.1 by @b41sh in #54

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 May 15:23
6971ffc
Compare
Choose a tag to compare

What's Changed

Special thanks to @akoshchiy for his continued contributions

Full Changelog: v0.3.0...v0.4.0

v0.3.0

13 Oct 11:06
6b3f03e
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @akoshchiy made his first contribution in #26, thank you very much for contributing to this release.

Full Changelog: v0.2.3...v0.3.0

v0.2.3

10 Jul 06:53
b6cca83
Compare
Choose a tag to compare

What's Changed

  • Fix: fix parse UTF-8 characters by @b41sh in #15
  • Fix: json to_string function adds backslash for escaped characters by @b41sh in #16
  • Fix: Support parsing Unicode characters enclosed in brackets by @b41sh in #17
  • Fix: Fix some special characters display errors by @b41sh in #18
  • Create publish.yaml by @sundy-li in #19
  • Feat: Add function convert_to_comparable, rand_value by @b41sh in #20
  • Fix: fix parse json path name with escaped characters by @b41sh in #21
  • chore: implement From trait with owned JsonValue for Value by @leiysky in #22
  • Bump to version 0.2.3 by @b41sh in #23

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

06 May 14:22
6a0ea13
Compare
Choose a tag to compare

What's Changed

  • Fix: Allow parse escaped white space by @b41sh in #14

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 May 05:30
43d60a4
Compare
Choose a tag to compare

What's Changed

  • Fix: Allow parse invalid Unicode by @b41sh in #13

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Apr 02:42
82893b5
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @sundy-li in #4
  • Feat: Support parse JSON path syntax by @b41sh in #7
  • Feat: Support JSON path selector by @b41sh in #8
  • Bump to version 0.2.0 by @b41sh in #9

New Contributors

  • @b41sh made their first contribution in #7

Full Changelog: v0.1.1...v0.2.0