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 a09b0971518 Updating built site
a09b0971518 is described below
commit a09b0971518be9767ce745cefb9116528c0bc40d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 09:29:58 2026 +0000
Updating built site
---
blog/2026/07/28/adbc-24-release/index.html | 477 +++++++++++++++++++++++++++++
blog/index.html | 27 ++
feed.xml | 248 +++++++++++----
release/index.html | 6 +-
4 files changed, 695 insertions(+), 63 deletions(-)
diff --git a/blog/2026/07/28/adbc-24-release/index.html
b/blog/2026/07/28/adbc-24-release/index.html
new file mode 100644
index 00000000000..60c155bdab0
--- /dev/null
+++ b/blog/2026/07/28/adbc-24-release/index.html
@@ -0,0 +1,477 @@
+<!DOCTYPE html>
+<html lang="en-US">
+ <head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- The above meta tags *must* come first in the head; any other head
content must come *after* these tags -->
+
+ <title>Apache Arrow ADBC 24 (Libraries) Release | Apache Arrow</title>
+
+
+ <!-- Begin Jekyll SEO tag v2.9.0 -->
+<meta name="generator" content="Jekyll v4.4.1" />
+<meta property="og:title" content="Apache Arrow ADBC 24 (Libraries) Release" />
+<meta name="author" content="pmc" />
+<meta property="og:locale" content="en_US" />
+<meta name="description" content="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.1.0. The
subcomponents are versioned independently: C/C++/GLib/Go/Python/Ruby: 1.12.0
C#: 0.24.0 Java: 0.24.0 JavaScript: 0.24 [...]
+<meta name="twitter:description" property="og:description" content="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.1.0. The subcomponents are versioned independently:
C/C++/GLib/Go/Python/Ruby: 1.12.0 C#: 0. [...]
+<link rel="canonical"
href="https://arrow.apache.org/blog/2026/07/28/adbc-24-release/" />
+<meta property="og:url"
content="https://arrow.apache.org/blog/2026/07/28/adbc-24-release/" />
+<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-28T00:00:00-04:00" />
+<meta property="article:modified_time" content="2026-07-28T00:00:00-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="Apache Arrow ADBC 24 (Libraries) Release"
/>
+<script type="application/ld+json">
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"pmc"},"dateModified":"2026-07-28T00:00:00-04:00","datePublished":"2026-07-28T00:00:00-04:00","description":"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 ver [...]
+<!-- End Jekyll SEO tag -->
+
+
+ <!-- favicons -->
+ <link rel="icon" type="image/png" sizes="16x16"
href="/img/favicon-16x16.png" id="light1">
+ <link rel="icon" type="image/png" sizes="32x32"
href="/img/favicon-32x32.png" id="light2">
+ <link rel="apple-touch-icon" type="image/png" sizes="180x180"
href="/img/apple-touch-icon.png" id="light3">
+ <link rel="apple-touch-icon" type="image/png" sizes="120x120"
href="/img/apple-touch-icon-120x120.png" id="light4">
+ <link rel="apple-touch-icon" type="image/png" sizes="76x76"
href="/img/apple-touch-icon-76x76.png" id="light5">
+ <link rel="apple-touch-icon" type="image/png" sizes="60x60"
href="/img/apple-touch-icon-60x60.png" id="light6">
+ <!-- dark mode favicons -->
+ <link rel="icon" type="image/png" sizes="16x16"
href="/img/favicon-16x16-dark.png" id="dark1">
+ <link rel="icon" type="image/png" sizes="32x32"
href="/img/favicon-32x32-dark.png" id="dark2">
+ <link rel="apple-touch-icon" type="image/png" sizes="180x180"
href="/img/apple-touch-icon-dark.png" id="dark3">
+ <link rel="apple-touch-icon" type="image/png" sizes="120x120"
href="/img/apple-touch-icon-120x120-dark.png" id="dark4">
+ <link rel="apple-touch-icon" type="image/png" sizes="76x76"
href="/img/apple-touch-icon-76x76-dark.png" id="dark5">
+ <link rel="apple-touch-icon" type="image/png" sizes="60x60"
href="/img/apple-touch-icon-60x60-dark.png" id="dark6">
+
+ <script>
+ // Switch to the dark-mode favicons if prefers-color-scheme: dark
+ function onUpdate() {
+ light1 = document.querySelector('link#light1');
+ light2 = document.querySelector('link#light2');
+ light3 = document.querySelector('link#light3');
+ light4 = document.querySelector('link#light4');
+ light5 = document.querySelector('link#light5');
+ light6 = document.querySelector('link#light6');
+
+ dark1 = document.querySelector('link#dark1');
+ dark2 = document.querySelector('link#dark2');
+ dark3 = document.querySelector('link#dark3');
+ dark4 = document.querySelector('link#dark4');
+ dark5 = document.querySelector('link#dark5');
+ dark6 = document.querySelector('link#dark6');
+
+ if (matcher.matches) {
+ light1.remove();
+ light2.remove();
+ light3.remove();
+ light4.remove();
+ light5.remove();
+ light6.remove();
+ document.head.append(dark1);
+ document.head.append(dark2);
+ document.head.append(dark3);
+ document.head.append(dark4);
+ document.head.append(dark5);
+ document.head.append(dark6);
+ } else {
+ dark1.remove();
+ dark2.remove();
+ dark3.remove();
+ dark4.remove();
+ dark5.remove();
+ dark6.remove();
+ document.head.append(light1);
+ document.head.append(light2);
+ document.head.append(light3);
+ document.head.append(light4);
+ document.head.append(light5);
+ document.head.append(light6);
+ }
+ }
+ matcher = window.matchMedia('(prefers-color-scheme: dark)');
+ matcher.addListener(onUpdate);
+ onUpdate();
+ </script>
+
+ <link href="/css/main.css" rel="stylesheet">
+ <link href="/css/syntax.css" rel="stylesheet">
+ <script src="/javascript/main.js"></script>
+
+ <!-- Matomo -->
+<script>
+ var _paq = window._paq = window._paq || [];
+ /* tracker methods like "setCustomDimension" should be called before
"trackPageView" */
+ /* We explicitly disable cookie tracking to avoid privacy issues */
+ _paq.push(['disableCookies']);
+ _paq.push(['trackPageView']);
+ _paq.push(['enableLinkTracking']);
+ (function() {
+ var u="https://analytics.apache.org/";
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
+ _paq.push(['setSiteId', '20']);
+ var d=document, g=d.createElement('script'),
s=d.getElementsByTagName('script')[0];
+ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+ })();
+</script>
+<!-- End Matomo Code -->
+
+
+ <link type="application/atom+xml" rel="alternate"
href="https://arrow.apache.org/feed.xml" title="Apache Arrow" />
+ </head>
+
+
+<body class="wrap">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark">
+
+ <a class="navbar-brand no-padding" href="/"><img
src="/img/arrow-inverse-300px.png" height="40px"></a>
+
+ <button class="navbar-toggler ml-auto" type="button" data-toggle="collapse"
data-target="#arrow-navbar" aria-controls="arrow-navbar" aria-expanded="false"
aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <!-- Collect the nav links, forms, and other content for toggling -->
+ <div class="collapse navbar-collapse justify-content-end"
id="arrow-navbar">
+ <ul class="nav navbar-nav">
+ <li class="nav-item"><a class="nav-link" href="/overview/"
role="button" aria-haspopup="true" aria-expanded="false">Overview</a></li>
+ <li class="nav-item"><a class="nav-link" href="/faq/" role="button"
aria-haspopup="true" aria-expanded="false">FAQ</a></li>
+ <li class="nav-item"><a class="nav-link" href="/blog" role="button"
aria-haspopup="true" aria-expanded="false">Blog</a></li>
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownGetArrow" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
+ Get Arrow
+ </a>
+ <div class="dropdown-menu" aria-labelledby="navbarDropdownGetArrow">
+ <a class="dropdown-item" href="/install/">Install</a>
+ <a class="dropdown-item" href="/release/">Releases</a>
+ </div>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownDocumentation" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
+ Docs
+ </a>
+ <div class="dropdown-menu"
aria-labelledby="navbarDropdownDocumentation">
+ <a class="dropdown-item" href="/docs">Project Docs</a>
+ <a class="dropdown-item"
href="/docs/format/Columnar.html">Format</a>
+ <hr>
+ <a class="dropdown-item" href="/docs/c_glib">C GLib</a>
+ <a class="dropdown-item" href="/docs/cpp">C++</a>
+ <a class="dropdown-item"
href="https://arrow.apache.org/dotnet/">.NET</a>
+ <a class="dropdown-item"
href="https://godoc.org/github.com/apache/arrow/go/arrow" target="_blank"
rel="noopener">Go</a>
+ <a class="dropdown-item" href="/java/">Java</a>
+ <a class="dropdown-item" href="/js/">JavaScript</a>
+ <a class="dropdown-item" href="/julia/">Julia</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/blob/main/matlab/README.md"
target="_blank" rel="noopener">MATLAB</a>
+ <a class="dropdown-item" href="/docs/python">Python</a>
+ <a class="dropdown-item" href="/docs/r">R</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/blob/main/ruby/README.md" target="_blank"
rel="noopener">Ruby</a>
+ <a class="dropdown-item" href="https://docs.rs/arrow/latest"
target="_blank" rel="noopener">Rust</a>
+ <a class="dropdown-item" href="/swift">Swift</a>
+ </div>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownSource" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
+ Source
+ </a>
+ <div class="dropdown-menu" aria-labelledby="navbarDropdownSource">
+ <a class="dropdown-item" href="https://github.com/apache/arrow"
target="_blank" rel="noopener">Main Repo</a>
+ <hr>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/c_glib" target="_blank"
rel="noopener">C GLib</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/cpp" target="_blank"
rel="noopener">C++</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow-dotnet" target="_blank"
rel="noopener">.NET</a>
+ <a class="dropdown-item" href="https://github.com/apache/arrow-go"
target="_blank" rel="noopener">Go</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow-java" target="_blank"
rel="noopener">Java</a>
+ <a class="dropdown-item" href="https://github.com/apache/arrow-js"
target="_blank" rel="noopener">JavaScript</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow-julia" target="_blank"
rel="noopener">Julia</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/matlab" target="_blank"
rel="noopener">MATLAB</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/python" target="_blank"
rel="noopener">Python</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/r" target="_blank"
rel="noopener">R</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/ruby" target="_blank"
rel="noopener">Ruby</a>
+ <a class="dropdown-item" href="https://github.com/apache/arrow-rs"
target="_blank" rel="noopener">Rust</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow-swift" target="_blank"
rel="noopener">Swift</a>
+ </div>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownSubprojects" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
+ Subprojects
+ </a>
+ <div class="dropdown-menu"
aria-labelledby="navbarDropdownSubprojects">
+ <a class="dropdown-item" href="/adbc">ADBC</a>
+ <a class="dropdown-item" href="/docs/format/Flight.html">Arrow
Flight</a>
+ <a class="dropdown-item" href="/docs/format/FlightSql.html">Arrow
Flight SQL</a>
+ <a class="dropdown-item" href="https://datafusion.apache.org"
target="_blank" rel="noopener">DataFusion</a>
+ <a class="dropdown-item" href="/nanoarrow">nanoarrow</a>
+ </div>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownCommunity" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
+ Community
+ </a>
+ <div class="dropdown-menu" aria-labelledby="navbarDropdownCommunity">
+ <a class="dropdown-item" href="/community/">Communication</a>
+ <a class="dropdown-item"
href="/docs/developers/index.html">Contributing</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/issues" target="_blank"
rel="noopener">Issue Tracker</a>
+ <a class="dropdown-item" href="/committers/">Governance</a>
+ <a class="dropdown-item" href="/use_cases/">Use Cases</a>
+ <a class="dropdown-item" href="/powered_by/">Powered By</a>
+ <a class="dropdown-item" href="/visual_identity/">Visual
Identity</a>
+ <a class="dropdown-item" href="/security/">Security</a>
+ <a class="dropdown-item"
href="https://www.apache.org/foundation/policies/conduct.html" target="_blank"
rel="noopener">Code of Conduct</a>
+ </div>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownASF"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+ ASF Links
+ </a>
+ <div class="dropdown-menu dropdown-menu-right"
aria-labelledby="navbarDropdownASF">
+ <a class="dropdown-item" href="https://www.apache.org/"
target="_blank" rel="noopener">ASF Website</a>
+ <a class="dropdown-item" href="https://www.apache.org/licenses/"
target="_blank" rel="noopener">License</a>
+ <a class="dropdown-item"
href="https://www.apache.org/foundation/sponsorship.html" target="_blank"
rel="noopener">Donate</a>
+ <a class="dropdown-item"
href="https://www.apache.org/foundation/thanks.html" target="_blank"
rel="noopener">Thanks</a>
+ <a class="dropdown-item" href="https://www.apache.org/security/"
target="_blank" rel="noopener">Security</a>
+ </div>
+ </li>
+ </ul>
+ </div>
+<!-- /.navbar-collapse -->
+ </nav>
+
+ </header>
+
+ <div class="container p-4 pt-5">
+ <div class="col-md-8 mx-auto">
+ <main role="main" class="pb-5">
+
+<h1>
+ Apache Arrow ADBC 24 (Libraries) Release
+</h1>
+<hr class="mt-4 mb-3">
+
+
+
+<p class="mb-4 pb-1">
+ <span class="badge badge-secondary">Published</span>
+ <span class="published mr-3">
+ 28 Jul 2026
+ </span>
+ <br>
+ <span class="badge badge-secondary">By</span>
+
+ <a class="mr-3" href="https://arrow.apache.org">The Apache Arrow PMC (pmc)
</a>
+
+
+
+</p>
+
+
+ <!--
+
+-->
+<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
+<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
+version 1.1.0.</p>
+<p>The subcomponents are versioned independently:</p>
+<ul>
+<li>C/C++/GLib/Go/Python/Ruby: 1.12.0</li>
+<li>C#: 0.24.0</li>
+<li>Java: 0.24.0</li>
+<li>JavaScript: 0.24.0</li>
+<li>R: 0.24.0</li>
+<li>Rust: 0.24.0</li>
+</ul>
+<p>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 <a
href="https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-24/CHANGELOG.md"
target="_blank" rel="noopener">complete changelog</a>.</p>
+<h2>Release Highlights</h2>
+<p>Note: we are planning to require C++20 starting from the next release. Also,
+we will drop support for Python 3.10 no earlier than the release after next
+i.e. no earlier than release 26. Release 26 is expected in about 3-4 months
+(October~November 2026), and the EOL for Python 3.10 is October 2026.</p>
+<h3>Breaking Changes and Deprecations</h3>
+<p>Development of the ADBC drivers for Apache DataFusion, BigQuery, Databricks,
+and Snowflake has moved to the <a href="https://adbc-drivers.org/"
target="_blank" rel="noopener">ADBC Driver
+Foundry</a>, an independent, community-maintained
+project separate from Apache Arrow. The drivers remain available and continue
+to be developed there. No further releases of those drivers will come from
+this project, but existing packages will remain available, possibly as
+archived listings. For background, see <a
href="https://arrow.apache.org/adbc/24/driver/authoring.html#why-the-driver-foundry-not-this-repository">the
ADBC documentation on driver
+development</a>.
+Current driver locations and maintainer information are listed under
+<a href="https://arrow.apache.org/adbc/24/driver/index.html">Drivers</a>.</p>
+<p>Similarly, the experimental, incomplete support for Amazon Redshift in the
+PostgreSQL driver has been removed. A dedicated <a
href="https://adbc-drivers.org/drivers/redshift/" target="_blank"
rel="noopener">ADBC driver for Amazon
+Redshift</a> is available from the
+ADBC Driver Foundry.</p>
+<p>The ADBC drivers for Apache Arrow Flight SQL, PostgreSQL, and SQLite
continue
+to be maintained and released by this project.</p>
+<p>Java API definitions were narrowed so that <code>close</code> is only
declared to throw
+<code>AdbcException</code> as a checked
+exception. (<a href="https://github.com/apache/arrow-adbc/pull/4451"
target="_blank" rel="noopener">#4451</a>)</p>
+<p>The PostgreSQL driver now lazily initializes transactions to make it work
+better with connection
+pools. (<a href="https://github.com/apache/arrow-adbc/pull/4424"
target="_blank" rel="noopener">#4424</a>)</p>
+<h3>Documentation</h3>
+<p>The documentation has been overhauled and is now organized around three
common
+tasks: <a href="https://arrow.apache.org/adbc/24/driver/index.html">finding
and installing
+drivers</a>, <a
href="https://arrow.apache.org/adbc/24/client_libraries.html">connecting
+through a client
+library</a>, and
+<a href="https://arrow.apache.org/adbc/24/driver/authoring.html">developing a
+driver</a>.
+(<a href="https://github.com/apache/arrow-adbc/pull/4525" target="_blank"
rel="noopener">#4525</a>)</p>
+<p>The revised docs emphasize ADBC's cross-language driver model: drivers are
+typically distributed as shared libraries that can be used from any supported
+language or client.</p>
+<p>A new <a href="https://arrow.apache.org/adbc/24/integrations.html">Tools
&
+Integrations</a> page
+highlights tools and frameworks that integrate with ADBC. We welcome
+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>
+<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>,
+<a href="https://github.com/apache/arrow-adbc/pull/4340" target="_blank"
rel="noopener">#4340</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4341" target="_blank"
rel="noopener">#4341</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4330" target="_blank"
rel="noopener">#4330</a>). The core libraries
+are now compatible with AOT compilation, enabling drivers to be built as
+standalone shared libaries
+(<a href="https://github.com/apache/arrow-adbc/pull/4243" target="_blank"
rel="noopener">#4243</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4318" target="_blank"
rel="noopener">#4318</a>).</p>
+<p>The Go <code>database/sql</code> adapter now supports converting more Arrow
types to Go
+types (<a href="https://github.com/apache/arrow-adbc/pull/4416"
target="_blank" rel="noopener">#4416</a>).</p>
+<p>The Java core APIs now support a "fluent" style ingest API (#4466). Also,
+support for dynamically loading drivers for use in Java has been greatly
+expanded and should now support all of the ADBC APIs and features expected of
+a client library (<a href="https://github.com/apache/arrow-adbc/pull/4452"
target="_blank" rel="noopener">#4452</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4211" target="_blank"
rel="noopener">#4211</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4411" target="_blank"
rel="noopener">#4411</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4202" target="_blank"
rel="noopener">#4202</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4359" target="_blank"
rel="noopener">#4359</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4212" target="_blank"
rel="noopener">#4212</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4263" target="_blank"
rel="noopener">#4263</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4229" target="_blank"
rel="noopener">#4229</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4203" target="_blank"
rel="noopener">#4203</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4361" target="_blank"
rel="noopener">#4361</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4362" target="_blank"
rel="noopener">#4362</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4249" target="_blank"
rel="noopener">#4249</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4250" target="_blank"
rel="noopener">#4250</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4398" target="_blank"
rel="noopener">#4398</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4397" target="_blank"
rel="noopener">#4397</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4423" target="_blank"
rel="noopener">#4423</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4395" target="_blank"
rel="noopener">#4395</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4396" target="_blank"
rel="noopener">#4396</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4391" target="_blank"
rel="noopener">#4391</a>).</p>
+<p>The JavaScript client library no longer requires the <code>driver</code>
parameter and
+can infer the driver to load based on the URI, or can accept a profile
+(<a href="https://github.com/apache/arrow-adbc/pull/4357" target="_blank"
rel="noopener">#4357</a>).</p>
+<p>The R client library no longer requires the <code>driver</code> parameter
and can infer
+the driver to load based on the URI, or can accept a profile
+(<a href="https://github.com/apache/arrow-adbc/pull/4535" target="_blank"
rel="noopener">#4535</a>).</p>
+<p>Some tweaks have been made to the Rust core APIs to better support interop
+with dynamically loaded drivers and make certain conventions clearer
+(<a href="https://github.com/apache/arrow-adbc/pull/4427" target="_blank"
rel="noopener">#4427</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4510" target="_blank"
rel="noopener">#4510</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4350" target="_blank"
rel="noopener">#4350</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4141" target="_blank"
rel="noopener">#4141</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4181" target="_blank"
rel="noopener">#4181</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4473" target="_blank"
rel="noopener">#4473</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4469" target="_blank"
rel="noopener">#4469</a>).</p>
+<h3>Drivers</h3>
+<p>This project continues to maintain and release the ADBC drivers for Apache
+Arrow Flight SQL, PostgreSQL, and SQLite. As mentioned above, the DataFusion,
+BigQuery, Databricks, and Snowflake drivers are now maintained in the <a
href="https://adbc-drivers.org/" target="_blank" rel="noopener">ADBC
+Driver Foundry</a>, alongside many others.</p>
+<p>The Flight SQL driver now recognizes URIs with the
<code>flightsql://</code> scheme
+(<a href="https://github.com/apache/arrow-adbc/pull/4488" target="_blank"
rel="noopener">#4488</a>). It also has more
+support for logging and OpenTelemetry tracing
+(<a href="https://github.com/apache/arrow-adbc/pull/4322" target="_blank"
rel="noopener">#4322</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4486" target="_blank"
rel="noopener">#4486</a>).</p>
+<p>The PostgreSQL driver now uses libpq version 18.4 (up from 16.9)
+(<a href="https://github.com/apache/arrow-adbc/pull/4566" target="_blank"
rel="noopener">#4566</a>). Several bugs have
+been fixed around handling of the NUMERIC type, and it has been optimized on
+platforms where int128 is available (generally, platforms other than Windows)
+(<a href="https://github.com/apache/arrow-adbc/pull/4536" target="_blank"
rel="noopener">#4536</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4499" target="_blank"
rel="noopener">#4499</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4523" target="_blank"
rel="noopener">#4523</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4498" target="_blank"
rel="noopener">#4498</a>). GetObjects now
+populates the <code>xdbc_type_name</code> field
+(<a href="https://github.com/apache/arrow-adbc/pull/4457" target="_blank"
rel="noopener">#4457</a>). JSON columns are
+now returned with the <code>arrow.json</code> extension type
+(<a href="https://github.com/apache/arrow-adbc/pull/4415" target="_blank"
rel="noopener">#4415</a>), and ingesting into
+JSONB columns is now supported
+(<a href="https://github.com/apache/arrow-adbc/pull/4505" target="_blank"
rel="noopener">#4505</a>).</p>
+<p>The SQLite driver now uses SQLite version 3.53.1 (up from 3.51.2)
+(<a href="https://github.com/apache/arrow-adbc/pull/4566" target="_blank"
rel="noopener">#4566</a>). It now recognizes
+URIs with the <code>sqlite://</code> scheme
+(<a href="https://github.com/apache/arrow-adbc/pull/4463" target="_blank"
rel="noopener">#4463</a>).</p>
+<p><a id="contributors"></a></p>
+<h2>Contributors</h2>
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>$ git shortlog --perl-regexp
--author='^((?!dependabot\[bot\]).*)$' -sn
apache-arrow-adbc-23..apache-arrow-adbc-24
+ 58 David Li
+ 16 Bryce Mecum
+ 11 Fredrik Fornwall
+ 7 Curt Hagenlocher
+ 7 eitsupi
+ 6 Mandukhai Alimaa
+ 5 davidhcoe
+ 4 Matt Topol
+ 4 takuya kodama
+ 3 Ian Cook
+ 3 복준수
+ 2 Artur Rakhmatulin
+ 2 Austin Bonander
+ 2 Bruce Irschick
+ 2 Daniel_McBride
+ 2 Emil Sadek
+ 1 Arnold Wakim
+ 1 Aurélien Pupier
+ 1 Dan Liu
+ 1 Felipe Oliveira Carvalho
+ 1 Kent Wu
+ 1 Neal Richardson
+ 1 Nir Portal
+ 1 Pavel Agafonov
+ 1 Rishav Rungta
+ 1 Shubham Pandey
+ 1 mete
+ 1 xinyu.lin
+</code></pre></div></div>
+<h2>Roadmap</h2>
+<p>We are working on the next revision of the API standard, focusing on missing
+features (primarily metadata/catalog data). We welcome anyone interested in
+contributing. Current progress can be found in the <a
href="https://github.com/apache/arrow-adbc/milestone/9" target="_blank"
rel="noopener">1.2.0 specification
+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"
target="_blank" rel="noopener">GitHub</a>, and questions can be directed to
GitHub
+or the <a href="/community/">Arrow mailing lists</a>.</p>
+
+ </main>
+ </div>
+
+ <hr>
+<footer class="footer">
+ <div class="row">
+ <div class="col-md-9">
+ <p>Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow
project logo are either registered trademarks or trademarks of The Apache
Software Foundation in the United States and other countries.</p>
+ <p>© 2016-2026 The Apache Software Foundation</p>
+ </div>
+ <div class="col-md-3">
+ <a class="d-sm-none d-md-inline pr-2"
href="https://www.apache.org/events/current-event.html" target="_blank"
rel="noopener">
+ <img src="https://www.apache.org/events/current-event-234x60.png">
+ </a>
+ </div>
+ </div>
+</footer>
+
+ </div>
+</body>
+</html>
diff --git a/blog/index.html b/blog/index.html
index c57042c114e..eecb93d0351 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -248,6 +248,33 @@
+ <p>
+ </p>
+<h3>
+ <a href="/blog/2026/07/28/adbc-24-release/">Apache Arrow ADBC 24
(Libraries) Release</a>
+ </h3>
+
+ <p>
+ <span class="blog-list-date">
+ 28 July 2026
+ </span>
+ </p>
+
+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.1.0.
+The subc...
+
+ <a href="/blog/2026/07/28/adbc-24-release/">Read More →</a>
+
+
+
+
+
<p>
</p>
<h3>
diff --git a/feed.xml b/feed.xml
index 3dfc8452fc9..16641c0c089 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,190 @@
-<?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-25T09:10:52-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-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 [...]
+
+-->
+<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
+<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
+version 1.1.0.</p>
+<p>The subcomponents are versioned independently:</p>
+<ul>
+<li>C/C++/GLib/Go/Python/Ruby: 1.12.0</li>
+<li>C#: 0.24.0</li>
+<li>Java: 0.24.0</li>
+<li>JavaScript: 0.24.0</li>
+<li>R: 0.24.0</li>
+<li>Rust: 0.24.0</li>
+</ul>
+<p>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 <a
href="https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-24/CHANGELOG.md">complete
changelog</a>.</p>
+<h2>Release Highlights</h2>
+<p>Note: we are planning to require C++20 starting from the next release. Also,
+we will drop support for Python 3.10 no earlier than the release after next
+i.e. no earlier than release 26. Release 26 is expected in about 3-4 months
+(October~November 2026), and the EOL for Python 3.10 is October 2026.</p>
+<h3>Breaking Changes and Deprecations</h3>
+<p>Development of the ADBC drivers for Apache DataFusion, BigQuery, Databricks,
+and Snowflake has moved to the <a href="https://adbc-drivers.org/">ADBC Driver
+Foundry</a>, an independent, community-maintained
+project separate from Apache Arrow. The drivers remain available and continue
+to be developed there. No further releases of those drivers will come from
+this project, but existing packages will remain available, possibly as
+archived listings. For background, see <a
href="https://arrow.apache.org/adbc/24/driver/authoring.html#why-the-driver-foundry-not-this-repository">the
ADBC documentation on driver
+development</a>.
+Current driver locations and maintainer information are listed under
+<a href="https://arrow.apache.org/adbc/24/driver/index.html">Drivers</a>.</p>
+<p>Similarly, the experimental, incomplete support for Amazon Redshift in the
+PostgreSQL driver has been removed. A dedicated <a
href="https://adbc-drivers.org/drivers/redshift/">ADBC driver for Amazon
+Redshift</a> is available from the
+ADBC Driver Foundry.</p>
+<p>The ADBC drivers for Apache Arrow Flight SQL, PostgreSQL, and SQLite
continue
+to be maintained and released by this project.</p>
+<p>Java API definitions were narrowed so that <code>close</code> is only
declared to throw
+<code>AdbcException</code> as a checked
+exception. (<a
href="https://github.com/apache/arrow-adbc/pull/4451">#4451</a>)</p>
+<p>The PostgreSQL driver now lazily initializes transactions to make it work
+better with connection
+pools. (<a href="https://github.com/apache/arrow-adbc/pull/4424">#4424</a>)</p>
+<h3>Documentation</h3>
+<p>The documentation has been overhauled and is now organized around three
common
+tasks: <a href="https://arrow.apache.org/adbc/24/driver/index.html">finding
and installing
+drivers</a>, <a
href="https://arrow.apache.org/adbc/24/client_libraries.html">connecting
+through a client
+library</a>, and
+<a href="https://arrow.apache.org/adbc/24/driver/authoring.html">developing a
+driver</a>.
+(<a href="https://github.com/apache/arrow-adbc/pull/4525">#4525</a>)</p>
+<p>The revised docs emphasize ADBC's cross-language driver model: drivers are
+typically distributed as shared libraries that can be used from any supported
+language or client.</p>
+<p>A new <a href="https://arrow.apache.org/adbc/24/integrations.html">Tools
&
+Integrations</a> page
+highlights tools and frameworks that integrate with ADBC. We welcome
+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>
+<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>,
+<a href="https://github.com/apache/arrow-adbc/pull/4340">#4340</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4341">#4341</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4330">#4330</a>). The core
libraries
+are now compatible with AOT compilation, enabling drivers to be built as
+standalone shared libaries
+(<a href="https://github.com/apache/arrow-adbc/pull/4243">#4243</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4318">#4318</a>).</p>
+<p>The Go <code>database/sql</code> adapter now supports converting more Arrow
types to Go
+types (<a href="https://github.com/apache/arrow-adbc/pull/4416">#4416</a>).</p>
+<p>The Java core APIs now support a "fluent" style ingest API
(#4466). Also,
+support for dynamically loading drivers for use in Java has been greatly
+expanded and should now support all of the ADBC APIs and features expected of
+a client library (<a
href="https://github.com/apache/arrow-adbc/pull/4452">#4452</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4211">#4211</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4411">#4411</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4202">#4202</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4359">#4359</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4212">#4212</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4263">#4263</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4229">#4229</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4203">#4203</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4361">#4361</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4362">#4362</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4249">#4249</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4250">#4250</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4398">#4398</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4397">#4397</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4423">#4423</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4395">#4395</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4396">#4396</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4391">#4391</a>).</p>
+<p>The JavaScript client library no longer requires the <code>driver</code>
parameter and
+can infer the driver to load based on the URI, or can accept a profile
+(<a href="https://github.com/apache/arrow-adbc/pull/4357">#4357</a>).</p>
+<p>The R client library no longer requires the <code>driver</code> parameter
and can infer
+the driver to load based on the URI, or can accept a profile
+(<a href="https://github.com/apache/arrow-adbc/pull/4535">#4535</a>).</p>
+<p>Some tweaks have been made to the Rust core APIs to better support interop
+with dynamically loaded drivers and make certain conventions clearer
+(<a href="https://github.com/apache/arrow-adbc/pull/4427">#4427</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4510">#4510</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4350">#4350</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4141">#4141</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4181">#4181</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4473">#4473</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4469">#4469</a>).</p>
+<h3>Drivers</h3>
+<p>This project continues to maintain and release the ADBC drivers for Apache
+Arrow Flight SQL, PostgreSQL, and SQLite. As mentioned above, the DataFusion,
+BigQuery, Databricks, and Snowflake drivers are now maintained in the <a
href="https://adbc-drivers.org/">ADBC
+Driver Foundry</a>, alongside many others.</p>
+<p>The Flight SQL driver now recognizes URIs with the
<code>flightsql://</code> scheme
+(<a href="https://github.com/apache/arrow-adbc/pull/4488">#4488</a>). It also
has more
+support for logging and OpenTelemetry tracing
+(<a href="https://github.com/apache/arrow-adbc/pull/4322">#4322</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4486">#4486</a>).</p>
+<p>The PostgreSQL driver now uses libpq version 18.4 (up from 16.9)
+(<a href="https://github.com/apache/arrow-adbc/pull/4566">#4566</a>). Several
bugs have
+been fixed around handling of the NUMERIC type, and it has been optimized on
+platforms where int128 is available (generally, platforms other than Windows)
+(<a href="https://github.com/apache/arrow-adbc/pull/4536">#4536</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4499">#4499</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4523">#4523</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/4498">#4498</a>).
GetObjects now
+populates the <code>xdbc_type_name</code> field
+(<a href="https://github.com/apache/arrow-adbc/pull/4457">#4457</a>). JSON
columns are
+now returned with the <code>arrow.json</code> extension type
+(<a href="https://github.com/apache/arrow-adbc/pull/4415">#4415</a>), and
ingesting into
+JSONB columns is now supported
+(<a href="https://github.com/apache/arrow-adbc/pull/4505">#4505</a>).</p>
+<p>The SQLite driver now uses SQLite version 3.53.1 (up from 3.51.2)
+(<a href="https://github.com/apache/arrow-adbc/pull/4566">#4566</a>). It now
recognizes
+URIs with the <code>sqlite://</code> scheme
+(<a href="https://github.com/apache/arrow-adbc/pull/4463">#4463</a>).</p>
+<p><a id="contributors"></a></p>
+<h2>Contributors</h2>
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>$ git shortlog --perl-regexp
--author='^((?!dependabot\[bot\]).*)$' -sn
apache-arrow-adbc-23..apache-arrow-adbc-24
+ 58 David Li
+ 16 Bryce Mecum
+ 11 Fredrik Fornwall
+ 7 Curt Hagenlocher
+ 7 eitsupi
+ 6 Mandukhai Alimaa
+ 5 davidhcoe
+ 4 Matt Topol
+ 4 takuya kodama
+ 3 Ian Cook
+ 3 복준수
+ 2 Artur Rakhmatulin
+ 2 Austin Bonander
+ 2 Bruce Irschick
+ 2 Daniel_McBride
+ 2 Emil Sadek
+ 1 Arnold Wakim
+ 1 Aurélien Pupier
+ 1 Dan Liu
+ 1 Felipe Oliveira Carvalho
+ 1 Kent Wu
+ 1 Neal Richardson
+ 1 Nir Portal
+ 1 Pavel Agafonov
+ 1 Rishav Rungta
+ 1 Shubham Pandey
+ 1 mete
+ 1 xinyu.lin
+</code></pre></div></div>
+<h2>Roadmap</h2>
+<p>We are working on the next revision of the API standard, focusing on missing
+features (primarily metadata/catalog data). We welcome anyone interested in
+contributing. Current progress can be found in the <a
href="https://github.com/apache/arrow-adbc/milestone/9">1.2.0 specification
+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. [...]
-->
<p>The Apache Arrow team is pleased to announce the v18.7.0 release of Apache
Arrow Go.
@@ -1258,62 +1444,4 @@ to the invaluable advice and support of the Apache Arrow
community.</p>
1 Nyall Dawson
1 Sutou Kouhei
1 William Ayd
-</span></code></pre></div></div>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is
pleased to announce the 0.8.0 release of Apache Arrow nanoarrow. This release
consists of 28 resolved GitHub issues from 10 contributors. Release Highlights
Support for building String View arrays by buffer LZ4 decompression support in
IPC reader Support for Conan Support for Hombrew See the Changelog for a
detailed list of contri [...]
-
--->
-<p>The Apache Arrow team is pleased to announce the 23.0.1 release.
-It includes <strong>a security fix for the C++ IPC file reader</strong>, so be
sure to
-read the relevant details below to see if you are affected.</p>
-<p>Apart from that, 23.0.1 is mostly a bugfix release that includes <a
href="https://github.com/apache/arrow/milestone/73?closed=1"><strong>28
resolved issues</strong></a>
-on <a href="/release/23.0.1.html#contributors"><strong>29 distinct
commits</strong></a> from <a
href="/release/23.0.1.html#contributors"><strong>12 distinct
contributors</strong></a>.</p>
-<p>See the <a href="https://arrow.apache.org/install/">Install Page</a> to
-learn how to get the libraries for your platform.</p>
-<p>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 <a href="/release/23.0.1.html#changelog">complete changelog</a>.</p>
-<h2>C++ notes</h2>
-<ul>
-<li>Fix possible OOB write in buffered IO (<a
href="https://github.com/apache/arrow/issues/48311">GH-48311</a>).</li>
-</ul>
-<h3>IPC</h3>
-<h4>CVE-2026-25087: Use After Free vulnerability in IPC file reader</h4>
-<p>Fix a security issue can be triggered when reading an Arrow IPC file (but
<em>not</em>
-an IPC stream) with pre-buffering enabled, if the IPC file contains data with
-variadic buffers (such as Binary View and String View data).</p>
-<p>Pre-buffering is disabled by default, so your code is vulnerable only if it
-enables it explicitly by calling
<code>RecordBatchFileReader::PreBufferMetadata</code>.
-Affected Arrow C++ versions are 15.0.0 through 23.0.0. The fix integrated
-in 23.0.1 can also be separately viewed at
-<a href="https://github.com/apache/arrow/pull/48925">GH-48925</a>.</p>
-<p>See our <a
href="https://lists.apache.org/thread/mpm4ld1qony30tchfpjtk5b11tcyvmwh">separate
announcement</a>
-for further detail.</p>
-<h4>Other fixes</h4>
-<ul>
-<li>Avoid memory blowup with excessive variadic buffer count in IPC (<a
href="https://github.com/apache/arrow/issues/48900">GH-48900</a>).</li>
-</ul>
-<h3>Gandiva</h3>
-<ul>
-<li>Fix passing CPU attributes to LLVM (<a
href="https://github.com/apache/arrow/issues/48160">GH-48160</a>).</li>
-<li>Detect overflow in <code>repeat()</code> (<a
href="https://github.com/apache/arrow/issues/49159">GH-49159</a>).</li>
-</ul>
-<h3>Parquet</h3>
-<ul>
-<li>Avoid re-serializing footer for signature verification (<a
href="https://github.com/apache/arrow/issues/48858">GH-48858</a>).</li>
-</ul>
-<h2>Python notes</h2>
-<ul>
-<li>Added missing NOTICE.txt and LICENSE.txt to wheels (<a
href="https://github.com/apache/arrow/issues/48983">GH-48983</a>).</li>
-<li>Some fixes for compatibility with newer Cython versions like (<a
href="https://github.com/apache/arrow/issues/48965">GH-48965</a>),
-(<a href="https://github.com/apache/arrow/issues/49156">GH-49156</a>) and (<a
href="https://github.com/apache/arrow/issues/49138">GH-49138</a>).</li>
-</ul>
-<h2>Ruby notes</h2>
-<ul>
-<li>Fix a bug where <code>Arrow::ExecutePlan</code> nodes may be Garbage
Collected (<a
href="https://github.com/apache/arrow/issues/48880">GH-48880</a>).</li>
-</ul>
-<h2>R notes</h2>
-<ul>
-<li>Bump C++20 for R build infrastructure (<a
href="https://github.com/apache/arrow/issues/48817">GH-48817</a>)
-and fix some C++ 20 related compilation issues (<a
href="https://github.com/apache/arrow/issues/48973">GH-48973</a>).</li>
-</ul>
-<h2>Other modules and languages</h2>
-<p>No general changes were made to the other libraries or
languages.</p>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is pleased
to announce the 23.0.1 release. It includes a security fix for the C++ IPC file
reader, so be sure to read the relevant details below to see if you are
affected. Apart from that, 23.0.1 is mostly a bugfix release that includes 28
resolved issues on 29 distinct commits from 12 distinc [...]
\ No newline at end of file
+</span></code></pre></div></div>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is
pleased to announce the 0.8.0 release of Apache Arrow nanoarrow. This release
consists of 28 resolved GitHub issues from 10 contributors. Release Highlights
Support for building String View arrays by buffer LZ4 decompression support in
IPC reader Support for Conan Support for Hombrew See the Changelog for a
detailed list of contri [...]
\ No newline at end of file
diff --git a/release/index.html b/release/index.html
index e33022981e3..108ac643b24 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-25T09:10:52-04:00" />
-<meta property="article:modified_time" content="2026-07-25T09:10:52-04:00" />
+<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 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-25T09:10:52-04:00","datePublished":"2026-07-25T09:10:52-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-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 ( [...]
<!-- End Jekyll SEO tag -->