This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7ac36ab54b1 [Website] Version 10.0.1 release blog post (#274)
7ac36ab54b1 is described below
commit 7ac36ab54b1370c3331de3a8f73132cb073f660d
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Nov 29 22:51:46 2022 +0100
[Website] Version 10.0.1 release blog post (#274)
Co-authored-by: David Li <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
---
_posts/2022-11-22-10.0.1-release.md | 71 +++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
diff --git a/_posts/2022-11-22-10.0.1-release.md
b/_posts/2022-11-22-10.0.1-release.md
new file mode 100644
index 00000000000..904e1176231
--- /dev/null
+++ b/_posts/2022-11-22-10.0.1-release.md
@@ -0,0 +1,71 @@
+---
+layout: post
+title: "Apache Arrow 10.0.1 Release"
+date: "2022-11-22 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 10.0.1 release.
+This is mostly a bugfix release that includes [**30 resolved issues**][1]
+from [**15 distinct contributors**][2]. See the Install Page to learn how to
+get the libraries for your platform.
+
+The release notes below are not exhaustive and only expose selected highlights
+of the release. Many other bugfixes and improvements have been made: we refer
+you to the [complete changelog][3].
+
+## Arrow Flight RPC notes
+The Arrow Flight SQL JDBC driver now properly handles `executeUpdate`
([ARROW-18294](https://issues.apache.org/jira/browse/ARROW-18294)), and will no
longer try to handle URIs that it does not recognize
([ARROW-18296](https://issues.apache.org/jira/browse/ARROW-18296)).
+
+## C++ notes
+* Add support for ARMv6
([ARROW-18255](https://issues.apache.org/jira/browse/ARROW-18255))
+And some other minor fixes.
+
+## Go notes
+* Added option to support dictionary deltas with IPC
([ARROW-18326](https://issues.apache.org/jira/browse/ARROW-18326))
+* Fix dictionary replacement during IPC stream
([ARROW-18317](https://issues.apache.org/jira/browse/ARROW-18317))
+* Fix StructBuilder premature release fields
([ARROW-18274](https://issues.apache.org/jira/browse/ARROW-18274))
+
+## Python notes
+
+New features and improvements:
+
+* Added support and wheels for Python 3.11
+ ([ARROW-17487](https://issues.apache.org/jira/browse/ARROW-17487)).
+* Updated OpenSSL bundled on wheels to 3.0.7 due to CVE-2022-3786
+ ([ARROW-18302](https://issues.apache.org/jira/browse/ARROW-18302)).
+
+## R notes
+* Fix for failing test after lubridate 1.9 release
([ARROW-18285](https://issues.apache.org/jira/browse/ARROW-18285))
+* Add deprecation cycle for pull() change
([ARROW-18132](https://issues.apache.org/jira/browse/ARROW-18132))
+* Fix to correctly handle .data pronoun in group_by()
([ARROW-18131](https://issues.apache.org/jira/browse/ARROW-18131))
+* Fix for dev purrr
([ARROW-18305](https://issues.apache.org/jira/browse/ARROW-18305))
+
+## Other modules and languages
+
+No general changes were made to the other libraries or languages.
+
+
+[1]:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%2010.0.1
+[2]: {{ site.baseurl }}/release/10.0.1.html#contributors
+[3]: {{ site.baseurl }}/release/10.0.1.html#changelog