v1.0.0
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_DIRby @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
- @y-f-u made their first contribution in #316
 - @era127 made their first contribution in #308
 - @muralisoundararajan made their first contribution in #321
 - @rijkvp made their first contribution in #313
 - @abhiaagarwal made their first contribution in #333
 - @frectonz made their first contribution in #347
 
Full Changelog: v0.10.2...v1.0.0