Releases: databendlabs/bendsql
Releases · databendlabs/bendsql
v0.6.7
v0.6.6
What's Changed
- feat(cli): support expand display for table format by @everpcpc in #215
- fix(cli): expand default to off by @everpcpc in #216
- fix(conf): add display info into config by @TCeason in #218
- fix(cli): version str custom build info by @everpcpc in #219
- chore: bump version 0.6.6 by @everpcpc in #220
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- chore: tmp disable windows-gnu release by @everpcpc in #211
- fix: better put & get statement by @everpcpc in #213
- fix(driver): put return error for empty entry
- fix(driver): do not add content-length if already in presigned headers
- feat: add stats to put & get statement
- fix(cli): better display stats
- fix(cli): show size for put & get
- chore: bump version 0.6.5 by @everpcpc in #214
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- chore: update dependencies by @everpcpc in #203
- fix(core): remove depend for vergen by @everpcpc in #206
- chore: Update default value for max_width and max_col_width by @sundy-li in #207
- feat: support put & get & upload stage for FlightSQL by @everpcpc in #204
- chore(ci): add check for cargo-machete by @everpcpc in #209
- chore: bump version 0.6.4 by @everpcpc in #210
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
What's Changed
- chore: Disable max_rows limit in explain query by @sundy-li in #179
- feat: add completion of database metadata by @sundy-li in #180
- chore: make build with release by @BohuTANG in #183
- chore(driver): add test for setting timezone by @everpcpc in #188
- chore(driver): fix session test by @everpcpc in #189
- feat(driver): support parsing to struct by @everpcpc in #190
- chore: bump version 0.6.0 by @everpcpc in #192
New Contributors
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
What's Changed
- fix: change read cert to async by @everpcpc in #175
- feat: send write progress by @sundy-li in #174
- feat(core): set custom request UA for client by @everpcpc in #176
- chore: bump version 0.5.0 by @everpcpc in #177
Breaking change
Connection
in rust driver is now wrapped by Client
, and getting connection is changed to async. The new usage is:
let client = Client::new(dsn);
let conn = client.get_conn().await.unwrap();
Full Changelog: v0.4.7...v0.5.0