Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions _data/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
# Database of the current version
#
current:
number: '25.0.0'
number: '25.0.1'
pinned_number: '25.0.*'
major_number: '25'
date: 2026-07-10
git-tag: '59bea6ec485e7fe351d1aa6753f964f6a6bc353a'
github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-25.0.0'
release-notes: 'https://arrow.apache.org/release/25.0.0.html'
mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-25.0.0/'
tarball-name: 'apache-arrow-25.0.0.tar.gz'
tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-25.0.0/apache-arrow-25.0.0.tar.gz'
asc: 'https://downloads.apache.org/arrow/arrow-25.0.0/apache-arrow-25.0.0.tar.gz.asc'
sha256: 'https://downloads.apache.org/arrow/arrow-25.0.0/apache-arrow-25.0.0.tar.gz.sha256'
sha512: 'https://downloads.apache.org/arrow/arrow-25.0.0/apache-arrow-25.0.0.tar.gz.sha512'
date: 2026-08-10
git-tag: 'beccec0d0c451b7aa3e4530416ac431b3c035c69'
github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-25.0.1'
release-notes: 'https://arrow.apache.org/release/25.0.1.html'
mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-25.0.1/'
tarball-name: 'apache-arrow-25.0.1.tar.gz'
tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-25.0.1/apache-arrow-25.0.1.tar.gz'
asc: 'https://downloads.apache.org/arrow/arrow-25.0.1/apache-arrow-25.0.1.tar.gz.asc'
sha256: 'https://downloads.apache.org/arrow/arrow-25.0.1/apache-arrow-25.0.1.tar.gz.sha256'
sha512: 'https://downloads.apache.org/arrow/arrow-25.0.1/apache-arrow-25.0.1.tar.gz.sha512'
98 changes: 98 additions & 0 deletions _release/25.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
layout: default
title: Apache Arrow 25.0.1 Release
date: "2026-08-10"
permalink: /release/25.0.1.html
---
<!--
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
-->

# Apache Arrow 25.0.1 (10 August 2026)

This is a patch release covering more than 1 months of development.

## Download

