|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Apache Arrow ADBC 0.11.0 (Libraries) Release" |
| 4 | +date: "2024-03-31 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.11.0 release of |
| 28 | +the Apache Arrow ADBC libraries. This covers includes [**36 |
| 29 | +resolved issues**][1] from [**11 distinct contributors**][2]. |
| 30 | + |
| 31 | +This is a release of the **libraries**, which are at version |
| 32 | +0.11.0. The **API specification** is versioned separately and is |
| 33 | +at version 1.1.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 release includes [NuGet packages][nuget] for C#. |
| 42 | + |
| 43 | +The Flight SQL driver supports the session options and reuse-connection URI |
| 44 | +scheme recently added to the protocol. |
| 45 | + |
| 46 | +Go packages now require Go 1.21 or later, as Go 1.20 is out of support. The |
| 47 | +Go drivers now use a common driver framework to make future maintenance |
| 48 | +easier. |
| 49 | + |
| 50 | +Python wheels now include debug info to help investigate bug reports. Also, |
| 51 | +users of the DBAPI layer will find that the driver properly reacts to |
| 52 | +SIGINT/Control+C in more places. |
| 53 | + |
| 54 | +The Snowflake driver now returns table constraints metadata. |
| 55 | + |
| 56 | +The SQLite driver now supports temporary tables and more ingestion options. |
| 57 | + |
| 58 | +[nuget]: https://www.nuget.org/packages?q=apache.arrow.adbc |
| 59 | + |
| 60 | +## Contributors |
| 61 | + |
| 62 | +``` |
| 63 | +$ git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn apache-arrow-adbc-0.10.0..apache-arrow-adbc-0.11.0 |
| 64 | + 39 David Li |
| 65 | + 3 Matt Topol |
| 66 | + 2 Dewey Dunnington |
| 67 | + 2 davidhcoe |
| 68 | + 1 Adnan Khan |
| 69 | + 1 Bruce Irschick |
| 70 | + 1 Joel Lubinitsky |
| 71 | + 1 Julian Brandrick |
| 72 | + 1 Ruoxuan Wang |
| 73 | + 1 Ryan Syed |
| 74 | + 1 vleslief-ms |
| 75 | +``` |
| 76 | + |
| 77 | +## Roadmap |
| 78 | + |
| 79 | +We plan for the next release to be 1.0.0. We aim to have this out in late May |
| 80 | +2024. |
| 81 | + |
| 82 | +## Getting Involved |
| 83 | + |
| 84 | +We welcome questions and contributions from all interested. Issues |
| 85 | +can be filed on [GitHub][4], and questions can be directed to GitHub |
| 86 | +or the [Arrow mailing lists][5]. |
| 87 | + |
| 88 | +[1]: https://github.com/apache/arrow-adbc/milestone/15 |
| 89 | +[2]: #contributors |
| 90 | +[3]: https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-0.11.0/CHANGELOG.md |
| 91 | +[4]: https://github.com/apache/arrow-adbc/issues |
| 92 | +[5]: {% link community.md %} |
0 commit comments