Skip to content

Releases: duckdb/duckdb-rs

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