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 546baab9679 [Release] Add release notes for Arrow Go 18.1.0 (#572)
546baab9679 is described below

commit 546baab9679bbaee7486111c75a2bdf3fc3555cf
Author: Matt Topol <[email protected]>
AuthorDate: Mon Jan 13 21:08:06 2025 -0500

    [Release] Add release notes for Arrow Go 18.1.0 (#572)
    
    Co-authored-by: Sutou Kouhei <[email protected]>
---
 _posts/2025-01-13-arrow-go-18.1.0.md | 81 ++++++++++++++++++++++++++++++++++++
 1 file changed, 81 insertions(+)

diff --git a/_posts/2025-01-13-arrow-go-18.1.0.md 
b/_posts/2025-01-13-arrow-go-18.1.0.md
new file mode 100644
index 00000000000..e335ab551a1
--- /dev/null
+++ b/_posts/2025-01-13-arrow-go-18.1.0.md
@@ -0,0 +1,81 @@
+---
+layout: post
+title: "Apache Arrow Go 18.1.0 Release"
+date: "2025-01-13 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.1.0 release of Apache 
Arrow Go. 
+This minor release covers 32 commits from 6 distinct contributors.
+
+## Contributors
+```console
+$ git shortlog -sn v18.0.0..v18.1.0
+    24 Matt Topol
+     2 Sutou Kouhei
+     2 Todd Treece
+     1 Nick Ripley
+     1 Raúl Cumplido
+     1 Ruihao Chen
+```
+
+## Changelog
+
+### What's Changed
+* GH-19: Add Code Of Conduct by @zeroshade in 
https://github.com/apache/arrow-go/pull/161
+* GH-22: Add issue template by @zeroshade in 
https://github.com/apache/arrow-go/pull/163
+* GH-26: Add Codeowners by @zeroshade in 
https://github.com/apache/arrow-go/pull/160
+* GH-41: [Array] Make String and Binary consistent by @zeroshade in 
https://github.com/apache/arrow-go/pull/165
+* fix(arrow/compute): fix scenario where prealloc output is missed by 
@zeroshade in https://github.com/apache/arrow-go/pull/167
+* fix: don't clobber saved frame pointer in arm64 assembly functions by 
@nsrip-dd in https://github.com/apache/arrow-go/pull/170
+* fix(parquet): Reading UUID columns by @zeroshade in 
https://github.com/apache/arrow-go/pull/173
+* fix(arrow/compute): compare kernels with UUID by @zeroshade in 
https://github.com/apache/arrow-go/pull/174
+* GH-23: Add PR template by @zeroshade in 
https://github.com/apache/arrow-go/pull/164
+* ci: add self-assignable issues by @zeroshade in 
https://github.com/apache/arrow-go/pull/176
+* feat(arrow/compute): Implement kernel for "not" function by @zeroshade in 
https://github.com/apache/arrow-go/pull/178
+* fix(arrow/cdata): handle export struct with no fields by @zeroshade in 
https://github.com/apache/arrow-go/pull/175
+* feat(arrow/compute): make is_nan dispatchable by @zeroshade in 
https://github.com/apache/arrow-go/pull/177
+* GH-20: Add CONTRIBUTING.md by @zeroshade in 
https://github.com/apache/arrow-go/pull/162
+* chore: bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @zeroshade in 
https://github.com/apache/arrow-go/pull/190
+* feat(arrow/cdata): Add Implementation of Async C Data interface by 
@zeroshade in https://github.com/apache/arrow-go/pull/169
+* fix(arrow/memory/internal/cgoalloc): Remove usage of reflect.SliceHeader by 
@zeroshade in https://github.com/apache/arrow-go/pull/194
+* ci: update pkg-config to pkgconf on Homebrew by @zeroshade in 
https://github.com/apache/arrow-go/pull/198
+* ci: use correct GitHub Actions permission "contents" instead of "content" by 
@raulcd in https://github.com/apache/arrow-go/pull/200
+* feat(arrow/ipc): add functions to generate payloads by @zeroshade in 
https://github.com/apache/arrow-go/pull/196
+* fix(internal/json): add arrow_json_stdlib build tag by @toddtreece in 
https://github.com/apache/arrow-go/pull/199
+* feat(parquet/pqarrow): Add ForceLarge option by @zeroshade in 
https://github.com/apache/arrow-go/pull/197
+* fix(parquet/metadata): fix default unsigned int statistics by @zeroshade in 
https://github.com/apache/arrow-go/pull/210
+* chore: bump github.com/goccy/go-json to v0.10.4 by @toddtreece in 
https://github.com/apache/arrow-go/pull/218
+* feat(parquet): Move footerOffset into FileMetaData by @joechenrh in 
https://github.com/apache/arrow-go/pull/217
+* feat(arrow/ipc): implement lazy loading/zero-copy for IPC files by 
@zeroshade in https://github.com/apache/arrow-go/pull/216
+* chore(arrow/compute/expr): upgrade substrait-go by @zeroshade in 
https://github.com/apache/arrow-go/pull/234
+* chore: Update the project URL in apache/arrow-go by @kou in 
https://github.com/apache/arrow-go/pull/239
+* chore: Enable Java integration test by @kou in 
https://github.com/apache/arrow-go/pull/240
+* feat(parquet): Add support for Page Indexes by @zeroshade in 
https://github.com/apache/arrow-go/pull/223
+* chore: bump version by @zeroshade in 
https://github.com/apache/arrow-go/pull/241
+
+### New Contributors
+* @nsrip-dd made their first contribution in 
https://github.com/apache/arrow-go/pull/170
+* @toddtreece made their first contribution in 
https://github.com/apache/arrow-go/pull/199
+* @joechenrh made their first contribution in 
https://github.com/apache/arrow-go/pull/217
+
+**Full Changelog**: 
https://github.com/apache/arrow-go/compare/v18.0.0...v18.1.0

Reply via email to