You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,31 @@
1
1
2
+
# Apache Arrow 18.1.0 (2024-11-11)
3
+
4
+
## Bug Fixes
5
+
6
+
* [GH-44360](https://github.com/apache/arrow/issues/44360) - [C#] Fix Flight DoExchange incompatibility with C++ implementation (#44424)
7
+
* [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)
8
+
* [GH-44448](https://github.com/apache/arrow/issues/44448) - [C++] Add support for overwriting grpc_cpp_plugin path for cross-compiling (#44507)
9
+
* [GH-44453](https://github.com/apache/arrow/issues/44453) - [Release] Add shebang to `07-matlab-upload.sh` (#44454)
10
+
* [GH-44459](https://github.com/apache/arrow/issues/44459) - [Release][Packaging] Do not check wheel content when verifying binary wheels (#44460)
11
+
* [GH-44461](https://github.com/apache/arrow/issues/44461) - [Release][Packacing][Python] Set PARQUET_TEST_DATA on verify-release-candidate-wheels.bat (#44462)
12
+
* [GH-44463](https://github.com/apache/arrow/issues/44463) - [C\#] Security issue in JSON dependency
13
+
* [GH-44506](https://github.com/apache/arrow/issues/44506) - [Docs][C++] Fix documentation directive for ChunkLocation (#44505)
14
+
* [GH-44606](https://github.com/apache/arrow/issues/44606) - [C++] Add find module for abseil that handles missing version (#44613)
15
+
* [GH-44607](https://github.com/apache/arrow/issues/44607) - [C++][Dev] Update bundled Thrift, update mirrors to use CDN (#44685)
16
+
* [GH-44674](https://github.com/apache/arrow/issues/44674) - [R] Fix R CMD check failure with dev testthat (#44675)
17
+
18
+
19
+
## New Features and Improvements
20
+
21
+
* [GH-34535](https://github.com/apache/arrow/issues/34535) - [C++] Move ChunkResolver to the public API (#44357)
22
+
* [GH-44353](https://github.com/apache/arrow/issues/44353) - [Java] Implement `map()` for `UnionMapWriter` (#44390)
23
+
* [GH-44361](https://github.com/apache/arrow/issues/44361) - [C#][Integration] Include .NET in Flight integration tests (#44377)
24
+
* [GH-44449](https://github.com/apache/arrow/issues/44449) - [Release] Retry on HTTP error in binary upload (#44450)
25
+
* [GH-44451](https://github.com/apache/arrow/issues/44451) - [Release] Retry on HTTP error in Java upload (#44452)
0 commit comments