Skip to content

Releases: duckdb/duckdb-rs

v0.6.0

14 Nov 23:39
a41806f
Compare
Choose a tag to compare
  • no changes

v0.5.1

20 Sep 02:43
61cfc9b
Compare
Choose a tag to compare

What's Changed

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

v0.5.0

07 Sep 10:19
42abf91
Compare
Choose a tag to compare

NOTE: please be noted that there is an issue in duckdb 0.5.0 duckdb/duckdb#4612 . If you use this feature, you may need to build the binary from source by yourself.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Jun 14:53
54c326a
Compare
Choose a tag to compare

No breaking change.

v0.3.4

25 Apr 15:07
Compare
Choose a tag to compare
  • no changes

v0.3.3

12 Apr 15:12
8d0589d
Compare
Choose a tag to compare

Breaking change in #44

v0.3.2

08 Feb 03:24
762fec6
Compare
Choose a tag to compare

Please be noted that we also upgrade rust edition to 2021 in this release

🚀 Features

  • add r2d2 connection pool
  • upgrade to 0.3.2

v0.3.1

02 Jan 12:53
fc51cdf
Compare
Choose a tag to compare

🚀 Features

  • Update duckdb to v0.3.1

🐛 Fixes

  • Fix u64/UBigInt 'FromSql' trait impl
  • support hugeint

🧪 Tests

  • add test for uint

v0.2.9

11 Sep 14:36
be3b6f0
Compare
Choose a tag to compare

🚀 Features

  • upgrade to 0.2.9

v0.2.4

05 Sep 04:53
Compare
Choose a tag to compare

🚀 Features

  • impl appender
  • impl date32 and timestamp
  • enable serde_json and url
  • feat: impl config
  • enable publish crates in CI