Skip to content

Releases: datafusion-contrib/datafusion-table-providers

v0.11.0

19 Apr 09:52
15d4d41

Choose a tag to compare

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

23 Mar 00:45
e2b006c

Choose a tag to compare

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

26 Feb 05:36
ee6a946

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.10.0

v0.9.3

19 Jan 04:44
9a0db11

Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

28 Dec 08:43

Choose a tag to compare

What's Changed

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

v0.9.1

24 Dec 03:49

Choose a tag to compare

What's Changed

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

v0.9.0

04 Dec 00:56

Choose a tag to compare

What's Changed

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

v0.8.2

04 Dec 00:53

Choose a tag to compare

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

26 Sep 01:58

Choose a tag to compare

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

19 Sep 14:41

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0