This is an automated email from the ASF dual-hosted git repository.
ianmcook pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2fe4804b4e1 [Website] Small changes to ADBC 24 blog post (#798)
2fe4804b4e1 is described below
commit 2fe4804b4e1e5075ed68792b5831604db79e4065
Author: Ian Cook <[email protected]>
AuthorDate: Tue Jul 28 09:55:51 2026 -0400
[Website] Small changes to ADBC 24 blog post (#798)
---
_posts/2026-07-28-adbc-24-release.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/_posts/2026-07-28-adbc-24-release.md
b/_posts/2026-07-28-adbc-24-release.md
index b8ba3608051..e0735e254a1 100644
--- a/_posts/2026-07-28-adbc-24-release.md
+++ b/_posts/2026-07-28-adbc-24-release.md
@@ -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
[**28 distinct contributors**](#contributors).
This is a release of the **libraries**, which are at version 24. The
@@ -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,