Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@phillipleblanc phillipleblanc released this 14 Jan 14:45

Major Features

  • Added native schema inference support for PostgreSQL, allow empty tables to still be registered with their proper schema
  • Introduced MySQL write support
  • Added ODBC support with documentation in README
  • Enhanced Flight protocol customization options
  • Implemented Database Catalog Provider functionality

Database Improvements

PostgreSQL

  • Added support for OID and NAME data types
  • Expanded supported types from pg_catalog
  • Implemented native schema inference

MySQL

  • Added write support functionality
  • Fixed Docker image configuration for PR tests

Dependencies

  • Upgraded DataFusion to version 44.0.0

Testing & Stability

  • Improved test infrastructure to ensure all tests run on PRs
  • Addressed flaky test cases in DuckDB integration
  • Optimized disk space usage for integration tests
  • Enhanced PR test reliability by fixing MySQL Docker image configuration

Documentation

  • Added ODBC usage documentation to README
  • Simplified dependency management documentation

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4