File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
datafusion-flight-sql-server Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ members = [
77]
88
99[workspace .package ]
10- version = " 0.4.13 "
10+ version = " 0.4.14 "
1111edition = " 2021"
1212license = " Apache-2.0"
1313readme = " README.md"
@@ -22,4 +22,4 @@ datafusion-substrait = "51"
2222futures = " 0.3.31"
2323tokio = { version = " 1.47" , features = [" full" ] }
2424tonic = { version = " 0.14" , features = [" transport" , " codegen" ] }
25- prost = " 0.14"
25+ prost = " 0.14"
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.14] ( https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.13...v0.4.14 ) - 2025-12-19
11+
12+ ### Other
13+
14+ - Merge pull request #38 from cloneyate/main
15+ - add method serve_with_listener
16+ - update dependencies and use re-exported arrow crate from datafusion
17+
1018## [ 0.4.13] ( https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.12...v0.4.13 ) - 2025-10-28
1119
1220### Other
You can’t perform that action at this time.
0 commit comments