Skip to content

Commit 2af5202

Browse files
authored
[Website] Add release note for 18.1.0 (#561)
1 parent 4e31bab commit 2af5202

File tree

3 files changed

+224
-115
lines changed

3 files changed

+224
-115
lines changed

_data/versions.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
# Database of the current version
1717
#
1818
current:
19-
number: '18.0.0'
20-
pinned_number: '18.0.*'
19+
number: '18.1.0'
20+
pinned_number: '18.1.*'
2121
major_number: '18'
22-
date: 2024-10-28
23-
git-tag: '9105a4109a80a1c01eabb24ee4b9f7c94ee942cb'
24-
github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-18.0.0'
25-
release-notes: 'https://arrow.apache.org/release/18.0.0.html'
26-
mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-18.0.0/'
27-
tarball-name: 'apache-arrow-18.0.0.tar.gz'
28-
tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-18.0.0/apache-arrow-18.0.0.tar.gz'
29-
java-artifacts: 'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2218.0.0%22'
30-
asc: 'https://downloads.apache.org/arrow/arrow-18.0.0/apache-arrow-18.0.0.tar.gz.asc'
31-
sha256: 'https://downloads.apache.org/arrow/arrow-18.0.0/apache-arrow-18.0.0.tar.gz.sha256'
32-
sha512: 'https://downloads.apache.org/arrow/arrow-18.0.0/apache-arrow-18.0.0.tar.gz.sha512'
22+
date: 2024-11-24
23+
git-tag: '6a0414bd9a91e890ec6a45369bf61f405180628c'
24+
github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-18.1.0'
25+
release-notes: 'https://arrow.apache.org/release/18.1.0.html'
26+
mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-18.1.0/'
27+
tarball-name: 'apache-arrow-18.1.0.tar.gz'
28+
tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-18.1.0/apache-arrow-18.1.0.tar.gz'
29+
java-artifacts: 'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2218.1.0%22'
30+
asc: 'https://downloads.apache.org/arrow/arrow-18.1.0/apache-arrow-18.1.0.tar.gz.asc'
31+
sha256: 'https://downloads.apache.org/arrow/arrow-18.1.0/apache-arrow-18.1.0.tar.gz.sha256'
32+
sha512: 'https://downloads.apache.org/arrow/arrow-18.1.0/apache-arrow-18.1.0.tar.gz.sha512'

_release/18.1.0.md

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
layout: default
3+
title: Apache Arrow 18.1.0 Release
4+
permalink: /release/18.1.0.html
5+
---
6+
<!--
7+
{% comment %}
8+
Licensed to the Apache Software Foundation (ASF) under one or more
9+
contributor license agreements. See the NOTICE file distributed with
10+
this work for additional information regarding copyright ownership.
11+
The ASF licenses this file to you under the Apache License, Version 2.0
12+
(the "License"); you may not use this file except in compliance with
13+
the License. You may obtain a copy of the License at
14+
15+
http://www.apache.org/licenses/LICENSE-2.0
16+
17+
Unless required by applicable law or agreed to in writing, software
18+
distributed under the License is distributed on an "AS IS" BASIS,
19+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20+
See the License for the specific language governing permissions and
21+
limitations under the License.
22+
{% endcomment %}
23+
-->
24+
25+
# Apache Arrow 18.1.0 (24 November 2024)
26+
27+
This is a patch release covering more than 1 months of development.
28+
29+
## Download
30+
31+
* [**Source Artifacts**][1]
32+
* **Binary Artifacts**
33+
* [For AlmaLinux][2]
34+
* [For Amazon Linux][3]
35+
* [For CentOS][4]
36+
* [For C#][5]
37+
* [For Debian][6]
38+
* [For Python][7]
39+
* [For Ubuntu][8]
40+
* [Git tag][9]
41+
42+
## Contributors
43+
44+
This release includes 25 commits from 8 distinct contributors.
45+
46+
```console
47+
$ git shortlog -sn apache-arrow-18.0.0..apache-arrow-18.1.0
48+
7 Bryce Mecum
49+
7 Sutou Kouhei
50+
4 dependabot[bot]
51+
2 Adam Reeve
52+
2 Raúl Cumplido
53+
1 0xderek
54+
1 Anja Kefala
55+
1 Jacob Wujciak-Jens
56+
```
57+
58+
## Patch Committers
59+
60+
The following Apache committers merged contributed patches to the repository.
61+
62+
```console
63+
$ git shortlog -sn --group=trailer:signed-off-by apache-arrow-18.0.0..apache-arrow-18.1.0
64+
5 Sutou Kouhei
65+
4 David Li
66+
3 Bryce Mecum
67+
3 Curt Hagenlocher
68+
3 Jacob Wujciak-Jens
69+
2 Raúl Cumplido
70+
1 Felipe Oliveira Carvalho
71+
```
72+
73+
## Changelog
74+
75+
# Apache Arrow 18.1.0 (2024-11-24)
76+
77+
## Bug Fixes
78+
79+
* [GH-44360](https://github.com/apache/arrow/issues/44360) - [C#] Fix Flight DoExchange incompatibility with C++ implementation (#44424)
80+
* [GH-44389](https://github.com/apache/arrow/issues/44389) - [Java][Integration][Release] Use Python 3.12 for verify-rc-source-integration-linux-conda-latest-amd64 (#44395)
81+
* [GH-44448](https://github.com/apache/arrow/issues/44448) - [C++] Add support for overwriting grpc_cpp_plugin path for cross-compiling (#44507)
82+
* [GH-44453](https://github.com/apache/arrow/issues/44453) - [Release] Add shebang to `07-matlab-upload.sh` (#44454)
83+
* [GH-44459](https://github.com/apache/arrow/issues/44459) - [Release][Packaging] Do not check wheel content when verifying binary wheels (#44460)
84+
* [GH-44461](https://github.com/apache/arrow/issues/44461) - [Release][Packacing][Python] Set PARQUET_TEST_DATA on verify-release-candidate-wheels.bat (#44462)
85+
* [GH-44506](https://github.com/apache/arrow/issues/44506) - [Docs][C++] Fix documentation directive for ChunkLocation (#44505)
86+
* [GH-44606](https://github.com/apache/arrow/issues/44606) - [C++] Add find module for abseil that handles missing version (#44613)
87+
* [GH-44607](https://github.com/apache/arrow/issues/44607) - [C++][Dev] Update bundled Thrift, update mirrors to use CDN (#44685)
88+
* [GH-44674](https://github.com/apache/arrow/issues/44674) - [R] Fix R CMD check failure with dev testthat (#44675)
89+
90+
91+
## New Features and Improvements
92+
93+
* [GH-34535](https://github.com/apache/arrow/issues/34535) - [C++] Move ChunkResolver to the public API (#44357)
94+
* [GH-44353](https://github.com/apache/arrow/issues/44353) - [Java] Implement `map()` for `UnionMapWriter` (#44390)
95+
* [GH-44361](https://github.com/apache/arrow/issues/44361) - [C#][Integration] Include .NET in Flight integration tests (#44377)
96+
* [GH-44449](https://github.com/apache/arrow/issues/44449) - [Release] Retry on HTTP error in binary upload (#44450)
97+
* [GH-44451](https://github.com/apache/arrow/issues/44451) - [Release] Retry on HTTP error in Java upload (#44452)
98+
99+
[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-18.1.0/
100+
[2]: https://apache.jfrog.io/artifactory/arrow/almalinux/
101+
[3]: https://apache.jfrog.io/artifactory/arrow/amazon-linux/
102+
[4]: https://apache.jfrog.io/artifactory/arrow/centos/
103+
[5]: https://apache.jfrog.io/artifactory/arrow/nuget/
104+
[6]: https://apache.jfrog.io/artifactory/arrow/debian/
105+
[7]: https://apache.jfrog.io/artifactory/arrow/python/18.1.0/
106+
[8]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
107+
[9]: https://github.com/apache/arrow/releases/tag/apache-arrow-18.1.0

_release/index.md

+104-102
Original file line numberDiff line numberDiff line change
@@ -26,106 +26,108 @@ limitations under the License.
2626

2727
Navigate to the release page for downloads and the changelog.
2828

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

81-
[1]: {{ site.baseurl }}/release/18.0.0.html
82-
[2]: {{ site.baseurl }}/release/17.0.0.html
83-
[3]: {{ site.baseurl }}/release/16.1.0.html
84-
[4]: {{ site.baseurl }}/release/16.0.0.html
85-
[5]: {{ site.baseurl }}/release/15.0.2.html
86-
[6]: {{ site.baseurl }}/release/15.0.1.html
87-
[7]: {{ site.baseurl }}/release/15.0.0.html
88-
[8]: {{ site.baseurl }}/release/14.0.2.html
89-
[9]: {{ site.baseurl }}/release/14.0.1.html
90-
[10]: {{ site.baseurl }}/release/14.0.0.html
91-
[11]: {{ site.baseurl }}/release/13.0.0.html
92-
[12]: {{ site.baseurl }}/release/12.0.1.html
93-
[13]: {{ site.baseurl }}/release/12.0.0.html
94-
[14]: {{ site.baseurl }}/release/11.0.0.html
95-
[15]: {{ site.baseurl }}/release/10.0.1.html
96-
[16]: {{ site.baseurl }}/release/10.0.0.html
97-
[17]: {{ site.baseurl }}/release/9.0.0.html
98-
[18]: {{ site.baseurl }}/release/8.0.0.html
99-
[19]: {{ site.baseurl }}/release/7.0.0.html
100-
[20]: {{ site.baseurl }}/release/6.0.1.html
101-
[21]: {{ site.baseurl }}/release/6.0.0.html
102-
[22]: {{ site.baseurl }}/release/5.0.0.html
103-
[23]: {{ site.baseurl }}/release/4.0.1.html
104-
[24]: {{ site.baseurl }}/release/4.0.0.html
105-
[25]: {{ site.baseurl }}/release/3.0.0.html
106-
[26]: {{ site.baseurl }}/release/2.0.0.html
107-
[27]: {{ site.baseurl }}/release/1.0.1.html
108-
[28]: {{ site.baseurl }}/release/1.0.0.html
109-
[29]: {{ site.baseurl }}/release/0.17.1.html
110-
[30]: {{ site.baseurl }}/release/0.17.0.html
111-
[31]: {{ site.baseurl }}/release/0.16.0.html
112-
[32]: {{ site.baseurl }}/release/0.15.1.html
113-
[33]: {{ site.baseurl }}/release/0.15.0.html
114-
[34]: {{ site.baseurl }}/release/0.14.1.html
115-
[35]: {{ site.baseurl }}/release/0.14.0.html
116-
[36]: {{ site.baseurl }}/release/0.13.0.html
117-
[37]: {{ site.baseurl }}/release/0.12.0.html
118-
[38]: {{ site.baseurl }}/release/0.11.1.html
119-
[39]: {{ site.baseurl }}/release/0.11.0.html
120-
[40]: {{ site.baseurl }}/release/0.10.0.html
121-
[41]: {{ site.baseurl }}/release/0.9.0.html
122-
[42]: {{ site.baseurl }}/release/0.8.0.html
123-
[43]: {{ site.baseurl }}/release/0.7.1.html
124-
[44]: {{ site.baseurl }}/release/0.7.0.html
125-
[45]: {{ site.baseurl }}/release/0.6.0.html
126-
[46]: {{ site.baseurl }}/release/0.5.0.html
127-
[47]: {{ site.baseurl }}/release/0.4.1.html
128-
[48]: {{ site.baseurl }}/release/0.4.0.html
129-
[49]: {{ site.baseurl }}/release/0.3.0.html
130-
[50]: {{ site.baseurl }}/release/0.2.0.html
131-
[51]: {{ site.baseurl }}/release/0.1.0.html
82+
[1]: {{ site.baseurl }}/release/18.1.0.html
83+
[2]: {{ site.baseurl }}/release/18.0.0.html
84+
[3]: {{ site.baseurl }}/release/17.0.0.html
85+
[4]: {{ site.baseurl }}/release/16.1.0.html
86+
[5]: {{ site.baseurl }}/release/16.0.0.html
87+
[6]: {{ site.baseurl }}/release/15.0.2.html
88+
[7]: {{ site.baseurl }}/release/15.0.1.html
89+
[8]: {{ site.baseurl }}/release/15.0.0.html
90+
[9]: {{ site.baseurl }}/release/14.0.2.html
91+
[10]: {{ site.baseurl }}/release/14.0.1.html
92+
[11]: {{ site.baseurl }}/release/14.0.0.html
93+
[12]: {{ site.baseurl }}/release/13.0.0.html
94+
[13]: {{ site.baseurl }}/release/12.0.1.html
95+
[14]: {{ site.baseurl }}/release/12.0.0.html
96+
[15]: {{ site.baseurl }}/release/11.0.0.html
97+
[16]: {{ site.baseurl }}/release/10.0.1.html
98+
[17]: {{ site.baseurl }}/release/10.0.0.html
99+
[18]: {{ site.baseurl }}/release/9.0.0.html
100+
[19]: {{ site.baseurl }}/release/8.0.0.html
101+
[20]: {{ site.baseurl }}/release/7.0.0.html
102+
[21]: {{ site.baseurl }}/release/6.0.1.html
103+
[22]: {{ site.baseurl }}/release/6.0.0.html
104+
[23]: {{ site.baseurl }}/release/5.0.0.html
105+
[24]: {{ site.baseurl }}/release/4.0.1.html
106+
[25]: {{ site.baseurl }}/release/4.0.0.html
107+
[26]: {{ site.baseurl }}/release/3.0.0.html
108+
[27]: {{ site.baseurl }}/release/2.0.0.html
109+
[28]: {{ site.baseurl }}/release/1.0.1.html
110+
[29]: {{ site.baseurl }}/release/1.0.0.html
111+
[30]: {{ site.baseurl }}/release/0.17.1.html
112+
[31]: {{ site.baseurl }}/release/0.17.0.html
113+
[32]: {{ site.baseurl }}/release/0.16.0.html
114+
[33]: {{ site.baseurl }}/release/0.15.1.html
115+
[34]: {{ site.baseurl }}/release/0.15.0.html
116+
[35]: {{ site.baseurl }}/release/0.14.1.html
117+
[36]: {{ site.baseurl }}/release/0.14.0.html
118+
[37]: {{ site.baseurl }}/release/0.13.0.html
119+
[38]: {{ site.baseurl }}/release/0.12.0.html
120+
[39]: {{ site.baseurl }}/release/0.11.1.html
121+
[40]: {{ site.baseurl }}/release/0.11.0.html
122+
[41]: {{ site.baseurl }}/release/0.10.0.html
123+
[42]: {{ site.baseurl }}/release/0.9.0.html
124+
[43]: {{ site.baseurl }}/release/0.8.0.html
125+
[44]: {{ site.baseurl }}/release/0.7.1.html
126+
[45]: {{ site.baseurl }}/release/0.7.0.html
127+
[46]: {{ site.baseurl }}/release/0.6.0.html
128+
[47]: {{ site.baseurl }}/release/0.5.0.html
129+
[48]: {{ site.baseurl }}/release/0.4.1.html
130+
[49]: {{ site.baseurl }}/release/0.4.0.html
131+
[50]: {{ site.baseurl }}/release/0.3.0.html
132+
[51]: {{ site.baseurl }}/release/0.2.0.html
133+
[52]: {{ site.baseurl }}/release/0.1.0.html

0 commit comments

Comments
 (0)