Prepare for 58.4.0 release#10367
Merged
Merged
Conversation
alamb
marked this pull request as ready for review
July 17, 2026 21:47
4 tasks
Contributor
|
Did we get an inadvertent |
Contributor
Author
Yes you are right -- sorry I ran out of time last night |
alamb
commented
Jul 18, 2026
Contributor
No worries. Looks like this one will take some finagling to get through all of the CI checks. Thanks for getting it going! |
Contributor
Author
|
Woohoo! |
Contributor
Author
|
Thanks @mbutrovich |
alamb
added a commit
that referenced
this pull request
Jul 18, 2026
## Which issue does this PR close? - part of #10349 Follow up to #10367, which prepared the `58.4.0` changelog. PR #10371 was subsequently merged to `58_maintenance`, so this PR adds it to the `58.4.0` changelog section. ## Rationale for this change Keep `CHANGELOG.md` on `58_maintenance` in sync with the commits actually on the branch prior to cutting the `58.4.0` release. ## What changes are included in this PR? Adds a changelog entry for #10371.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Rationale for this change
Get out a
58.4.0release with the expanded parquet encryption algorithm support so downstream projects (e.g. DataFusion Comet, for AES GCM 256 / Iceberg table decryption) don't have to wait for the59.0major release:What changes are included in this PR?
https://github.com/alamb/arrow-rs/blob/alamb/prepare_58.4.0/CHANGELOG.md
Are these changes tested?
By CI
Are there any user-facing changes?
Yes, this is preparation for a release