Skip to content

Releases: datafuselabs/bendsql

v0.6.6

08 Sep 12:06
703a7c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

v0.6.5

07 Sep 10:06
9fbd365
Compare
Choose a tag to compare

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

05 Sep 08:19
ccecad1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

31 Aug 02:45
cfe42be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

24 Aug 05:55
5c39cc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Aug 16:26
acd937a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Aug 07:50
73866a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

04 Aug 07:12
ef8ddc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

28 Jul 02:50
1e854c1
Compare
Choose a tag to compare

What's Changed


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

17 Jul 00:52
f19733f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.7