Releases: databendlabs/bendsql
Releases · databendlabs/bendsql
Release v0.33.7
What's Changed
- chore: add version info in error msg. by @youngsofun in #760
- chore: support more dsn schemes and presign hosts by @everpcpc in #761
- chore: Bump jsonb 0.5.6 by @b41sh in #763
- test: fix Geography EWKT test by @b41sh in #764
- chore: bump version to 0.33.7 by @b41sh in #765
Full Changelog: v0.33.6...v0.33.7
Release v0.33.6
What's Changed
- ci: switch npm publish to trusted publishing with OIDC by @everpcpc in #752
- chore: bump databend-common-ast to 0.2.5 by @TCeason in #754
- chore: display source chain of reqwest::Error and bigger timeout. by @youngsofun in #757
- chore: bump version to 0.33.6 by @youngsofun in #758
Full Changelog: v0.33.5...v0.33.6
Release v0.33.5
What's Changed
- chore: update vergen-gix to 9.1.0. by @youngsofun in #745
- fix(core): heartbeat headers by @everpcpc in #746
- feat: display source of reqwest::Error. by @youngsofun in #747
- ci: fix abi3 wheel build by specifying python3.9 interpreter by @everpcpc in #749
- fix: retry on error of response.bytes() by @youngsofun in #750
- chore: bump version to 0.33.5 by @youngsofun in #751
Full Changelog: v0.33.4...v0.33.5
Release v0.33.4
What's Changed
- ci: move bindings publish steps to release workflow by @everpcpc in #743
- chore: bump version to 0.33.4 by @everpcpc in #744
Full Changelog: v0.33.3...v0.33.4
Release v0.33.3
What's Changed
- ci: refactor release flow for bindings by @everpcpc in #741
- chore: bump version to 0.33.3 by @everpcpc in #742
Full Changelog: v0.33.2...v0.33.3
Release v0.33.2
What's Changed
- docs: add dsn options. by @youngsofun in #736
- ci: update tests by @youngsofun in #737
- ci: update tests by @youngsofun in #738
- fix: display nested geo values by @b41sh in #734
- chore: use zmij convert float to string by @b41sh in #735
- feat: add configurable retry parameters and improve retry logging by @everpcpc in #739
- chore: bump version to 0.33.2 by @everpcpc in #740
Full Changelog: v0.33.1...v0.33.2
v0.33.1
What's Changed
- feat: rename body_format query_result_format. by @youngsofun in #730
- feat: TimezoneTZ map to Date in nodejs binding. by @youngsofun in #731
- feat: Nested Type String Support Double Quoting by @b41sh in #732
- chore: bump version to 0.33.1 by @b41sh in #733
Full Changelog: v0.33.0...v0.33.1
v0.33.0
What's Changed
- chore: upgrade arrow to 56 to support decimal64 by @youngsofun in #724
- fix: cli create log dir before init_logging. by @youngsofun in #725
- feat(cli): add --qid flag for query IDs by @bohutang in #726
- fix: retry when error sending request. by @youngsofun in #727
- chore: Bump jsonb 0.5.5 by @b41sh in #710
- feat: add explicit session setters to core client and driver by @everpcpc in #728
- chore: bump version to 0.33.0 by @everpcpc in #729
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
- feat: return Datetime for TimestampTz in python. by @youngsofun in #708
- fix: should use schema in arrow. by @youngsofun in #709
- refactor: split value.rs by @youngsofun in #711
- fix: timestamp decode in nested value did not consider timezone by @youngsofun in #712
- refactor: improve decode of timestamp by @youngsofun in #713
- ci: fix test. by @youngsofun in #714
- refactor: Timestamp(i64, tz) -> Timestamp(DateTime) by @youngsofun in #715
- feat: arrow body format support settings geometry_output_format. by @youngsofun in #716
- feat: use jiff::Zoned in Value::Timestamp by @youngsofun in #718
- refactor: replace chrono::Tz with jiff::tz::Timezone by @youngsofun in #719
- chore: rm unused feature of deps by @youngsofun in #720
- feat: clamp ts before convert to Zoned. by @youngsofun in #721
- fix: modify TIMESTAMP_MAX. by @youngsofun in #722
- chore: bump version to 0.32.0 by @everpcpc in #723
Full Changelog: v0.31.0...v0.32.0
v0.31.0
What's Changed
- chore: show types in web ui by @sundy-li in #694
- feat: support new DataType TimestampTz by @KKould in #696
- chore: use sqlite to store shared queries by @sundy-li in #698
- feat: add heartbeat to avoid unexpected timeout. by @youngsofun in #697
- fix: DataType::TimestampTz display: "TimestampTz" -> "Timestamp_Tz" by @KKould in #699
- feat: support bind variant into params in cursor api by @sundy-li in #700
- feat: add notebooks in ui by @sundy-li in #701
- feat: python support in play ui by @sundy-li in #702
- chore: add uv cache by @sundy-li in #704
- chore:
stream_loadadd an option argumentmethodto support Streaming load method by @b41sh in #705 - ci: fix runner for integration cron by @everpcpc in #706
- feat: support arrow body for page handler by @youngsofun in #703
- chore: bump version to 0.31.0 by @everpcpc in #707
Full Changelog: v0.30.3...v0.31.0