Releases: datafusion-contrib/datafusion-table-providers
Releases · datafusion-contrib/datafusion-table-providers
v0.11.0
What's Changed
- Bump the cargo group across 1 directory with 2 updates by @dependabot[bot] in #576
- Replace trust-dns-resolver with hickory-resolver by @hozan23 in #577
- ci: use rust 1.94 for python tests by @hozan23 in #591
- Bump tokio from 1.49.0 to 1.50.0 by @dependabot[bot] in #578
- Bump tempfile from 3.25.0 to 3.27.0 by @dependabot[bot] in #581
- Bump geozero from 0.14.0 to 0.15.1 by @dependabot[bot] in #582
- Bump requests from 2.32.4 to 2.33.0 in /python in the uv group across 1 directory by @dependabot[bot] in #586
- docs: add ADBC to README by @ianmcook in #600
- Fix MySQL column count mismatch causing BatchCoalescer panic by @hozan23 in #590
- Bump cryptography from 46.0.5 to 46.0.7 in /python in the uv group across 1 directory by @dependabot[bot] in #598
- MongoDB: upgrade crate, add SRV support, re-enable Python bindings by @lukekim in #606
- Bump r2d2_adbc from 0.2.0 to 0.3.0 by @dependabot[bot] in #608
- Bump adbc_core from 0.21.0 to 0.23.0 by @dependabot[bot] in #609
- ci: cache Docker images and switch MySQL to Docker Hub by @lukekim in #614
- Add comprehensive MongoDB pushdown support and Arrow type coverage by @lukekim in #613
- Bump odbc-api from 19.1.0 to 24.1.1 by @dependabot[bot] in #611
- Add comprehensive pushdown support for all SQL providers by @lukekim in #615
- Fixes for sort/limit pushdown + mongo timestamp by @krinart in #619
- Upgrade to DataFusion 53 by @nuno-faria in #559
New Contributors
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Ignore datafusion and arrow crates in Dependabot updates by @hozan23 in #558
- Bump snafu from 0.8.9 to 0.9.0 by @dependabot[bot] in #562
- Bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory by @dependabot[bot] in #564
- Bump native-tls from 0.2.16 to 0.2.18 by @dependabot[bot] in #557
- Fix MySQL binary column detection for utf8mb4_bin collation by @hozan23 in #561
- Fix io_runtime drop panic in test_postgres_io_runtime_segregation by @alexanderbianchi in #560
- feat(postgres): decode NUMERIC[] as List by @vimeh in #554
- feat(postgres): bypass serde roundtrip for JSON/JSONB columns by @vimeh in #553
- feat(postgres): surface structured DB error details in query failures by @vimeh in #552
- Bump the uv group across 1 directory with 3 updates by @dependabot[bot] in #550
- Bump clickhouse from 0.13.3 to 0.14.2 by @dependabot[bot] in #532
- Bump lz4_flex from 0.11.5 to 0.11.6 in the cargo group across 1 directory by @dependabot[bot] in #567
- Bump prost from 0.14.1 to 0.14.3 by @dependabot[bot] in #572
- Bump anyhow from 1.0.101 to 1.0.102 by @dependabot[bot] in #571
- Bump bollard from 0.19.4 to 0.20.2 by @dependabot[bot] in #570
- Bump tonic from 0.14.4 to 0.14.5 by @dependabot[bot] in #569
- fix: reorder MySQL result columns to match projected schema by @hozan23 in #568
New Contributors
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Add cargo fmt check to github workflow by @hozan23 in #542
- Bump reqwest from 0.12.24 to 0.13.1 by @dependabot[bot] in #535
- Bump tempfile from 3.23.0 to 3.24.0 by @dependabot[bot] in #531
- Properly handle tables/views in
insert_appendby @krinart in #544 - Add PasswordProvider trait for dynamic Postgres credentials by @alexanderbianchi in #548
- update datafusion to 52 & update deps by @hozan23 in #525
- Add IO runtime handle to postgres connector by @alexanderbianchi in #549
New Contributors
- @alexanderbianchi made their first contribution in #548
Full Changelog: v0.9.3...v0.10.0
v0.9.3
What's Changed
- Bump bb8 from 0.9.0 to 0.9.1 by @dependabot[bot] in #514
- Bump bytes from 1.10.1 to 1.11.0 by @dependabot[bot] in #515
- Bump arrow-schema from 57.0.0 to 57.2.0 by @dependabot[bot] in #524
- Bump insta from 1.43.2 to 1.46.0 by @dependabot[bot] in #523
- Update the README file to include a development section. by @hozan23 in #526
- Prevent invalid INSERT statements with empty batches by @nuno-faria in #528
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Add write support for Decimal32 and Decimal64 by @nuno-faria in #519
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #505
- Prevent
InsertBuilderfrom taking ownership of record batches by @nuno-faria in #518
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- deps: point r2d2-adbc at deployed crates.io version by @zeroshade in #486
- Upgrade rusqlite to v0.37 & tokio-rusqlite to v0.7 by @lukekim in #495
- Upgrade to
datafusion51,arrow57 by @nuno-faria in #497
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
- feat: [sqlite] Delegate supports_filters_pushdown to read provider by @lukekim in #454
- Bump insta from 1.43.1 to 1.43.2 by @dependabot[bot] in #445
- Bump serde_json from 1.0.140 to 1.0.145 by @dependabot[bot] in #447
- Bump bollard from 0.19.1 to 0.19.3 by @dependabot[bot] in #449
- Bump serde from 1.0.225 to 1.0.228 by @dependabot[bot] in #448
- feat: [sqlite] Batch insert using prepared statements by @lukekim in #453
- Upgrade Rust toolchain from 1.86 to 1.89 by @lukekim in #456
- Use a Actions feature matrix to improve build times by @lukekim in #458
- Add Rust caching to PR workflow to improve performance by @lukekim in #460
- Bump snafu from 0.8.6 to 0.8.9 by @dependabot[bot] in #462
- Bump astral-sh/setup-uv from 5 to 7 by @dependabot[bot] in #461
- Bump anyhow from 1.0.98 to 1.0.100 by @dependabot[bot] in #463
- Bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in #465
- Bump sea-query from 0.32.6 to 0.32.7 by @dependabot[bot] in #464
- Bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory by @dependabot[bot] in #459
- Add table provider for ADBC drivers by @zeroshade in #481
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Improve the read performance of Postgres' Decimals by @nuno-faria in #438
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Bump uuid from 1.17.0 to 1.18.0 by @dependabot[bot] in #417
- Bump rand from 0.9.1 to 0.9.2 by @dependabot[bot] in #415
- Bump rstest from 0.25.0 to 0.26.1 by @dependabot[bot] in #414
- Bump dyn-clone from 1.0.19 to 1.0.20 by @dependabot[bot] in #413
- Bump prost from 0.13.5 to 0.14.1 by @dependabot[bot] in #412
- ClickHouse: Add python module by @trueleo in #418
- Upgrade datafusion to version 50 by @nuno-faria in #437
Full Changelog: v0.7.0...v0.8.0