-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update versions and CHANGELOG for 9.1.0 release #1325
Update versions and CHANGELOG for 9.1.0 release #1325
Conversation
Perhaps if there are no breaking changes this might be released as 9.1.0? |
dev/release/README.md
Outdated
@@ -23,7 +23,7 @@ | |||
|
|||
We try to release a new version of Arrow every two weeks. This cadence balances getting new features into arrow without overwhelming downstream projects with too frequent changes. | |||
|
|||
If any code has been merged to master that has a breaking API change, as defined in [Rust RFC 1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md), the major version number incremented changed (e.g. `9.0.2` to `9.0.2`). Otherwise the new minor version incremented (e.g. `9.0.2` to `7.1.0`). | |||
If any code has been merged to master that has a breaking API change, as defined in [Rust RFC 1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md), the major version number incremented changed (e.g. `10.0.0` to `10.0.0`). Otherwise the new minor version incremented (e.g. `10.0.0` to `7.1.0`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line appears a bit broken 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sed
!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 4b7a65e
CHANGELOG.md
Outdated
- Expose bloom filter metadata offset [\#1308](https://github.com/apache/arrow-rs/issues/1308) | ||
- Improve ergonomics to construct `DictionaryArrays` from `Key` and `Value` arrays [\#1299](https://github.com/apache/arrow-rs/issues/1299) | ||
- Make it easier to iterate over `DictionaryArray` [\#1295](https://github.com/apache/arrow-rs/issues/1295) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] | ||
- Don't Interwine Bit and Byte Aligned Operations in `BitReader` [\#1282](https://github.com/apache/arrow-rs/issues/1282) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was actually just closed, without being fixe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that is why it is listed under Closed Issues
-- I'll make it explicit that it wasn't fixed
Good idea -- I will do so |
FWIW if we merge any other PRs we'll have to touch up this PR (rerun the https://github.com/apache/arrow-rs/blob/master/dev/release/update_change_log.sh as described in https://github.com/apache/arrow-rs/blob/master/dev/release/README.md#prepare-changelog-and-version |
Here is a PR to DataFusion showing a clean upgrade to 9.1: apache/datafusion#1851 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something that's a bit unclear @alamb is whether I should merge this before cutting an RC. It makes sense to do so, but not explicitly documented in the release docs (unless I missed it).
You are right -- this should be merged prior to cutting the RC -- thank you. I'll make a note to update the instructions when I am back if not already done so |
PR to clarify instructions: #1370 |
re #1304
See rendered version https://github.com/alamb/arrow-rs/blob/alamb/prepare_for_10.0.0_release/CHANGELOG.md
There are some very nice performance improvements from @tustvold , some nice usability improvements from @viirya and @liukun4515 , exciting parquet work from @shanisolomon / @zeevm , and code beautification @gsserge
What a team 🚀
cc @nevi-me