Skip to content

Commit 9d0e8be

Browse files
authored
Update version to 58.0.0 and add CHANGELOG (#9420)
# Which issue does this PR close? - Part of #8466 # Rationale for this change - #8466 # What changes are included in this PR? 1. Update version to 58.0.0 2. Update CHANGELOG. See rendered version here: https://github.com/alamb/arrow-rs/blob/alamb/prepare_58/CHANGELOG.md I'll update the changelog with this command ```shell ARROW_GITHUB_API_TOKEN=XXXX ./dev/release/update_change_log.sh ``` # Are these changes tested? N/A # Are there any user-facing changes? New version
1 parent ab9c062 commit 9d0e8be

4 files changed

Lines changed: 230 additions & 31 deletions

File tree

CHANGELOG-old.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@
1919

2020
# Historical Changelog
2121

22+
## [57.3.0](https://github.com/apache/arrow-rs/tree/57.3.0) (2026-02-02)
23+
24+
[Full Changelog](https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0)
25+
26+
**Breaking changes:**
27+
28+
- Revert "Seal Array trait", mark `Array` as `unsafe` [#9313](https://github.com/apache/arrow-rs/pull/9313) ([alamb](https://github.com/alamb), [gabotechs](https://github.com/gabotechs))
29+
- Mark `BufferBuilder::new_from_buffer` as unsafe [#9312](https://github.com/apache/arrow-rs/pull/9312) ([alamb](https://github.com/alamb), [Jefffrey](https://github.com/Jefffrey))
30+
31+
**Fixed bugs:**
32+
33+
- Fix string array equality when the values buffer is the same and only the offsets to access it differ [#9330](https://github.com/apache/arrow-rs/pull/9330) ([alamb](https://github.com/alamb), [jhorstmann](https://github.com/jhorstmann))
34+
- Ensure `BufferBuilder::truncate` doesn't overset length [#9311](https://github.com/apache/arrow-rs/pull/9311) ([alamb](https://github.com/alamb), [Jefffrey](https://github.com/Jefffrey))
35+
- [parquet] Provide only encrypted column stats in plaintext footer [#9310](https://github.com/apache/arrow-rs/pull/9310) ([alamb](https://github.com/alamb), [rok](https://github.com/rok), [adamreeve](https://github.com/adamreeve))
36+
- [regression] Error with adaptive predicate pushdown: "Invalid offset …" [#9309](https://github.com/apache/arrow-rs/pull/9309) ([alamb](https://github.com/alamb), [erratic-pattern](https://github.com/erratic-pattern), [sdf-jkl](https://github.com/sdf-jkl))
37+
2238

2339
## [57.2.0](https://github.com/apache/arrow-rs/tree/57.2.0) (2026-01-07)
2440

0 commit comments

Comments
 (0)