Skip to content

Commit

Permalink
Bump to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b41sh committed May 17, 2024
1 parent eda5b29 commit 4c446e4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [v0.4.0] - 2024-05-17

### Fixed

Fix: Fix get by keypath with null value. (#47)
Fix: Handle invalid jsonb value to avoid panic in functions. (#46)
Fix: Fix builder & concat container jentry len. (#43)

### Added

Feat: Support convert jsonb value to `serde_json` value. (#49)
Feat: Add `exists` filter expression. (48)`
Feat: Add `delete_by_keypath`. (#45)
Feat: Add `delete_by_index` & `delete_by_name`. (#44)
Feat: Add `concat` & improve `strip_nulls`. (#42)
Feat: Add jsonpath predicate support. (#41)
Feat: Add `contains` api. (#40)
Feat: Add `exists_any_keys` & `exists_all_keys`. (#38)
Feat: Support parse key paths. (#37)
Feat: Add `get_by_keypath`. (#36)

## [v0.3.0] - 2023-10-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = ["json", "jsonb", "jsonpath"]
license = "Apache-2.0"
name = "jsonb"
repository = "https://github.com/datafuselabs/jsonb"
version = "0.3.0"
version = "0.4.0"
rust-version = "1.77"

[dependencies]
Expand Down

0 comments on commit 4c446e4

Please sign in to comment.