File tree Expand file tree Collapse file tree
datafusion-flight-sql-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
88]
99
1010[workspace .package ]
11- version = " 0.3.4 "
11+ version = " 0.3.5 "
1212edition = " 2021"
1313license = " Apache-2.0"
1414readme = " README.md"
@@ -21,7 +21,7 @@ arrow-json = "53.3"
2121async-stream = " 0.3.5"
2222async-trait = " 0.1.83"
2323datafusion = " 44.0.0"
24- datafusion-federation = { path = " ./datafusion-federation" , version = " 0.3.4 " }
24+ datafusion-federation = { path = " ./datafusion-federation" , version = " 0.3.5 " }
2525datafusion-substrait = " 44.0.0"
2626futures = " 0.3.31"
2727tokio = { version = " 1.41" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.5] ( https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.4...datafusion-federation-v0.3.5 ) - 2025-01-20
11+
12+ ### Other
13+
14+ - Use the Dialect and Unparser constructor when using the plan_to_sql function. (#105 )
15+
1016## [ 0.3.4] ( https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.3...datafusion-federation-v0.3.4 ) - 2025-01-12
1117
1218### Other
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.6] ( https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.5...datafusion-flight-sql-server-v0.4.6 ) - 2025-01-20
11+
12+ ### Other
13+
14+ - updated the following local packages: datafusion-federation
15+
1016## [ 0.4.5] ( https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.4...datafusion-flight-sql-server-v0.4.5 ) - 2025-01-12
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " datafusion-flight-sql-server"
3- version = " 0.4.5 "
3+ version = " 0.4.6 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
You can’t perform that action at this time.
0 commit comments