Releases: databendlabs/bendsql
Releases · databendlabs/bendsql
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
v0.4.7
What's Changed
- docs: add dsn arg tls_ca_file by @everpcpc in #163
- fix: try from map type by @b41sh in #165
- feat(bindings/nodejs): support queryIterExt by @everpcpc in #166
- ci: add license check by @everpcpc in #167
- chore: fix license & repo name by @everpcpc in #168
- chore: update dependencies by @everpcpc in #169
- chore: bump version 0.4.7 by @everpcpc in #170
New Contributors
Full Changelog: v0.4.6...v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
What's Changed
- feat: default prompt with warehouse name by @everpcpc in #143
- fix(cli): build version args by @everpcpc in #144
- fix(bindings/nodejs): release libs by @everpcpc in #146
- ci(bindings/nodejs): publish on push by @everpcpc in #147
- chore: unify version for packages by @everpcpc in #148
Full Changelog: v0.4.0...v0.4.1