Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(datafusion-flight-sql-table-provider): release v0.3.1 #79

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions datafusion-flight-sql-table-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1](https://github.com/datafusion-contrib/datafusion-federation/releases/tag/datafusion-flight-sql-table-provider-v0.3.1) - 2024-11-15

### Added

- upgrade to datafusion 42 and arrow 53 ([#59](https://github.com/datafusion-contrib/datafusion-federation/pull/59))
- Upstream Spice AI changes to `datafusion-federation` ([#51](https://github.com/datafusion-contrib/datafusion-federation/pull/51))

### Other

- bump version to 0.2.1 ([#56](https://github.com/datafusion-contrib/datafusion-federation/pull/56))
- "create datafusion-flight-sql-table-provider crate & move the executor from datafusion-flight-sql-server"
- Added CI ([#14](https://github.com/datafusion-contrib/datafusion-federation/pull/14))
- Initial commit