What's Changed
- Fix Parquet example to run from workspace root by @mlafeldt in #522
- Update and clean up dependencies by @mlafeldt in #520
- Optimize dependencies by @paolobarbolini in #513
- Update Rust to v1.88.0 by @mlafeldt in #523
- Publish docs for more features by @mlafeldt in #524
- Expand and test Inserter trait by @mlafeldt in #525
- chore: Let Inserter accept &String and &Vec by @yutannihilation in #507
- ran
cargo clippy --fix -- -Wclippy::use_self
by @adamnemecek in #502 - cargo clippy --fix --all-features -- -Wclippy::use_self by @mlafeldt in #526
- First round of CI tweaks by @mlafeldt in #527
- enable union test by @Mause in #340
- Fix timezone-dependent chrono tests with fixed timestamps by @mlafeldt in #528
- Fix column names in Arrow tests by @mlafeldt in #529
- possible typo in appender test case by @era127 in #306
- Add interrupt handle by @jankramer in #493
- Support appending large Arrow record batches by @mlafeldt in #530
- Fix conversion of Arrow floating point types by @mlafeldt in #532
- Update DuckDB to v1.3.2 by @mlafeldt in #531
New Contributors
- @paolobarbolini made their first contribution in #513
- @adamnemecek made their first contribution in #502
- @jankramer made their first contribution in #493
Full Changelog: v1.3.1...v1.3.2