datafusion-flight-sql-server 0.4.15

Datafusion flight sql server.
Documentation
# 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.4.15]https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.14...v0.4.15 - 2026-01-14

### Other

- update Cargo.toml dependencies

## [0.4.14]https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.13...v0.4.14 - 2025-12-19

### Other

- Merge pull request #38 from cloneyate/main
- add method serve_with_listener
- update dependencies and use re-exported arrow crate from datafusion

## [0.4.13]https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.12...v0.4.13 - 2025-10-28

### Other

- Merge pull request #34 from datafusion-contrib/schema_metadata
- Run cargo fmt
- Add optional table name metadata in schema fields
- add a few tests

## [0.4.12]https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.11...v0.4.12 - 2025-10-27

### Other

- Upgrade to datafusion 50 ([#31]https://github.com/datafusion-contrib/datafusion-flight-sql-server/pull/31)

## [0.4.11]https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.10...v0.4.11 - 2025-07-29

### Other

- update Cargo.toml dependencies

## [0.4.10]https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.9...v0.4.10 - 2025-06-30

### Other

- Merge pull request #25 from datafusion-contrib/upgrade_deps
- Upgrade Dependences

## [0.4.9]https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.8...v0.4.9 - 2025-05-22

### Other

- minor clippy fix
- Feat/flight sql bearer auth example ([#22]https://github.com/datafusion-contrib/datafusion-flight-sql-server/pull/22)

## [0.4.8]https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.7...v0.4.8 - 2025-04-25

### Other

- upgrade datafusion to 47.0