Skip to content

Commit 2a0acf8

Browse files
authored
[Website] Add ADBC 12 release post (#523)
1 parent 447a816 commit 2a0acf8

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

_posts/2024-05-21-adbc-12-release.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
---
2+
layout: post
3+
title: "Apache Arrow ADBC 12 (Libraries) Release"
4+
date: "2024-05-21 00:00:00"
5+
author: pmc
6+
categories: [release]
7+
---
8+
<!--
9+
{% comment %}
10+
Licensed to the Apache Software Foundation (ASF) under one or more
11+
contributor license agreements. See the NOTICE file distributed with
12+
this work for additional information regarding copyright ownership.
13+
The ASF licenses this file to you under the Apache License, Version 2.0
14+
(the "License"); you may not use this file except in compliance with
15+
the License. You may obtain a copy of the License at
16+
17+
http://www.apache.org/licenses/LICENSE-2.0
18+
19+
Unless required by applicable law or agreed to in writing, software
20+
distributed under the License is distributed on an "AS IS" BASIS,
21+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22+
See the License for the specific language governing permissions and
23+
limitations under the License.
24+
{% endcomment %}
25+
-->
26+
27+
The Apache Arrow team is pleased to announce the 12th release of
28+
the Apache Arrow ADBC libraries. This covers includes [**56
29+
resolved issues**][1] from [**13 distinct contributors**][2].
30+
31+
This is a release of the **libraries**, which are at version 12.
32+
The **API specification** is versioned separately and is at
33+
version 1.1.0.
34+
35+
The subcomponents are versioned independently:
36+
37+
- C/C++/GLib/Go/Python/Ruby: 1.0.0
38+
- C#: 0.12.0
39+
- Java: 0.12.0
40+
- R: 0.12.0
41+
- Rust: 0.12.0
42+
43+
The release notes below are not exhaustive and only expose selected
44+
highlights of the release. Many other bugfixes and improvements have
45+
been made: we refer you to the [complete changelog][3].
46+
47+
## Release Highlights
48+
49+
There is a [known issue](https://github.com/apache/arrow-adbc/issues/1841)
50+
with multiple drivers in a single process due to using languages with runtimes
51+
as the basis for many drivers.
52+
53+
Option strings in C# are now case-sensitive. In general, the C# bindings are
54+
rapidly progressing. A driver that wraps the Hive Thrift API was added.
55+
56+
The Flight SQL driver now supports the new "stateless" prepared statement
57+
proposal.
58+
59+
Rust libraries were not released to Cargo, but the implementation has made
60+
rapid progress.
61+
62+
The Snowflake driver now supports bind parameters. Also, some queries which
63+
only return JSON data (e.g. `SHOW TABLES`) are now supported. Quoting of
64+
names in bulk ingestion was fixed to conform to Snowflake SQL syntax.
65+
66+
## Contributors
67+
68+
```
69+
$ git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn apache-arrow-adbc-0.11.0..apache-arrow-adbc-12
70+
25 David Li
71+
19 Curt Hagenlocher
72+
5 Matt Topol
73+
5 Sutou Kouhei
74+
4 Dewey Dunnington
75+
3 Alexandre Crayssac
76+
3 Matthijs Brobbel
77+
2 Bruce Irschick
78+
2 Cocoa
79+
2 davidhcoe
80+
1 Bryce Mecum
81+
1 Hyunseok Seo
82+
1 Joel Lubinitsky
83+
```
84+
85+
## Roadmap
86+
87+
A Google BigQuery driver is being developed in Go. We anticipate C# will
88+
reach stability soon and Rust should start seeing releases as well.
89+
90+
## Getting Involved
91+
92+
We welcome questions and contributions from all interested. Issues
93+
can be filed on [GitHub][4], and questions can be directed to GitHub
94+
or the [Arrow mailing lists][5].
95+
96+
[1]: https://github.com/apache/arrow-adbc/milestone/16
97+
[2]: #contributors
98+
[3]: https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-12/CHANGELOG.md
99+
[4]: https://github.com/apache/arrow-adbc/issues
100+
[5]: {% link community.md %}

0 commit comments

Comments
 (0)