Releases: datafusion-contrib/datafusion-table-providers
Releases · datafusion-contrib/datafusion-table-providers
Release list
v0.12.0
What's Changed
- Upgrade to Datafusion 54 by @simonvandel in #675
New Contributors
- @simonvandel made their first contribution in #675
Full Changelog: v0.11.2...v0.12.0
v0.11.2
What's Changed
- chore(deps): bump clickhouse 0.15.1, rand 0.10.1, cmov 0.5.4 by @phillipleblanc in #678
- chore(deps): upgrade odbc-api 28.2 + arrow-odbc 25.2 by @phillipleblanc in #679
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #625
- Bump openssl from 0.10.77 to 0.10.78 in the cargo group across 1 directory by @dependabot[bot] in #628
- Bump test-log from 0.2.19 to 0.2.20 by @dependabot[bot] in #624
- Bump mongodb from 3.5.2 to 3.6.0 by @dependabot[bot] in #626
- fix(MySQL): handle unsigned integer types by @AyushAgrawal-A2 in #601
- Bump sha2 from 0.10.9 to 0.11.0 by @dependabot[bot] in #641
- Bump rustls-webpki from 0.103.12 to 0.103.13 in the cargo group across 1 directory by @dependabot[bot] in #630
- Bump tonic from 0.14.5 to 0.14.6 by @dependabot[bot] in #648
- Update hickory-resolver to 0.26 by @hozan23 in #647
- Bump tokio from 1.52.0 to 1.52.3 by @dependabot[bot] in #651
- Bump openssl from 0.10.78 to 0.10.79 in the cargo group across 1 directory by @dependabot[bot] in #642
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #670
- Bump actions/cache from 5 to 6 by @dependabot[bot] in #671
- fix: Improve Postgres schema parsing for Redshift, support arrays of structs by @peasee in #673
- fix: Support reading column types longer than 128 chars in Redshift by @peasee in #674
- Bump chrono from 0.4.44 to 0.4.45 by @dependabot[bot] in #666
- Bump the cargo group across 1 directory with 2 updates by @dependabot[bot] in #664
- Upgrade sea-query to 1.0 by @nuno-faria in #676
New Contributors
- @AyushAgrawal-A2 made their first contribution in #601
Full Changelog: v0.11.0...v0.11.1
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