* [**Source Artifacts**][1]
* **Binary Artifacts**
* [For AlmaLinux][2]
* [For Amazon Linux][3]
* [For CentOS][4]
* [For C#][5]
* [For Debian][6]
* [For Python][7]
* [For Ubuntu][8]
* [Git tag][9]

## Contributors

This release includes 10 commits from 6 distinct contributors.

```console
$ git shortlog -sn apache-arrow-25.0.0..apache-arrow-25.0.1
5 Raúl Cumplido
1 Antoine Pitrou
1 Antoine Prouvost
1 Bryce Mecum
1 Liang-Chi Hsieh
1 tadeja
```

## Patch Committers

The following Apache committers merged contributed patches to the repository.

```console
$ git shortlog -sn --group=trailer:signed-off-by apache-arrow-25.0.0..apache-arrow-25.0.1
3 Antoine Pitrou
1 Bryce Mecum
1 Raúl Cumplido
1 Rok Mihevc
```

## Changelog



### Bug Fixes

* [GH-50383](https://github.com/apache/arrow/issues/50383) - [Release] Remove deprecated -f flag on conda create environment (#50384)
* [GH-50578](https://github.com/apache/arrow/issues/50578) - [C++][FlightRPC][ODBC] Always return SQL_NO_DATA from GetMoreResults (#50700)
* [GH-50600](https://github.com/apache/arrow/issues/50600) - [Release] Pin Python version in Conda verification
* [GH-50605](https://github.com/apache/arrow/issues/50605) - [Python][Parquet] Silent wrong values decoding a double column on aarch64 SVE (pyarrow 25.0.0)
* [GH-50808](https://github.com/apache/arrow/issues/50808) - [Python] Narrow Feather deprecation to V1 format (#50685)


### New Features and Improvements

* [GH-50326](https://github.com/apache/arrow/issues/50326) - [Python] Convert arrays to Python objects without per-element Scalars in to_pylist (#50327)
* [GH-50428](https://github.com/apache/arrow/issues/50428) - [C++] Better mimalloc configuration on macOS (#50549)
* [GH-50471](https://github.com/apache/arrow/issues/50471) - [C++][Python] SIGSEGV in bundled mimalloc mi\_thread\_init when libarrow is first loaded on a non-main thread that exits (mimalloc 3.3.x, pyarrow 25.0.0)
* [GH-50503](https://github.com/apache/arrow/issues/50503) - [Parquet] Remove SVE128 unpack (#50611)


[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-25.0.1/
[2]: https://apache.jfrog.io/artifactory/arrow/almalinux/
[3]: https://apache.jfrog.io/artifactory/arrow/amazon-linux/
[4]: https://apache.jfrog.io/artifactory/arrow/centos/
[5]: https://apache.jfrog.io/artifactory/arrow/nuget/
[6]: https://apache.jfrog.io/artifactory/arrow/debian/
[7]: https://apache.jfrog.io/artifactory/arrow/python/25.0.1/
[8]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
[9]: https://github.com/apache/arrow/releases/tag/apache-arrow-25.0.1
246 changes: 124 additions & 122 deletions _release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,126 +26,128 @@ limitations under the License.

Navigate to the release page for downloads and the changelog.

* [25.0.0 (10 July 2026)][1]
* [24.0.0 (21 April 2026)][2]
* [23.0.1 (16 February 2026)][3]
* [23.0.0 (18 January 2026)][4]
* [22.0.0 (24 October 2025)][5]
* [21.0.0 (17 July 2025)][6]
* [20.0.0 (27 April 2025)][7]
* [19.0.1 (16 February 2025)][8]
* [19.0.0 (16 January 2025)][9]
* [18.1.0 (24 November 2024)][10]
* [18.0.0 (28 October 2024)][11]
* [17.0.0 (16 July 2024)][12]
* [16.1.0 (14 May 2024)][13]
* [16.0.0 (20 April 2024)][14]
* [15.0.2 (18 March 2024)][15]
* [15.0.1 (7 March 2024)][16]
* [15.0.0 (21 January 2024)][17]
* [14.0.2 (19 December 2023)][18]
* [14.0.1 (10 November 2023)][19]
* [14.0.0 (1 November 2023)][20]
* [13.0.0 (23 August 2023)][21]
* [12.0.1 (13 June 2023)][22]
* [12.0.0 (2 May 2023)][23]
* [11.0.0 (26 January 2023)][24]
* [10.0.1 (22 November 2022)][25]
* [10.0.0 (26 October 2022)][26]
* [9.0.0 (3 August 2022)][27]
* [8.0.0 (6 May 2022)][28]
* [7.0.0 (3 February 2022)][29]
* [6.0.1 (18 November 2021)][30]
* [6.0.0 (26 October 2021)][31]
* [5.0.0 (29 July 2021)][32]
* [4.0.1 (26 May 2021)][33]
* [4.0.0 (26 April 2021)][34]
* [3.0.0 (26 January 2021)][35]
* [2.0.0 (19 October 2020)][36]
* [1.0.1 (21 August 2020)][37]
* [1.0.0 (24 July 2020)][38]
* [0.17.1 (18 May 2020)][39]
* [0.17.0 (20 April 2020)][40]
* [0.16.0 (7 February 2020)][41]
* [0.15.1 (1 November 2019)][42]
* [0.15.0 (5 October 2019)][43]
* [0.14.1 (22 July 2019)][44]
* [0.14.0 (4 July 2019)][45]
* [0.13.0 (1 April 2019)][46]
* [0.12.0 (20 January 2019)][47]
* [0.11.1 (19 October 2018)][48]
* [0.11.0 (8 October 2018)][49]
* [0.10.0 (6 August 2018)][50]
* [0.9.0 (21 March 2018)][51]
* [0.8.0 (18 December 2017)][52]
* [0.7.1 (1 October 2017)][53]
* [0.7.0 (17 September 2017)][54]
* [0.6.0 (14 August 2017)][55]
* [0.5.0 (23 July 2017)][56]
* [0.4.1 (9 June 2017)][57]
* [0.4.0 (22 May 2017)][58]
* [0.3.0 (5 May 2017)][59]
* [0.2.0 (18 February 2017)][60]
* [0.1.0 (10 October 2016)][61]
* [25.0.1 (10 August 2026)][1]
* [25.0.0 (10 July 2026)][2]
* [24.0.0 (21 April 2026)][3]
* [23.0.1 (16 February 2026)][4]
* [23.0.0 (18 January 2026)][5]
* [22.0.0 (24 October 2025)][6]
* [21.0.0 (17 July 2025)][7]
* [20.0.0 (27 April 2025)][8]
* [19.0.1 (16 February 2025)][9]
* [19.0.0 (16 January 2025)][10]
* [18.1.0 (24 November 2024)][11]
* [18.0.0 (28 October 2024)][12]
* [17.0.0 (16 July 2024)][13]
* [16.1.0 (14 May 2024)][14]
* [16.0.0 (20 April 2024)][15]
* [15.0.2 (18 March 2024)][16]
* [15.0.1 (7 March 2024)][17]
* [15.0.0 (21 January 2024)][18]
* [14.0.2 (19 December 2023)][19]
* [14.0.1 (10 November 2023)][20]
* [14.0.0 (1 November 2023)][21]
* [13.0.0 (23 August 2023)][22]
* [12.0.1 (13 June 2023)][23]
* [12.0.0 (2 May 2023)][24]
* [11.0.0 (26 January 2023)][25]
* [10.0.1 (22 November 2022)][26]
* [10.0.0 (26 October 2022)][27]
* [9.0.0 (3 August 2022)][28]
* [8.0.0 (6 May 2022)][29]
* [7.0.0 (3 February 2022)][30]
* [6.0.1 (18 November 2021)][31]
* [6.0.0 (26 October 2021)][32]
* [5.0.0 (29 July 2021)][33]
* [4.0.1 (26 May 2021)][34]
* [4.0.0 (26 April 2021)][35]
* [3.0.0 (26 January 2021)][36]
* [2.0.0 (19 October 2020)][37]
* [1.0.1 (21 August 2020)][38]
* [1.0.0 (24 July 2020)][39]
* [0.17.1 (18 May 2020)][40]
* [0.17.0 (20 April 2020)][41]
* [0.16.0 (7 February 2020)][42]
* [0.15.1 (1 November 2019)][43]
* [0.15.0 (5 October 2019)][44]
* [0.14.1 (22 July 2019)][45]
* [0.14.0 (4 July 2019)][46]
* [0.13.0 (1 April 2019)][47]
* [0.12.0 (20 January 2019)][48]
* [0.11.1 (19 October 2018)][49]
* [0.11.0 (8 October 2018)][50]
* [0.10.0 (6 August 2018)][51]
* [0.9.0 (21 March 2018)][52]
* [0.8.0 (18 December 2017)][53]
* [0.7.1 (1 October 2017)][54]
* [0.7.0 (17 September 2017)][55]
* [0.6.0 (14 August 2017)][56]
* [0.5.0 (23 July 2017)][57]
* [0.4.1 (9 June 2017)][58]
* [0.4.0 (22 May 2017)][59]
* [0.3.0 (5 May 2017)][60]
* [0.2.0 (18 February 2017)][61]
* [0.1.0 (10 October 2016)][62]

[1]: {{ site.baseurl }}/release/25.0.0.html
[2]: {{ site.baseurl }}/release/24.0.0.html
[3]: {{ site.baseurl }}/release/23.0.1.html
[4]: {{ site.baseurl }}/release/23.0.0.html
[5]: {{ site.baseurl }}/release/22.0.0.html
[6]: {{ site.baseurl }}/release/21.0.0.html
[7]: {{ site.baseurl }}/release/20.0.0.html
[8]: {{ site.baseurl }}/release/19.0.1.html
[9]: {{ site.baseurl }}/release/19.0.0.html
[10]: {{ site.baseurl }}/release/18.1.0.html
[11]: {{ site.baseurl }}/release/18.0.0.html
[12]: {{ site.baseurl }}/release/17.0.0.html
[13]: {{ site.baseurl }}/release/16.1.0.html
[14]: {{ site.baseurl }}/release/16.0.0.html
[15]: {{ site.baseurl }}/release/15.0.2.html
[16]: {{ site.baseurl }}/release/15.0.1.html
[17]: {{ site.baseurl }}/release/15.0.0.html
[18]: {{ site.baseurl }}/release/14.0.2.html
[19]: {{ site.baseurl }}/release/14.0.1.html
[20]: {{ site.baseurl }}/release/14.0.0.html
[21]: {{ site.baseurl }}/release/13.0.0.html
[22]: {{ site.baseurl }}/release/12.0.1.html
[23]: {{ site.baseurl }}/release/12.0.0.html
[24]: {{ site.baseurl }}/release/11.0.0.html
[25]: {{ site.baseurl }}/release/10.0.1.html
[26]: {{ site.baseurl }}/release/10.0.0.html
[27]: {{ site.baseurl }}/release/9.0.0.html
[28]: {{ site.baseurl }}/release/8.0.0.html
[29]: {{ site.baseurl }}/release/7.0.0.html
[30]: {{ site.baseurl }}/release/6.0.1.html
[31]: {{ site.baseurl }}/release/6.0.0.html
[32]: {{ site.baseurl }}/release/5.0.0.html
[33]: {{ site.baseurl }}/release/4.0.1.html
[34]: {{ site.baseurl }}/release/4.0.0.html
[35]: {{ site.baseurl }}/release/3.0.0.html
[36]: {{ site.baseurl }}/release/2.0.0.html
[37]: {{ site.baseurl }}/release/1.0.1.html
[38]: {{ site.baseurl }}/release/1.0.0.html
[39]: {{ site.baseurl }}/release/0.17.1.html
[40]: {{ site.baseurl }}/release/0.17.0.html
[41]: {{ site.baseurl }}/release/0.16.0.html
[42]: {{ site.baseurl }}/release/0.15.1.html
[43]: {{ site.baseurl }}/release/0.15.0.html
[44]: {{ site.baseurl }}/release/0.14.1.html
[45]: {{ site.baseurl }}/release/0.14.0.html
[46]: {{ site.baseurl }}/release/0.13.0.html
[47]: {{ site.baseurl }}/release/0.12.0.html
[48]: {{ site.baseurl }}/release/0.11.1.html
[49]: {{ site.baseurl }}/release/0.11.0.html
[50]: {{ site.baseurl }}/release/0.10.0.html
[51]: {{ site.baseurl }}/release/0.9.0.html
[52]: {{ site.baseurl }}/release/0.8.0.html
[53]: {{ site.baseurl }}/release/0.7.1.html
[54]: {{ site.baseurl }}/release/0.7.0.html
[55]: {{ site.baseurl }}/release/0.6.0.html
[56]: {{ site.baseurl }}/release/0.5.0.html
[57]: {{ site.baseurl }}/release/0.4.1.html
[58]: {{ site.baseurl }}/release/0.4.0.html
[59]: {{ site.baseurl }}/release/0.3.0.html
[60]: {{ site.baseurl }}/release/0.2.0.html
[61]: {{ site.baseurl }}/release/0.1.0.html
[1]: {{ site.baseurl }}/release/25.0.1.html
[2]: {{ site.baseurl }}/release/25.0.0.html
[3]: {{ site.baseurl }}/release/24.0.0.html
[4]: {{ site.baseurl }}/release/23.0.1.html
[5]: {{ site.baseurl }}/release/23.0.0.html
[6]: {{ site.baseurl }}/release/22.0.0.html
[7]: {{ site.baseurl }}/release/21.0.0.html
[8]: {{ site.baseurl }}/release/20.0.0.html
[9]: {{ site.baseurl }}/release/19.0.1.html
[10]: {{ site.baseurl }}/release/19.0.0.html
[11]: {{ site.baseurl }}/release/18.1.0.html
[12]: {{ site.baseurl }}/release/18.0.0.html
[13]: {{ site.baseurl }}/release/17.0.0.html
[14]: {{ site.baseurl }}/release/16.1.0.html
[15]: {{ site.baseurl }}/release/16.0.0.html
[16]: {{ site.baseurl }}/release/15.0.2.html
[17]: {{ site.baseurl }}/release/15.0.1.html
[18]: {{ site.baseurl }}/release/15.0.0.html
[19]: {{ site.baseurl }}/release/14.0.2.html
[20]: {{ site.baseurl }}/release/14.0.1.html
[21]: {{ site.baseurl }}/release/14.0.0.html
[22]: {{ site.baseurl }}/release/13.0.0.html
[23]: {{ site.baseurl }}/release/12.0.1.html
[24]: {{ site.baseurl }}/release/12.0.0.html
[25]: {{ site.baseurl }}/release/11.0.0.html
[26]: {{ site.baseurl }}/release/10.0.1.html
[27]: {{ site.baseurl }}/release/10.0.0.html
[28]: {{ site.baseurl }}/release/9.0.0.html
[29]: {{ site.baseurl }}/release/8.0.0.html
[30]: {{ site.baseurl }}/release/7.0.0.html
[31]: {{ site.baseurl }}/release/6.0.1.html
[32]: {{ site.baseurl }}/release/6.0.0.html
[33]: {{ site.baseurl }}/release/5.0.0.html
[34]: {{ site.baseurl }}/release/4.0.1.html
[35]: {{ site.baseurl }}/release/4.0.0.html
[36]: {{ site.baseurl }}/release/3.0.0.html
[37]: {{ site.baseurl }}/release/2.0.0.html
[38]: {{ site.baseurl }}/release/1.0.1.html
[39]: {{ site.baseurl }}/release/1.0.0.html
[40]: {{ site.baseurl }}/release/0.17.1.html
[41]: {{ site.baseurl }}/release/0.17.0.html
[42]: {{ site.baseurl }}/release/0.16.0.html
[43]: {{ site.baseurl }}/release/0.15.1.html
[44]: {{ site.baseurl }}/release/0.15.0.html
[45]: {{ site.baseurl }}/release/0.14.1.html
[46]: {{ site.baseurl }}/release/0.14.0.html
[47]: {{ site.baseurl }}/release/0.13.0.html
[48]: {{ site.baseurl }}/release/0.12.0.html
[49]: {{ site.baseurl }}/release/0.11.1.html
[50]: {{ site.baseurl }}/release/0.11.0.html
[51]: {{ site.baseurl }}/release/0.10.0.html
[52]: {{ site.baseurl }}/release/0.9.0.html
[53]: {{ site.baseurl }}/release/0.8.0.html
[54]: {{ site.baseurl }}/release/0.7.1.html
[55]: {{ site.baseurl }}/release/0.7.0.html
[56]: {{ site.baseurl }}/release/0.6.0.html
[57]: {{ site.baseurl }}/release/0.5.0.html
[58]: {{ site.baseurl }}/release/0.4.1.html
[59]: {{ site.baseurl }}/release/0.4.0.html
[60]: {{ site.baseurl }}/release/0.3.0.html
[61]: {{ site.baseurl }}/release/0.2.0.html
[62]: {{ site.baseurl }}/release/0.1.0.html