This is an automated email from the ASF dual-hosted git repository.

github-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 0a4fad84e96 Updating built site
0a4fad84e96 is described below

commit 0a4fad84e96beda46aeef15bc062e74105f03309
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 13 10:23:23 2025 +0000

    Updating built site
---
 blog/2025/09/12/adbc-20-release/index.html | 399 +++++++++++++++++++++++++++++
 blog/index.html                            |  26 ++
 feed.xml                                   | 298 ++++++++-------------
 3 files changed, 536 insertions(+), 187 deletions(-)

diff --git a/blog/2025/09/12/adbc-20-release/index.html 
b/blog/2025/09/12/adbc-20-release/index.html
new file mode 100644
index 00000000000..124b9a5eb01
--- /dev/null
+++ b/blog/2025/09/12/adbc-20-release/index.html
@@ -0,0 +1,399 @@
+<!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 20 (Libraries) Release | Apache Arrow</title>
+    
+
+    <!-- Begin Jekyll SEO tag v2.8.0 -->
+<meta name="generator" content="Jekyll v4.4.1" />
+<meta property="og:title" content="Apache Arrow ADBC 20 (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 20 release of the Apache Arrow ADBC libraries. This release 
includes 44 resolved issues from 29 distinct contributors. This is a release of 
the libraries, which are at version 20. 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.8.0 C#: 0.20.0 Java: 0.20.0 R: 
0.20.0 Rust: 0.20.0 The release notes below [...]
+<meta property="og:description" content="The Apache Arrow team is pleased to 
announce the version 20 release of the Apache Arrow ADBC libraries. This 
release includes 44 resolved issues from 29 distinct contributors. This is a 
release of the libraries, which are at version 20. 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.8.0 C#: 0.20.0 Java: 0.20.0 R: 
0.20.0 Rust: 0.20.0 The release note [...]
+<link rel="canonical" 
href="https://arrow.apache.org/blog/2025/09/12/adbc-20-release/"; />
+<meta property="og:url" 
content="https://arrow.apache.org/blog/2025/09/12/adbc-20-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="2025-09-12T00:00:00-04:00" />
+<meta name="twitter:card" content="summary_large_image" />
+<meta property="twitter:image" 
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png";
 />
+<meta property="twitter:title" content="Apache Arrow ADBC 20 (Libraries) 
Release" />
+<script type="application/ld+json">
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"pmc"},"dateModified":"2025-09-12T00:00:00-04:00","datePublished":"2025-09-12T00:00:00-04:00","description":"The
 Apache Arrow team is pleased to announce the version 20 release of the Apache 
Arrow ADBC libraries. This release includes 44 resolved issues from 29 distinct 
contributors. This is a release of the libraries, which are at version 20. The 
API specification is versioned separately and is at v [...]
+<!-- 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://github.com/apache/arrow/blob/main/csharp/README.md"; 
target="_blank" rel="noopener">C#</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="/docs/java">Java</a>
+            <a class="dropdown-item" href="/docs/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/tree/main/csharp"; target="_blank" 
rel="noopener">C#</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 20 (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">
+    12 Sep 2025
+  </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 20 release of
+the Apache Arrow ADBC libraries. This release includes <a 
href="https://github.com/apache/arrow-adbc/milestone/24"; target="_blank" 
rel="noopener"><strong>44
+resolved issues</strong></a> from <a href="#contributors"><strong>29 distinct 
contributors</strong></a>.</p>
+<p>This is a release of the <strong>libraries</strong>, which are at version 
20.  The
+<a 
href="https://arrow.apache.org/adbc/20/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.8.0</li>
+<li>C#: 0.20.0</li>
+<li>Java: 0.20.0</li>
+<li>R: 0.20.0</li>
+<li>Rust: 0.20.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-20/CHANGELOG.md";
 target="_blank" rel="noopener">complete changelog</a>.</p>
