This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new baccd5002e1 Updating built site
baccd5002e1 is described below
commit baccd5002e1c74f39e793e45c730c6b66621f3c1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 17:46:47 2026 +0000
Updating built site
---
blog/2026/07/28/adbc-24-release/index.html | 7 ++++++-
feed.xml | 11 ++++++++---
release/index.html | 6 +++---
3 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/blog/2026/07/28/adbc-24-release/index.html
b/blog/2026/07/28/adbc-24-release/index.html
index 60c155bdab0..c5dacd001e9 100644
--- a/blog/2026/07/28/adbc-24-release/index.html
+++ b/blog/2026/07/28/adbc-24-release/index.html
@@ -271,7 +271,7 @@
-->
<p>The Apache Arrow team is pleased to announce the version 24 release of
the Apache Arrow ADBC libraries. This release includes <a
href="https://github.com/apache/arrow-adbc/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A%22ADBC%20Libraries%2024%22"
target="_blank" rel="noopener"><strong>57
-resolved issues</strong></a> and <a
href="https://github.com/apache/arrow-adbc/pulls?q=is%3Apr%20state%3Aclosed%20milestone%3A%22ADBC%20Libraries%2024%22%20-author%3Aapp%2Fdependabot"
target="_blank" rel="noopener"><strong>142</strong> merged pull requests</a>
from
+resolved issues</strong></a> and <a
href="https://github.com/apache/arrow-adbc/pulls?q=is%3Apr%20state%3Aclosed%20milestone%3A%22ADBC%20Libraries%2024%22%20-author%3Aapp%2Fdependabot"
target="_blank" rel="noopener"><strong>142 merged pull requests</strong></a>
from
<a href="#contributors"><strong>28 distinct contributors</strong></a>.</p>
<p>This is a release of the <strong>libraries</strong>, which are at version
24. The
<a
href="https://arrow.apache.org/adbc/24/format/specification.html"><strong>API
specification</strong></a> is versioned separately and is at
@@ -335,6 +335,11 @@ contributions to add more integrations.</p>
<p>A new <a
href="https://arrow.apache.org/adbc/24/connection_profiles.html">Connection
Profiles</a> page shows
how to use reusable profiles to configure ADBC connections.</p>
+<p>The docs also describe how most drivers now recognize URIs with schemes
+matching their names, and how <a
href="https://arrow.apache.org/adbc/24/format/driver_manifests.html#resolving-a-driver-from-a-connection-uri">driver
managers can use the scheme to resolve
+the
+driver</a>
+when it is not otherwise specified.</p>
<h3>Core APIs & Client Libraries</h3>
<p>C# now has a native driver manager, allowing it to load drivers, manifests,
and profiles (<a href="https://github.com/apache/arrow-adbc/pull/4075"
target="_blank" rel="noopener">#4075</a>,
diff --git a/feed.xml b/feed.xml
index 16641c0c089..c11fcb19185 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.4.1">Jekyll</generator><link
href="https://arrow.apache.org/feed.xml" rel="self" type="application/atom+xml"
/><link href="https://arrow.apache.org/" rel="alternate" type="text/html"
/><updated>2026-07-28T05:18:22-04:00</updated><id>https://arrow.apache.org/feed.xml</id><title
type="html">Apache Arrow</title><subtitle>Apache Arrow is the universal
columnar fo [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.4.1">Jekyll</generator><link
href="https://arrow.apache.org/feed.xml" rel="self" type="application/atom+xml"
/><link href="https://arrow.apache.org/" rel="alternate" type="text/html"
/><updated>2026-07-28T11:10:40-04:00</updated><id>https://arrow.apache.org/feed.xml</id><title
type="html">Apache Arrow</title><subtitle>Apache Arrow is the universal
columnar fo [...]
-->
<p>The Apache Arrow team is pleased to announce the version 24 release of
the Apache Arrow ADBC libraries. This release includes <a
href="https://github.com/apache/arrow-adbc/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A%22ADBC%20Libraries%2024%22"><strong>57
-resolved issues</strong></a> and <a
href="https://github.com/apache/arrow-adbc/pulls?q=is%3Apr%20state%3Aclosed%20milestone%3A%22ADBC%20Libraries%2024%22%20-author%3Aapp%2Fdependabot"><strong>142</strong>
merged pull requests</a> from
+resolved issues</strong></a> and <a
href="https://github.com/apache/arrow-adbc/pulls?q=is%3Apr%20state%3Aclosed%20milestone%3A%22ADBC%20Libraries%2024%22%20-author%3Aapp%2Fdependabot"><strong>142
merged pull requests</strong></a> from
<a href="#contributors"><strong>28 distinct contributors</strong></a>.</p>
<p>This is a release of the <strong>libraries</strong>, which are at version
24. The
<a
href="https://arrow.apache.org/adbc/24/format/specification.html"><strong>API
specification</strong></a> is versioned separately and is at
@@ -67,6 +67,11 @@ contributions to add more integrations.</p>
<p>A new <a
href="https://arrow.apache.org/adbc/24/connection_profiles.html">Connection
Profiles</a> page shows
how to use reusable profiles to configure ADBC connections.</p>
+<p>The docs also describe how most drivers now recognize URIs with schemes
+matching their names, and how <a
href="https://arrow.apache.org/adbc/24/format/driver_manifests.html#resolving-a-driver-from-a-connection-uri">driver
managers can use the scheme to resolve
+the
+driver</a>
+when it is not otherwise specified.</p>
<h3>Core APIs & Client Libraries</h3>
<p>C# now has a native driver manager, allowing it to load drivers, manifests,
and profiles (<a
href="https://github.com/apache/arrow-adbc/pull/4075">#4075</a>,
@@ -184,7 +189,7 @@ milestone</a>.</p>
<h2>Getting Involved</h2>
<p>We welcome questions and contributions from all interested. Issues
can be filed on <a
href="https://github.com/apache/arrow-adbc/issues">GitHub</a>, and questions
can be directed to GitHub
-or the <a href="/community/">Arrow mailing
lists</a>.</p>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is pleased
to announce the version 24 release of the Apache Arrow ADBC libraries. This
release includes 57 resolved issues and 142 merged pull requests from 28
distinct contributors. This is a release of the libraries, which are at version
24. The API specification is versioned separately and is at version 1. [...]
+or the <a href="/community/">Arrow mailing
lists</a>.</p>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is pleased
to announce the version 24 release of the Apache Arrow ADBC libraries. This
release includes 57 resolved issues and 142 merged pull requests from 28
distinct contributors. This is a release of the libraries, which are at version
24. The API specification is versioned separately and is at version 1. [...]
-->
<p>The Apache Arrow team is pleased to announce the v18.7.0 release of Apache
Arrow Go.
diff --git a/release/index.html b/release/index.html
index 108ac643b24..594f9c5b01c 100644
--- a/release/index.html
+++ b/release/index.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2026-07-28T05:18:22-04:00" />
-<meta property="article:modified_time" content="2026-07-28T05:18:22-04:00" />
+<meta property="article:published_time" content="2026-07-28T11:10:40-04:00" />
+<meta property="article:modified_time" content="2026-07-28T11:10:40-04:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta name="twitter:title" content="Releases" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2026-07-28T05:18:22-04:00","datePublished":"2026-07-28T05:18:22-04:00","description":"Apache
Arrow Releases Navigate to the release page for downloads and the changelog.
25.0.0 (10 July 2026) 24.0.0 (21 April 2026) 23.0.1 (16 February 2026) 23.0.0
(18 January 2026) 22.0.0 (24 October 2025) 21.0.0 (17 July 2025) 20.0.0 (27
April 2025) 19.0.1 (16 February 2025) 19.0.0 (16 January 2025) 18.1.0 (24
November 2024) 18.0.0 ( [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2026-07-28T11:10:40-04:00","datePublished":"2026-07-28T11:10:40-04:00","description":"Apache
Arrow Releases Navigate to the release page for downloads and the changelog.
25.0.0 (10 July 2026) 24.0.0 (21 April 2026) 23.0.1 (16 February 2026) 23.0.0
(18 January 2026) 22.0.0 (24 October 2025) 21.0.0 (17 July 2025) 20.0.0 (27
April 2025) 19.0.1 (16 February 2025) 19.0.0 (16 January 2025) 18.1.0 (24
November 2024) 18.0.0 ( [...]
<!-- End Jekyll SEO tag -->