Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Website] Add ADBC 0.11.0 post #494

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 92 additions & 0 deletions _posts/2024-03-31-adbc-0.11.0-release.md
Original file line number Diff line number Diff line change
@@ -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 %}