Skip to content

Commit f1b2bf2

Browse files
authored
[Website] Add ADBC 0.5.1 release post (#378)
1 parent 0de0787 commit f1b2bf2

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
layout: post
3+
title: "Apache Arrow ADBC 0.5.1 (Libraries) Release"
4+
date: "2023-06-27 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 0.5.1 release of
28+
the Apache Arrow ADBC libraries. This covers includes [**8
29+
resolved issues**][1] from [**8 distinct contributors**][2].
30+
31+
This is a release of the **libraries**, which are at version
32+
0.5.1. The **API specification** is versioned separately and is
33+
at version 1.0.0.
34+
35+
The release notes below are not exhaustive and only expose selected
36+
highlights of the release. Many other bugfixes and improvements have
37+
been made: we refer you to the [complete changelog][3].
38+
39+
## Release Highlights
40+
41+
This is a patch release primarily aimed at fixing a [deadlock in the Snowflake driver][6] that was discovered post-release.
42+
43+
## Contributors
44+
45+
```
46+
$ git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn apache-arrow-adbc-0.5.0..apache-arrow-adbc-0.5.1
47+
9 David Li
48+
5 Dewey Dunnington
49+
4 Matt Topol
50+
3 William Ayd
51+
2 davidhcoe
52+
1 Curt Hagenlocher
53+
1 Diego Fernández Giraldo
54+
1 Sutou Kouhei
55+
```
56+
57+
## Roadmap
58+
59+
Work for the proposed [1.1.0 API revision][adbc-api-1.1.0] is progressing on a [branch][adbc-api-1.1.0-branch], with several API proposals merged in and others awaiting review. They will then receive prototype implementations before being submitted for review/voting. This is not currently targeting any release of the ADBC libraries, although we hope to wrap up this effort in the next few months.
60+
61+
A milestone has been created to explore [asynchronous APIs][adbc-api-1.2.0], which have been requested for a while now.
62+
63+
## Getting Involved
64+
65+
We welcome questions and contributions from all interested. Issues
66+
can be filed on [GitHub][4], and questions can be directed to GitHub
67+
or the [Arrow mailing lists][5].
68+
69+
[1]: https://github.com/apache/arrow-adbc/milestone/7
70+
[2]: #contributors
71+
[3]: https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-0.5.1/CHANGELOG.md
72+
[4]: https://github.com/apache/arrow-adbc/issues
73+
[5]: {% link community.md %}
74+
[6]: https://github.com/apache/arrow-adbc/commit/f35485a5f3c9597668c0b4a8936621c97c4adc15
75+
[adbc-api-1.1.0]: https://github.com/apache/arrow-adbc/milestone/3
76+
[adbc-api-1.1.0-branch]: https://github.com/apache/arrow-adbc/tree/spec-1.1.0
77+
[adbc-api-1.2.0]: https://github.com/apache/arrow-adbc/milestone/9

0 commit comments

Comments
 (0)