Skip to content
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

Merged
merged 9 commits into from
Feb 19, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Feb 16, 2022

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

@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate parquet Changes to the parquet crate parquet-derive labels Feb 16, 2022
@tustvold
Copy link
Contributor

Perhaps if there are no breaking changes this might be released as 9.1.0?

@@ -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`).
Copy link
Contributor

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 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sed !

Copy link
Contributor Author

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)
Copy link
Contributor

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

Copy link
Contributor Author

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

@alamb
Copy link
Contributor Author

alamb commented Feb 17, 2022

Perhaps if there are no breaking changes this might be released as 9.1.0?

Good idea -- I will do so

@alamb alamb changed the title Update versions and CHANGELOG for 10.0.0 release Update versions and CHANGELOG for 9.1.0 release Feb 17, 2022
@alamb
Copy link
Contributor Author

alamb commented Feb 17, 2022

@alamb
Copy link
Contributor Author

alamb commented Feb 17, 2022

Here is a PR to DataFusion showing a clean upgrade to 9.1: apache/datafusion#1851

Copy link
Contributor

@nevi-me nevi-me left a 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).

@nevi-me nevi-me merged commit ecba7dc into apache:master Feb 19, 2022
@alamb alamb deleted the alamb/prepare_for_10.0.0_release branch February 21, 2022 06:58
@alamb
Copy link
Contributor Author

alamb commented Feb 21, 2022

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

@alamb
Copy link
Contributor Author

alamb commented Feb 28, 2022

PR to clarify instructions: #1370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants