This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 49c142de1df [Release] Add release notes for Arrow Go 18.5.1 (#751)
49c142de1df is described below
commit 49c142de1df362ef8166f8800447da2acd043ddf
Author: Matt Topol <[email protected]>
AuthorDate: Mon Jan 26 15:50:37 2026 -0500
[Release] Add release notes for Arrow Go 18.5.1 (#751)
---
_posts/2026-01-26-arrow-go-18.5.1.md | 58 ++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/_posts/2026-01-26-arrow-go-18.5.1.md
b/_posts/2026-01-26-arrow-go-18.5.1.md
new file mode 100644
index 00000000000..38d56776f82
--- /dev/null
+++ b/_posts/2026-01-26-arrow-go-18.5.1.md
@@ -0,0 +1,58 @@
+---
+layout: post
+title: "Apache Arrow Go 18.5.1 Release"
+date: "2026-01-26 00:00:00"
+author: pmc
+categories: [release]
+---
+<!--
+{% 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 %}
+-->
+
+The Apache Arrow team is pleased to announce the v18.5.1 release of Apache
Arrow Go.
+This patch release covers 10 commits from 6 distinct contributors.
+
+## Contributors
+```console
+$ git shortlog -sn v18.5.0..v18.5.1
+ 6 Matt Topol
+ 1 Alfonso Subiotto Marqués
+ 1 Arnold Wakim
+ 1 Bryce Mecum
+ 1 Rok Mihevc
+ 1 cai.zhang
+```
+
+## Changelog
+
+### What's Changed
+* fix(internal): fix assertion on undefined behavior by @amoeba in
[#602](https://github.com/apache/arrow-go/pull/602)
+* ci(benchmark): switch to new conbench instance by @rok in
[#593](https://github.com/apache/arrow-go/pull/593)
+* fix(flight): make StreamChunksFromReader ctx aware and cancellation-safe by
@arnoldwakim in [#615](https://github.com/apache/arrow-go/pull/615)
+* fix(parquet/variant): fix basic stringify by @zeroshade in
[#624](https://github.com/apache/arrow-go/pull/624)
+* fix(parquet/pqarrow): fix partial struct panic by @zeroshade in
[#630](https://github.com/apache/arrow-go/pull/630)
+* Flaky test fixes by @zeroshade in
[#629](https://github.com/apache/arrow-go/pull/629)
+* ipc: clear variadicCounts in recordEncoder.reset() by @asubiotto in
[#631](https://github.com/apache/arrow-go/pull/631)
+* fix(arrow/cdata): Handle errors to prevent panic by @xiaocai2333 in
[#614](https://github.com/apache/arrow-go/pull/614)
+
+### New Contributors
+* @rok made their first contribution in
[#593](https://github.com/apache/arrow-go/pull/593)
+* @asubiotto made their first contribution in
[#631](https://github.com/apache/arrow-go/pull/631)
+* @xiaocai2333 made their first contribution in
[#614](https://github.com/apache/arrow-go/pull/614)
+
+**Full Changelog**:
https://github.com/apache/arrow-go/compare/v18.5.0...v18.5.1