This is an automated email from the ASF dual-hosted git repository.

lidavidm 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 c39445fb949 [Website] Add ADBC 0.11.0 post (#494)
c39445fb949 is described below

commit c39445fb94949ce7afc86f0e919d982ee732ffab
Author: David Li <[email protected]>
AuthorDate: Tue Apr 2 02:55:41 2024 -0400

    [Website] Add ADBC 0.11.0 post (#494)
---
 _posts/2024-03-31-adbc-0.11.0-release.md | 92 ++++++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)

diff --git a/_posts/2024-03-31-adbc-0.11.0-release.md 
b/_posts/2024-03-31-adbc-0.11.0-release.md
new file mode 100644
index 00000000000..bc19d3a34f4
--- /dev/null
+++ b/_posts/2024-03-31-adbc-0.11.0-release.md
@@ -0,0 +1,92 @@
+---
+layout: post
+title: "Apache Arrow ADBC 0.11.0 (Libraries) Release"
+date: "2024-03-31 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 0.11.0 release of
+the Apache Arrow ADBC libraries. This covers includes [**36
+resolved issues**][1] from [**11 distinct contributors**][2].
+
+This is a release of the **libraries**, which are at version
+0.11.0.  The **API specification** is versioned separately and is
+at version 1.1.0.
+
+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].
+
+## Release Highlights
+
+This release includes [NuGet packages][nuget] for C#.
+
+The Flight SQL driver supports the session options and reuse-connection URI
+scheme recently added to the protocol.
+
+Go packages now require Go 1.21 or later, as Go 1.20 is out of support.  The
+Go drivers now use a common driver framework to make future maintenance
+easier.
+
+Python wheels now include debug info to help investigate bug reports.  Also,
+users of the DBAPI layer will find that the driver properly reacts to
+SIGINT/Control+C in more places.
+
+The Snowflake driver now returns table constraints metadata.
+
+The SQLite driver now supports temporary tables and more ingestion options.
+
+[nuget]: https://www.nuget.org/packages?q=apache.arrow.adbc
+
+## Contributors
+
+```
+$ git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn 
apache-arrow-adbc-0.10.0..apache-arrow-adbc-0.11.0
+    39 David Li
+     3 Matt Topol
+     2 Dewey Dunnington
+     2 davidhcoe
+     1 Adnan Khan
+     1 Bruce Irschick
+     1 Joel Lubinitsky
+     1 Julian Brandrick
+     1 Ruoxuan Wang
+     1 Ryan Syed
+     1 vleslief-ms
+```
+
+## Roadmap
+
+We plan for the next release to be 1.0.0.  We aim to have this out in late May
+2024.
+
+## Getting Involved
+
+We welcome questions and contributions from all interested.  Issues
+can be filed on [GitHub][4], and questions can be directed to GitHub
+or the [Arrow mailing lists][5].
+
+[1]: https://github.com/apache/arrow-adbc/milestone/15
+[2]: #contributors
+[3]: 
https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-0.11.0/CHANGELOG.md
+[4]: https://github.com/apache/arrow-adbc/issues
+[5]: {% link community.md %}

Reply via email to