Skip to content

Commit 42895d6

Browse files
authored
Merge pull request #39 from datafusion-contrib/release-plz-2025-12-19T10-30-20Z
chore(datafusion-flight-sql-server): release v0.4.14
2 parents df2193e + 39671f8 commit 42895d6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.4.13"
10+
version = "0.4.14"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
readme = "README.md"
@@ -22,4 +22,4 @@ datafusion-substrait = "51"
2222
futures = "0.3.31"
2323
tokio = { version = "1.47", features = ["full"] }
2424
tonic = { version = "0.14", features = ["transport", "codegen"] }
25-
prost = "0.14"
25+
prost = "0.14"

datafusion-flight-sql-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)