Skip to content
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
8 changes: 7 additions & 1 deletion _posts/2026-07-28-adbc-24-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.

The Apache Arrow team is pleased to announce the version 24 release of
the Apache Arrow ADBC libraries. This release includes [**57
resolved issues**][1] and [**142** merged pull requests][2] from
resolved issues**][1] and [**142 merged pull requests**][2] from
Comment thread
ianmcook marked this conversation as resolved.
[**28 distinct contributors**](#contributors).

This is a release of the **libraries**, which are at version 24. The
Expand Down Expand Up @@ -106,6 +106,12 @@ A new [Connection
Profiles](https://arrow.apache.org/adbc/24/connection_profiles.html) page shows
how to use reusable profiles to configure ADBC connections.

The docs also describe how most drivers now recognize URIs with schemes
matching their names, and how [driver managers can use the scheme to resolve
the
driver](https://arrow.apache.org/adbc/24/format/driver_manifests.html#resolving-a-driver-from-a-connection-uri)
when it is not otherwise specified.

### Core APIs & Client Libraries

C# now has a native driver manager, allowing it to load drivers, manifests,
Expand Down