Skip to content

Commit 2fe4804

Browse files
authored
[Website] Small changes to ADBC 24 blog post (#798)
1 parent f70f0f2 commit 2fe4804

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

_posts/2026-07-28-adbc-24-release.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
The Apache Arrow team is pleased to announce the version 24 release of
2828
the Apache Arrow ADBC libraries. This release includes [**57
29-
resolved issues**][1] and [**142** merged pull requests][2] from
29+
resolved issues**][1] and [**142 merged pull requests**][2] from
3030
[**28 distinct contributors**](#contributors).
3131

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

109+
The docs also describe how most drivers now recognize URIs with schemes
110+
matching their names, and how [driver managers can use the scheme to resolve
111+
the
112+
driver](https://arrow.apache.org/adbc/24/format/driver_manifests.html#resolving-a-driver-from-a-connection-uri)
113+
when it is not otherwise specified.
114+
109115
### Core APIs & Client Libraries
110116

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

0 commit comments

Comments
 (0)