This is an automated email from the ASF dual-hosted git repository.
kou 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 74b6d6f76ba [Website] Add ADBC 0.3.0 release post (#335)
74b6d6f76ba is described below
commit 74b6d6f76bad081d9f8683433633c46dbc51e5ab
Author: David Li <[email protected]>
AuthorDate: Tue Mar 21 17:37:55 2023 -0400
[Website] Add ADBC 0.3.0 release post (#335)
---
_posts/2023-03-21-adbc-0.3.0-release.md | 81 +++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)
diff --git a/_posts/2023-03-21-adbc-0.3.0-release.md
b/_posts/2023-03-21-adbc-0.3.0-release.md
new file mode 100644
index 00000000000..a1e233f605b
--- /dev/null
+++ b/_posts/2023-03-21-adbc-0.3.0-release.md
@@ -0,0 +1,81 @@
+---
+layout: post
+title: "Apache Arrow ADBC 0.3.0 (Libraries) Release"
+date: "2023-03-21 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.3.0 release of
+the Apache Arrow ADBC libraries. This covers includes [**24
+resolved issues**][1] from [**7 distinct contributors**][2].
+
+This is a release of the **libraries**, which are at version
+0.3.0. The **API specification** is versioned separately and is
+at version 1.0.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
+
+R bindings for the driver manager have been added, as well as an R package
that repackages the SQLite driver.
+
+The ADBC Flight SQL driver now supports transactions and executing Substrait
plans. Also, it has had several bugs fixed, including setting timeouts and
sending headers properly.
+
+The Python ADBC packages now expose enums for driver-specific options. Also,
the DBAPI layer now implements `__del__` on objects to assist in cleaning up
resources (though context managers are still recommended).
+
+The ADBC JDBC driver now exposes more metadata about constraints via
`getObjects`.
+
+## Contributors
+
+```
+$ git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn
apache-arrow-adbc-0.2.0..apache-arrow-adbc-0.3.0
+ 32 David Li
+ 5 Dewey Dunnington
+ 3 Matt Topol
+ 1 Dave Hirschfeld
+ 1 Jacob Marble
+ 1 Tornike Gurgenidze
+ 1 Will Jones
+```
+
+## Roadmap
+
+New extensions to the API specification have been proposed. These
+will be backwards-compatible and will become API specification 1.1.0.
+For details, see the [mailing list discussion][ml-discussion] and the
+[milestone][adbc-api-1.1.0] tracking the proposed features.
+
+## 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/4
+[2]: #contributors
+[3]:
https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-0.3.0/CHANGELOG.md
+[4]: https://github.com/apache/arrow-adbc/issues
+[5]: {% link community.md %}
+[ml-discussion]:
https://lists.apache.org/thread/247z3t06mf132nocngc1jkp3oqglz7jp
+[adbc-api-1.1.0]: https://github.com/apache/arrow-adbc/milestone/3