+<h2>Release Highlights</h2>
+<p>Driver managers now support loading driver manifests.  To learn more about
+this feature, please see the <a 
href="https://arrow.apache.org/adbc/current/format/driver_manifests.html#driver-manifests";>documentation</a>.</p>
+<p>The Rust crates were reorganized.  <strong>This is a breaking 
change.</strong>  Now,
+FFI-related code is part of <code>adbc_ffi</code> and the driver manager is 
part of
+<code>adbc_driver_manager</code>.  Previously these were features of a single 
crate
+<code>adbc_core</code>, which now only contains API definitions
+(<a href="https://github.com/apache/arrow-adbc/pull/3381"; target="_blank" 
rel="noopener">#3381</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3197"; target="_blank" 
rel="noopener">#3197</a>).  Also, some enums
+are no longer marked as <code>#[non_exhaustive]</code>
+(<a href="https://github.com/apache/arrow-adbc/pull/3245"; target="_blank" 
rel="noopener">#3245</a>).</p>
+<p>The Java JNI bindings support a few more features
+(<a href="https://github.com/apache/arrow-adbc/pull/3373"; target="_blank" 
rel="noopener">#3373</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3372"; target="_blank" 
rel="noopener">#3372</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3370"; target="_blank" 
rel="noopener">#3370</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3348"; target="_blank" 
rel="noopener">#3348</a>).</p>
+<p>The BigQuery driver properly uses microsecond timestamps
+(<a href="https://github.com/apache/arrow-adbc/pull/3364"; target="_blank" 
rel="noopener">#3364</a>), has an improved
+error message if your user account lacks the proper permissions
+(<a href="https://github.com/apache/arrow-adbc/pull/3297"; target="_blank" 
rel="noopener">#3297</a>), properly handles
+nested data (<a href="https://github.com/apache/arrow-adbc/pull/3240"; 
target="_blank" rel="noopener">#3240</a>), and
+supports service account impersonation
+(<a href="https://github.com/apache/arrow-adbc/pull/3174"; target="_blank" 
rel="noopener">#3174</a>).  The C#
+Databricks/HiveServer2 Thrift-protocol drivers continues to expand their
+featureset, such as support for cancelling statements, token exchange, and
+better tracing (<a href="https://github.com/apache/arrow-adbc/pull/3304"; 
target="_blank" rel="noopener">#3304</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3302"; target="_blank" 
rel="noopener">#3302</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3301"; target="_blank" 
rel="noopener">#3301</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3224"; target="_blank" 
rel="noopener">#3224</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3218"; target="_blank" 
rel="noopener">#3218</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3192"; target="_blank" 
rel="noopener">#3192</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3177"; target="_blank" 
rel="noopener">#3177</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3137"; target="_blank" 
rel="noopener">#3137</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3127"; target="_blank" 
rel="noopener">#3127</a>).  The PostgreSQL
+driver will properly bind <code>arrow.json</code> extension arrays as JSON 
parameters
+(<a href="https://github.com/apache/arrow-adbc/pull/3333"; target="_blank" 
rel="noopener">#3333</a>).  The Snowflake
+driver supports more authentication methods
+(<a href="https://github.com/apache/arrow-adbc/pull/3366"; target="_blank" 
rel="noopener">#3366</a>).  The SQLite driver
+can bind parameters by name instead of position
+(<a href="https://github.com/apache/arrow-adbc/pull/3362"; target="_blank" 
rel="noopener">#3362</a>).</p>
+<p>The C# library has been upgraded to .NET 8
+(<a href="https://github.com/apache/arrow-adbc/pull/3120"; target="_blank" 
rel="noopener">#3120</a>).</p>
+<p>GLib has more bindings to ADBC functions
+(<a href="https://github.com/apache/arrow-adbc/pull/3118"; target="_blank" 
rel="noopener">#3118</a>).</p>
+<p>The Go library has some experimental helpers to simplify getting driver
+metadata (<a href="https://github.com/apache/arrow-adbc/pull/3239"; 
target="_blank" rel="noopener">#3239</a>) and
+ingesting Arrow data
+(<a href="https://github.com/apache/arrow-adbc/pull/3150"; target="_blank" 
rel="noopener">#3150</a>).  The <code>database/sql</code>
+adapter handles <code>time.Time</code> values for bind parameters now
+(<a href="https://github.com/apache/arrow-adbc/pull/3109"; target="_blank" 
rel="noopener">#3109</a>).  Drivers will
+forward SQLSTATE and other error metadata across the FFI boundary
+(<a href="https://github.com/apache/arrow-adbc/pull/2801"; target="_blank" 
rel="noopener">#2801</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-19..apache-arrow-adbc-20
+    28 David Li
+    14 Todd Meng
+    13 Bryce Mecum
+    13 eitsupi
+    12 Jacky Hu
+    12 Matt Topol
+     8 Bruce Irschick
+     7 Matthijs Brobbel
+     6 davidhcoe
+     5 eric-wang-1990
+     4 Alex Guo
+     3 Daijiro Fukuda
+     3 Felipe Oliveira Carvalho
+     3 Sutou Kouhei
+     2 Curt Hagenlocher
+     2 Jade Wang
+     2 Mandukhai Alimaa
+     2 amangoyal
+     1 Arseny Tsypushkin
+     1 Dewey Dunnington
+     1 Even Rouault
+     1 Ian Cook
+     1 Jordan E
+     1 Lucas Valente
+     1 Mila Page
+     1 Ryan Syed
+     1 Sudhir Reddy Emmadi
+     1 Xuliang (Harry) Sun
+     1 Yu Ishikawa
+</code></pre></div></div>
+<h2>Roadmap</h2>
+<p>A Go-based driver for Databricks is in the works from a contributor.</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-2025 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 dab012b51f9..b03f729b07b 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -248,6 +248,32 @@
 
 
   
+  <p>
+    </p>
+<h3>
+      <a href="/blog/2025/09/12/adbc-20-release/">Apache Arrow ADBC 20 
(Libraries) Release</a>
+    </h3>
+    
+    <p>
+    <span class="blog-list-date">
+      12 September 2025
+    </span>
+    </p>
+    
+The Apache Arrow team is pleased to announce the version 20 release of
+the Apache Arrow ADBC libraries. This release includes 44
+resolved issues from 29 distinct contributors.
+This is a release of the libraries, which are at version 20.  The
+API specification is versioned separately and is at
+version 1.1.0.
+The subcomponents are versioned indep...
+     
+    <a href="/blog/2025/09/12/adbc-20-release/">Read More →</a>
+
+  
+  
+
+  
   <p>
     </p>
 <h3>
diff --git a/feed.xml b/feed.xml
index c26e84057bf..048c9ac4534 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,113 @@
-<?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>2025-09-12T08:20:10-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>2025-09-13T06:19: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 [...]
+
+-->
+<p>The Apache Arrow team is pleased to announce the version 20 release of
+the Apache Arrow ADBC libraries. This release includes <a 
href="https://github.com/apache/arrow-adbc/milestone/24";><strong>44
+resolved issues</strong></a> from <a href="#contributors"><strong>29 distinct 
contributors</strong></a>.</p>
+<p>This is a release of the <strong>libraries</strong>, which are at version 
20.  The
+<a 
href="https://arrow.apache.org/adbc/20/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.8.0</li>
+<li>C#: 0.20.0</li>
+<li>Java: 0.20.0</li>
+<li>R: 0.20.0</li>
+<li>Rust: 0.20.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-20/CHANGELOG.md";>complete
 changelog</a>.</p>
+<h2>Release Highlights</h2>
+<p>Driver managers now support loading driver manifests.  To learn more about
+this feature, please see the <a 
href="https://arrow.apache.org/adbc/current/format/driver_manifests.html#driver-manifests";>documentation</a>.</p>
+<p>The Rust crates were reorganized.  <strong>This is a breaking 
change.</strong>  Now,
+FFI-related code is part of <code>adbc_ffi</code> and the driver manager is 
part of
+<code>adbc_driver_manager</code>.  Previously these were features of a single 
crate
+<code>adbc_core</code>, which now only contains API definitions
+(<a href="https://github.com/apache/arrow-adbc/pull/3381";>#3381</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3197";>#3197</a>).  Also, 
some enums
+are no longer marked as <code>#[non_exhaustive]</code>
+(<a href="https://github.com/apache/arrow-adbc/pull/3245";>#3245</a>).</p>
+<p>The Java JNI bindings support a few more features
+(<a href="https://github.com/apache/arrow-adbc/pull/3373";>#3373</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3372";>#3372</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3370";>#3370</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3348";>#3348</a>).</p>
+<p>The BigQuery driver properly uses microsecond timestamps
+(<a href="https://github.com/apache/arrow-adbc/pull/3364";>#3364</a>), has an 
improved
+error message if your user account lacks the proper permissions
+(<a href="https://github.com/apache/arrow-adbc/pull/3297";>#3297</a>), properly 
handles
+nested data (<a 
href="https://github.com/apache/arrow-adbc/pull/3240";>#3240</a>), and
+supports service account impersonation
+(<a href="https://github.com/apache/arrow-adbc/pull/3174";>#3174</a>).  The C#
+Databricks/HiveServer2 Thrift-protocol drivers continues to expand their
+featureset, such as support for cancelling statements, token exchange, and
+better tracing (<a 
href="https://github.com/apache/arrow-adbc/pull/3304";>#3304</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3302";>#3302</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3301";>#3301</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3224";>#3224</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3218";>#3218</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3192";>#3192</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3177";>#3177</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3137";>#3137</a>,
+<a href="https://github.com/apache/arrow-adbc/pull/3127";>#3127</a>).  The 
PostgreSQL
+driver will properly bind <code>arrow.json</code> extension arrays as JSON 
parameters
+(<a href="https://github.com/apache/arrow-adbc/pull/3333";>#3333</a>).  The 
Snowflake
+driver supports more authentication methods
+(<a href="https://github.com/apache/arrow-adbc/pull/3366";>#3366</a>).  The 
SQLite driver
+can bind parameters by name instead of position
+(<a href="https://github.com/apache/arrow-adbc/pull/3362";>#3362</a>).</p>
+<p>The C# library has been upgraded to .NET 8
+(<a href="https://github.com/apache/arrow-adbc/pull/3120";>#3120</a>).</p>
+<p>GLib has more bindings to ADBC functions
+(<a href="https://github.com/apache/arrow-adbc/pull/3118";>#3118</a>).</p>
+<p>The Go library has some experimental helpers to simplify getting driver
+metadata (<a href="https://github.com/apache/arrow-adbc/pull/3239";>#3239</a>) 
and
+ingesting Arrow data
+(<a href="https://github.com/apache/arrow-adbc/pull/3150";>#3150</a>).  The 
<code>database/sql</code>
+adapter handles <code>time.Time</code> values for bind parameters now
+(<a href="https://github.com/apache/arrow-adbc/pull/3109";>#3109</a>).  Drivers 
will
+forward SQLSTATE and other error metadata across the FFI boundary
+(<a href="https://github.com/apache/arrow-adbc/pull/2801";>#2801</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-19..apache-arrow-adbc-20
+    28 David Li
+    14 Todd Meng
+    13 Bryce Mecum
+    13 eitsupi
+    12 Jacky Hu
+    12 Matt Topol
+     8 Bruce Irschick
+     7 Matthijs Brobbel
+     6 davidhcoe
+     5 eric-wang-1990
+     4 Alex Guo
+     3 Daijiro Fukuda
+     3 Felipe Oliveira Carvalho
+     3 Sutou Kouhei
+     2 Curt Hagenlocher
+     2 Jade Wang
+     2 Mandukhai Alimaa
+     2 amangoyal
+     1 Arseny Tsypushkin
+     1 Dewey Dunnington
+     1 Even Rouault
+     1 Ian Cook
+     1 Jordan E
+     1 Lucas Valente
+     1 Mila Page
+     1 Ryan Syed
+     1 Sudhir Reddy Emmadi
+     1 Xuliang (Harry) Sun
+     1 Yu Ishikawa
+</code></pre></div></div>
+<h2>Roadmap</h2>
+<p>A Go-based driver for Databricks is in the works from a contributor.</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 20 release of the Apache Arrow ADBC libraries. This 
release includes 44 resolved issues from 29 distinct contributors. This is a 
release of the libraries, which are at version 20. The API specification is 
versioned separately and is at version 1.1.0. The subcomponents are ve [...]
 
 -->
 <p>The Apache Arrow team is pleased to announce the v18.4.1 release of Apache 
Arrow Go.
@@ -825,189 +934,4 @@ been made: we refer you to the <a 
href="https://github.com/apache/arrow-adbc/blo
 <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 18 release of the Apache Arrow ADBC libraries. This 
release includes 28 resolved issues from 22 distinct contributors. This is a 
release of the libraries, which are at version 18. The API specification is 
versioned separately and is at version 1.1.0. The subcomponents are ve [...]
-
--->
-<p>The Apache Arrow team is pleased to announce the 20.0.0 release. This 
release
-covers over 2 months of development work and includes <a 
href="https://github.com/apache/arrow/milestone/65?closed=1";><strong>259 
resolved
-issues</strong></a> on <a href="/release/20.0.0.html#contributors"><strong>327 
distinct commits</strong></a> from <a 
href="/release/20.0.0.html#contributors"><strong>63 distinct
-contributors</strong></a>. 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/20.0.0.html#changelog">complete changelog</a>.</p>
-<h2>Community</h2>
-<p>Since the 19.0.0 release, Ed Seidl, Jean-Baptiste Onofré and Matthijs 
Brobbel
-have been invited to become committers. Bryce Mecum, Ian Cook, Jacob 
Wujciak-Jens
-and Rok Mihevc have been invited to join the Project Management Committee 
(PMC).</p>
-<p>Thanks for your contributions and participation in the project!</p>
-<h2>C++ Notes</h2>
-<h3>Compute</h3>
-<p>We’ve added several new compute functions: inverse_permutation/scatter (<a 
href="https://github.com/apache/arrow/issues/44393";>GH-44393</a>), 
pivot_wider/hash_pivot_wider (<a 
href="https://github.com/apache/arrow/issues/45269";>GH-45269</a>), rank_normal 
(<a href="https://github.com/apache/arrow/issues/45572";>GH-45572</a>), 
skew/kurtosis (<a 
href="https://github.com/apache/arrow/issues/45676";>GH-45676</a>), and 
winsorize (<a href="https://github.com/apache/arrow/issues/45755";>GH-45755< 
[...]
-<h3>Acero</h3>
-<p>We've significantly improved the Hash Join in terms of overflow-safety (<a 
href="https://github.com/apache/arrow/issues/44513";>GH-44513</a>, <a 
href="https://github.com/apache/arrow/issues/45334";>GH-45334</a>, <a 
href="https://github.com/apache/arrow/issues/45506";>GH-45506</a>), memory 
consumption (peak memory usage reduced by half: <a 
href="https://github.com/apache/arrow/issues/45551";>GH-45551</a>), and 
performance (up to several dozen times faster: <a 
href="https://github.com/apach [...]
-<h3>Flight RPC</h3>
-<ul>
-<li>The experimental Flight over UCX feature has been removed.
-(<a href="https://github.com/apache/arrow/issues/43296";>#43296</a>)</li>
-</ul>
-<h2>C# Notes</h2>
-<ul>
-<li>Added support for the <code>Ordered</code> and <code>AppMetaData</code> 
fields to FlightInfo (<a 
href="https://github.com/apache/arrow/pull/45753";>#45753</a>)</li>
-<li>FlightClient can now be integrated with <a 
href="https://learn.microsoft.com/en-us/aspnet/core/grpc/clientfactory?view=aspnetcore-9.0";>Grpc.Net.ClientFactory</a>
 (<a href="https://github.com/apache/arrow/issues/45451";>#45451</a>)</li>
-</ul>
-<h2>Linux Packaging Notes</h2>
-<p><a href="https://apache.jfrog.io/";>https://apache.jfrog.io/</a> is still 
available but <a 
href="https://packages.apache.org/";>https://packages.apache.org/</a> is 
preferred because the latter uses the apache.org domain.</p>
-<h2>Python Notes</h2>
-<p>Compatibility notes:</p>
-<ul>
-<li>Minimum supported Cython has been raised to 3 and higher <a 
href="https://github.com/apache/arrow/issues/45237";>GH-45237</a> .</li>
-<li>A subset of deprecated APIs have been removed
-<a href="https://github.com/apache/arrow/issues/45680";>GH-45680</a>:
-<code>PARQUET_2_0</code> <a 
href="https://github.com/apache/arrow/issues/45848";>GH-45848</a>,
-<code>use_legacy_dataset</code> <a 
href="https://github.com/apache/arrow/issues/44790";>GH-44790</a>,
-serialize/deserialize PyArrow C++ code <a 
href="https://github.com/apache/arrow/issues/43587";>GH-43587</a> .</li>
-</ul>
-<p>New features:</p>
-<ul>
-<li>Large variable width types are supported in NumPy conversion
-<a href="https://github.com/apache/arrow/issues/35289";>GH-35289</a>.</li>
-<li>Biased/unbiased option are available in skew and kurtosis compute functions
-<a href="https://github.com/apache/arrow/issues/45733";>GH-45733</a>.</li>
-<li>Support for SAS token in the <code>AzureFileSystem</code> has been added
-<a href="https://github.com/apache/arrow/issues/45705";>GH-45705</a>.</li>
-<li>Interchange of  <code>decimal32</code>, <code>decimal64</code> and 
<code>decimal256</code> data type objects between
-Pandas and PyArrow is now supported <a 
href="https://github.com/apache/arrow/issues/45582";>GH-45582</a>,
-<a href="https://github.com/apache/arrow/issues/45570";>GH-45570</a>.</li>
-<li><code>pyarrow.ArrayStatistics</code>and  
<code>pyarrow.Array.statistics()</code> are added
-<a href="https://github.com/apache/arrow/issues/45457";>GH-45457</a>.</li>
-<li>Bindings for JSON streaming reader are added
-<a href="https://github.com/apache/arrow/issues/14932";>GH-14932</a>.</li>
-<li>Bindings for <code>MemoryPool::total_bytes_allocated</code> and 
<code>MemoryPool::num_allocations</code> are added.
-Also allocator-specific statistics can now be printed to stderr <a 
href="https://github.com/apache/arrow/issues/45358";>GH-45358</a>.</li>
-<li>A new <code>maps_as_pydicts</code>parameter is introduced to 
<code>to_pylist</code>, <code>to_pydict</code> and <code>as_py</code>
-methods enabling deserialization into Python dictionary instead of list of 
tuples
-<a href="https://github.com/apache/arrow/issues/39010";>GH-39010</a>.</li>
-</ul>
-<p>Other improvements:</p>
-<ul>
-<li>Source (sdist) and binary distribution (wheels) are now uploaded to GitHub 
Releases
-<a href="https://github.com/apache/arrow/issues/45920";>GH-45920</a>.</li>
-<li>Cython code has been cleaned up as we now require at least Cython 3.0
-<a href="https://github.com/apache/arrow/issues/45433";>GH-45433</a>.</li>
-<li>Building of free-threaded wheels on Windows is enabled
-<a href="https://github.com/apache/arrow/issues/44421";>GH-44421</a> .
-*Wheels for Alpine Linux are now provided <a 
href="https://github.com/apache/arrow/issues/18036";>GH-18036</a> .</li>
-</ul>
-<p>Relevant bug fixes:</p>
-<ul>
-<li>Pandas conversion roundtrip with bytes column names error is fixed
-<a href="https://github.com/apache/arrow/issues/44188";>GH-44188</a>.</li>
-<li>Exceptions are raised instead of showing segfaults when users try to 
instantiate internal Parquet
-metadata classes <a 
href="https://github.com/apache/arrow/issues/36628";>GH-36628</a>.</li>
-</ul>
-<h2>R Notes</h2>
-<ul>
-<li>Binary Arrays now inherit from <code>blob::blob</code> in addition to 
<code>arrow_binary</code> when
-<a 
href="https://arrow.apache.org/docs/r/articles/data_types.html#translations-from-arrow-to-r";>converted
 to R
-objects</a>.
-This change is the first step in eventually deprecating the 
<code>arrow_binary</code>
-class in favor of the <code>blob</code> class in the
-<a href="https://cran.r-project.org/package=blob";><code>blob</code></a> 
package (See
-<a href="https://github.com/apache/arrow/issues/45709";>GH-45709</a>).</li>
-</ul>
-<h2>Ruby and C GLib Notes</h2>
-<h3>Improvements</h3>
-<ul>
-<li><code>garrow_array_validate()</code> / <code>Arrow::Array#validate</code>: 
Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45328";>GH-45328</a></li>
-</ul>
-</li>
-<li><code>garrow_array_validate_full()</code> / 
<code>Arrow::Array#validate_full</code>: Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45342";>GH-45342</a></li>
-</ul>
-</li>
-<li><code>garrow_record_batch_validate()</code> / 
<code>Arrow::RecordBatch#validate</code>: Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45353";>GH-45353</a></li>
-</ul>
-</li>
-<li><code>garrow_record_batch_validate_full()</code> /
-<code>Arrow::RecordBatch#validate_full</code>: Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45386";>GH-45386</a></li>
-</ul>
-</li>
-<li><code>garrow_table_validate()</code> / <code>Arrow::Table#validate</code>: 
Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45414";>GH-45414</a></li>
-</ul>
-</li>
-<li><code>garrow_table_validate_full()</code> / 
<code>Arrow::Table#validate_full</code>: Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45468";>GH-45468</a></li>
-</ul>
-</li>
-<li><code>GArrowArrayStatistics()</code> / 
<code>Arrow::ArrayStatistics</code>: Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45490";>GH-45490</a></li>
-</ul>
-</li>
-<li>Changed to require Meson 0.61.2 or later.</li>
-<li><code>GArrowBinaryViewArray()</code> / 
<code>Arrow::BinaryViewArray</code>: Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45650";>GH-45650</a></li>
-</ul>
-</li>
-<li><code>GArrowStringViewArray()</code> / 
<code>Arrow::StringViewArray</code>: Added.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45711";>GH-45711</a></li>
-</ul>
-</li>
-<li>Added support for
-<a 
href="https://rubygems.org/gems/rubygems-requirements-system";>rubygems-requirements-system</a>
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45976";>GH-45976</a></li>
-</ul>
-</li>
-</ul>
-<h3>Incompatible changes</h3>
-<ul>
-<li><code>gparquet_arrow_file_writer_new_row_group()</code> /
-<code>Parquet:ArrowFileWriter#new_row_group</code>: Removed 
<code>chunk_size</code> argument.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45088";>GH-45088</a></li>
-</ul>
-</li>
-<li><code>garrow_record_batch_new()</code> / 
<code>Arrow::RecordBatch#initialize</code>:
-Stopped validating automatically. If you want to validate a created
-record batch, call <code>garrow_record_batch_validate()</code> /
-<code>Arrow::RecordBatch#validate</code> explicitly.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45353";>GH-45353</a></li>
-</ul>
-</li>
-<li><code>garrow_table_new()</code> / <code>Arrow::Table#initialize</code>: 
Stopped validating
-automatically. If you want to validate a created table, call
-<code>garrow_table_validate()</code> / <code>Arrow::Table#validate</code> 
explicitly.
-<ul>
-<li><a href="https://github.com/apache/arrow/issues/45414";>GH-45414</a></li>
-</ul>
-</li>
-</ul>
-<h2>Java, Go, and Rust Notes</h2>
-<p>The Java, Go, and Rust Go projects have moved to separate repositories 
outside
-the main Arrow <a href="https://github.com/apache/arrow";>monorepo</a>.</p>
-<ul>
-<li>For notes on the latest release of the <a 
href="https://github.com/apache/arrow-java";>Java
-implementation</a>, see the latest <a 
href="https://github.com/apache/arrow-java/releases";>Arrow
-Java changelog</a>.</li>
-<li>For notes on the latest release of the <a 
href="https://github.com/apache/arrow-rs";>Rust
-implementation</a> see the latest <a 
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>Arrow Rust
-changelog</a>.</li>
-<li>For notes on the latest release of the <a 
href="https://github.com/apache/arrow-go";>Go
-implementation</a>, see the latest <a 
href="https://github.com/apache/arrow-go/releases";>Arrow Go
-changelog</a>.</li>
-</ul>]]></content><author><name>pmc</name></author><category term="release" 
/><summary type="html"><![CDATA[The Apache Arrow team is pleased to announce 
the 20.0.0 release. This release covers over 2 months of development work and 
includes 259 resolved issues on 327 distinct commits from 63 distinct 
contributors. See the Install Page to learn how to get the libraries for your 
platform. The release notes below are not exhaustive and only expose selected 
highlights of the release. Many oth [...]
\ No newline at end of file
+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 18 release of the Apache Arrow ADBC libraries. This 
release includes 28 resolved issues from 22 distinct contributors. This is a 
release of the libraries, which are at version 18. The API specification is 
versioned separately and is at version 1.1.0. The subcomponents are ve [...]
\ No newline at end of file


Reply via email to