-
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.
Version 30.0.0 release notes and changelog (#3406)
* Update version to 30.0.0 * Update version in script * Initial changelog * updates
- Loading branch information
Showing
28 changed files
with
265 additions
and
195 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
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 = "29.0.0" | ||
version = "30.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 = "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" } | ||
arrow-array = { version = "30.0.0", path = "../arrow-array" } | ||
arrow-buffer = { version = "30.0.0", path = "../arrow-buffer" } | ||
arrow-ipc = { version = "30.0.0", path = "../arrow-ipc" } | ||
arrow-schema = { version = "30.0.0", path = "../arrow-schema" } | ||
base64 = { version = "0.20", default-features = false, features = ["std"] } | ||
tonic = { version = "0.8", default-features = false, features = ["transport", "codegen", "prost"] } | ||
bytes = { version = "1", default-features = false } | ||
|
@@ -48,7 +48,7 @@ flight-sql-experimental = [] | |
tls = ["tonic/tls"] | ||
|
||
[dev-dependencies] | ||
arrow = { version = "29.0.0", path = "../arrow", features = ["prettyprint"] } | ||
arrow = { version = "30.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 = "29.0.0" | ||
version = "30.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 = "29.0.0" | ||
version = "30.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 = "29.0.0", features = ["pyarrow"] } | ||
arrow = { path = "../arrow", version = "30.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
Oops, something went wrong.