Skip to content

Releases: duckdb/duckdb-rs

1.2.0

10 Feb 17:02
4b55ed5
Compare
Choose a tag to compare

What's Changed

Contributors

Unfortunately, I'm not used to working with squash commits and messed up the GitHub commit history slightly, so here some handwritten props for everyone that contributed to this release!

Full Changelog: v1.1.1...1.2.0

v1.1.1

08 Oct 14:00
2bd811e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.1

v1.0.0

11 Jul 08:51
5996c3e
Compare
Choose a tag to compare

This release upgrades the shipped DuckDB to v1.0.0, in addition to a number of bug fixes.

Note: The httpfs module that ships the httpfs extension is removed in this release. The httpfs extension can instead be used through DuckDB's native extension installation/loading mechanism.

What's Changed

  • feat: support "large" arrow data types by @Mause in #307
  • Fixes the issue ignoring nulls when copy from arrow array to flat vector by @y-f-u in #316
  • change SQLite to DuckDB by @era127 in #308
  • Organise workspace crates and consolidate Cargo.toml manifest properties/dependencies by @Swoorup in #285
  • Update README.md by @yoonghm in #242
  • Add support for DuckDB arrays when using Arrow's FixedSizeList by @Jeadie in #323
  • Add support for BinaryArray in arrow-vtab by @phillipleblanc in #324
  • use openssl from runner by @Maxxen in #327
  • Add ability to pass vendored feature to openssl in libduckdb-sys by @muralisoundararajan in #321
  • Implement appender for date/time types by @rijkvp in #313
  • Support decimal128 without casting to double by @Maxxen in #328
  • feat: experimental support for further nested types by @Mause in #318
  • upgrade arrow-rs to 52 by @Mause in #332
  • Expose the underlying schema of executed statement by @abhiaagarwal in #333
  • Remove mut from raw_query by @rijkvp in #339
  • Support Arrow type LargeUtf8. by @Jeadie in #341
  • Update duckdb-rs to DuckDB v1.0.0 by @Mytherin in #336
  • fix: don't write files outside of OUT_DIR by @frectonz in #347
  • Remove built-in HTTPFS extension and fix Windows CI by @Mytherin in #353
  • Upgrade duckdb-loadable-macros to 0.1.2 by @Mytherin in #354

New Contributors

Full Changelog: v0.10.2...v1.0.0

v0.10.2

24 Apr 22:02
a1aa55a
Compare
Choose a tag to compare

Bump to DuckDB v0.10.2

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

19 Mar 16:34
62089b6
Compare
Choose a tag to compare
Bump to DuckDB v0.10.1 (#275)

v0.10.0

14 Feb 14:24
36d76c1
Compare
Choose a tag to compare
Bump to v0.10.0

v0.9.2

01 Dec 11:58
0277fb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

12 Oct 09:27
daeb0f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

30 Sep 15:11
d130b95
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

04 Jul 10:56
9f35d49
Compare
Choose a tag to compare
  • no changes