-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update versions to 29.0.0 and update CHANGELOG (#3315)
* Update version to 29.0.0 * Update changelog * Update new crates to 29.0.0 * Update changelog * updates * Apply suggestions from code review Co-authored-by: Ian Alexander Joiner <[email protected]>
- Loading branch information
Showing
27 changed files
with
282 additions
and
184 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-flight" | ||
description = "Apache Arrow Flight" | ||
version = "28.0.0" | ||
version = "29.0.0" | ||
edition = "2021" | ||
rust-version = "1.62" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
@@ -27,10 +27,10 @@ repository = "https://github.com/apache/arrow-rs" | |
license = "Apache-2.0" | ||
|
||
[dependencies] | ||
arrow-array = { version = "28.0.0", path = "../arrow-array" } | ||
arrow-buffer = { version = "28.0.0", path = "../arrow-buffer" } | ||
arrow-ipc = { version = "28.0.0", path = "../arrow-ipc" } | ||
arrow-schema = { version = "28.0.0", path = "../arrow-schema" } | ||
arrow-array = { version = "29.0.0", path = "../arrow-array" } | ||
arrow-buffer = { version = "29.0.0", path = "../arrow-buffer" } | ||
arrow-ipc = { version = "29.0.0", path = "../arrow-ipc" } | ||
arrow-schema = { version = "29.0.0", path = "../arrow-schema" } | ||
base64 = { version = "0.13", default-features = false } | ||
tonic = { version = "0.8", default-features = false, features = ["transport", "codegen", "prost"] } | ||
bytes = { version = "1", default-features = false } | ||
|
@@ -45,7 +45,7 @@ default = [] | |
flight-sql-experimental = ["prost-types"] | ||
|
||
[dev-dependencies] | ||
arrow = { version = "28.0.0", path = "../arrow", features = ["prettyprint"] } | ||
arrow = { version = "29.0.0", path = "../arrow", features = ["prettyprint"] } | ||
tempfile = "3.3" | ||
tokio-stream = { version = "0.1", features = ["net"] } | ||
tower = "0.4.13" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-integration-testing" | ||
description = "Binaries used in the Arrow integration tests (NOT PUBLISHED TO crates.io)" | ||
version = "28.0.0" | ||
version = "29.0.0" | ||
homepage = "https://github.com/apache/arrow-rs" | ||
repository = "https://github.com/apache/arrow-rs" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-pyarrow-integration-testing" | ||
description = "" | ||
version = "28.0.0" | ||
version = "29.0.0" | ||
homepage = "https://github.com/apache/arrow-rs" | ||
repository = "https://github.com/apache/arrow-rs" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
@@ -32,7 +32,7 @@ name = "arrow_pyarrow_integration_testing" | |
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
arrow = { path = "../arrow", version = "28.0.0", features = ["pyarrow"] } | ||
arrow = { path = "../arrow", version = "29.0.0", features = ["pyarrow"] } | ||
pyo3 = { version = "0.17", features = ["extension-module"] } | ||
|
||
[package.metadata.maturin] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.