Skip to content

Commit c39b24a

Browse files
authored
chore: Bump jsonb 0.5.6 (#101)
1 parent 9621ebc commit c39b24a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v0.5.6] - 2026-03-27
2+
3+
### Added
4+
5+
- Feat: `timestamp_tz` offset support seconds (#98)
6+
- Feat: `extract_scalar_key_values` function support ignore array (#99)
7+
8+
### Fixed
9+
10+
- Fix: `to_i64` and `to_u64` function support rounded numeric conversion (#100)
11+
112
## [v0.5.5] - 2025-11-17
213

314
### Added
@@ -162,6 +173,7 @@
162173
- Implement `JSONB` encodes and decodes.
163174
- Implemented a number of `JSONB` functions.
164175

176+
[v0.5.6]: https://github.com/databendlabs/jsonb/compare/v0.5.5...v0.5.6
165177
[v0.5.5]: https://github.com/databendlabs/jsonb/compare/v0.5.4...v0.5.5
166178
[v0.5.4]: https://github.com/databendlabs/jsonb/compare/v0.5.3...v0.5.4
167179
[v0.5.3]: https://github.com/databendlabs/jsonb/compare/v0.5.2...v0.5.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["json", "jsonb", "jsonpath"]
2222
license = "Apache-2.0"
2323
name = "jsonb"
2424
repository = "https://github.com/databendlabs/jsonb"
25-
version = "0.5.5"
25+
version = "0.5.6"
2626
rust-version = "1.85"
2727

2828
[dependencies]

0 commit comments

Comments
 (0)