From e4a559468517749df21b8f993732630880a9edba Mon Sep 17 00:00:00 2001
From: David Li
Date: Wed, 13 Nov 2024 11:40:58 +0900
Subject: [PATCH 1/8] [Website] Add release post for ADBC 15
---
_posts/2024-11-13-adbc-15-release.md | 94 ++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)
create mode 100644 _posts/2024-11-13-adbc-15-release.md
diff --git a/_posts/2024-11-13-adbc-15-release.md b/_posts/2024-11-13-adbc-15-release.md
new file mode 100644
index 000000000000..4549ce739c2b
--- /dev/null
+++ b/_posts/2024-11-13-adbc-15-release.md
@@ -0,0 +1,94 @@
+---
+layout: post
+title: "Apache Arrow ADBC 15 (Libraries) Release"
+date: "2024-11-13 00:00:00"
+author: pmc
+categories: [release]
+---
+
+
+The Apache Arrow team is pleased to announce the 15 release of
+the Apache Arrow ADBC libraries. This covers includes [**31
+resolved issues**][1] from [**13 distinct contributors**][2].
+
+This is a release of the **libraries**, which are at version
+15. 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.3.0
+- C#: 0.15.0
+- Java: 0.15.0
+- R: 0.15.0
+- Rust: 0.15.0
+
+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 [complete changelog][3].
+
+## Release Highlights
+
+- The BigQuery driver is now properly released to PyPI.
+- A basic driver for Apache DataFusion is now being developed.
+- The documentation now includes the Doxygen API reference for C/C++, which should give a better/more native experience than the previous Breathe-based documentation.
+- The Java libraries now use the latest arrow-java libraries, and as such require Java 11 or newer.
+- The PostgreSQL driver has basic support for Redshift, though it cannot use the COPY optimizations for PostgreSQL and as such will not be as fast.
+- The PostgreSQL driver can now handle ingesting Arrow list types.
+- The PostgreSQL driver will use the [Opaque canonical extension type][opaque] for unknown types, instead of just returning bytes with no further context.
+- We no longer build for Python 3.8. We now build for Python 3.13.
+- The Snowflake driver better handles catalog operations when not connected to a particular database.
+
+## Contributors
+
+```
+$ git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn apache-arrow-adbc-14..apache-arrow-adbc-15
+ 24 David Li
+ 15 Dewey Dunnington
+ 14 Bruce Irschick
+ 5 Curt Hagenlocher
+ 5 davidhcoe
+ 3 Laurent Goujon
+ 3 Matthijs Brobbel
+ 3 William Ayd
+ 3 eitsupi
+ 2 Matt Topol
+ 2 Tornike Gurgenidze
+ 2 qifanzhang-ms
+ 1 Sudhir Reddy Emmadi
+```
+
+## Roadmap
+
+
+
+## Getting Involved
+
+We welcome questions and contributions from all interested. Issues
+can be filed on [GitHub][4], and questions can be directed to GitHub
+or the [Arrow mailing lists][5].
+
+[1]: https://github.com/apache/arrow-adbc/milestone/19
+[2]: #contributors
+[3]: https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-15/CHANGELOG.md
+[4]: https://github.com/apache/arrow-adbc/issues
+[5]: {% link community.md %}
+
+[opaque]: https://arrow.apache.org/docs/format/CanonicalExtensions.html#opaque
From 1f66d00f19474c136725e3cfbee2d8250204722e Mon Sep 17 00:00:00 2001
From: David Li
Date: Wed, 13 Nov 2024 11:55:18 +0900
Subject: [PATCH 2/8] add roadmap
---
_posts/2024-11-13-adbc-15-release.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2024-11-13-adbc-15-release.md b/_posts/2024-11-13-adbc-15-release.md
index 4549ce739c2b..88d2b60ce96a 100644
--- a/_posts/2024-11-13-adbc-15-release.md
+++ b/_posts/2024-11-13-adbc-15-release.md
@@ -77,7 +77,7 @@ $ git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn apache-a
## Roadmap
-
+There is some discussion on a potential second revision of ADBC to include more missing functionality and asynchronous API support. For more, see the [milestone](https://github.com/apache/arrow-adbc/milestone/8); the proposed C Data Interface extensions have been accepted.
## Getting Involved
From 52776face31be1b85eabb93082352126af10b62c Mon Sep 17 00:00:00 2001
From: David Li
Date: Tue, 12 Nov 2024 23:14:17 -0500
Subject: [PATCH 3/8] Update _posts/2024-11-13-adbc-15-release.md
Co-authored-by: Bryce Mecum
---
_posts/2024-11-13-adbc-15-release.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_posts/2024-11-13-adbc-15-release.md b/_posts/2024-11-13-adbc-15-release.md
index 88d2b60ce96a..41eaeabd41bf 100644
--- a/_posts/2024-11-13-adbc-15-release.md
+++ b/_posts/2024-11-13-adbc-15-release.md
@@ -24,8 +24,8 @@ limitations under the License.
{% endcomment %}
-->
-The Apache Arrow team is pleased to announce the 15 release of
-the Apache Arrow ADBC libraries. This covers includes [**31
+The Apache Arrow team is pleased to announce the version 15 release
+of the Apache Arrow ADBC libraries. This release includes [**31
resolved issues**][1] from [**13 distinct contributors**][2].
This is a release of the **libraries**, which are at version
From f9857c6d4d0efabf972f30ac0c6985387339c7cc Mon Sep 17 00:00:00 2001
From: David Li
Date: Tue, 12 Nov 2024 23:17:08 -0500
Subject: [PATCH 4/8] Update _posts/2024-11-13-adbc-15-release.md
Co-authored-by: Bryce Mecum
---
_posts/2024-11-13-adbc-15-release.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_posts/2024-11-13-adbc-15-release.md b/_posts/2024-11-13-adbc-15-release.md
index 41eaeabd41bf..38b1a2e9705f 100644
--- a/_posts/2024-11-13-adbc-15-release.md
+++ b/_posts/2024-11-13-adbc-15-release.md
@@ -29,8 +29,8 @@ of the Apache Arrow ADBC libraries. This release includes [**31
resolved issues**][1] from [**13 distinct contributors**][2].
This is a release of the **libraries**, which are at version
-15. The **API specification** is versioned separately and is
-at version 1.1.0.
+15. The [**API specification**](specification) is versioned
+separately and is at version 1.1.0.
The subcomponents are versioned independently:
From 61de41dd606d64945010265b8dbc91bedcfbdced Mon Sep 17 00:00:00 2001
From: David Li
Date: Tue, 12 Nov 2024 23:17:14 -0500
Subject: [PATCH 5/8] Update _posts/2024-11-13-adbc-15-release.md
Co-authored-by: Bryce Mecum
---
_posts/2024-11-13-adbc-15-release.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/_posts/2024-11-13-adbc-15-release.md b/_posts/2024-11-13-adbc-15-release.md
index 38b1a2e9705f..ba53f011ec9d 100644
--- a/_posts/2024-11-13-adbc-15-release.md
+++ b/_posts/2024-11-13-adbc-15-release.md
@@ -92,3 +92,4 @@ or the [Arrow mailing lists][5].
[5]: {% link community.md %}
[opaque]: https://arrow.apache.org/docs/format/CanonicalExtensions.html#opaque
+[specification]: https://arrow.apache.org/adbc/current/format/specification.html
From 1e5fd83fe16de4dbf944aa16b4a07dcd9b53f005 Mon Sep 17 00:00:00 2001
From: David Li
Date: Tue, 12 Nov 2024 23:17:49 -0500
Subject: [PATCH 6/8] Update _posts/2024-11-13-adbc-15-release.md
---
_posts/2024-11-13-adbc-15-release.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2024-11-13-adbc-15-release.md b/_posts/2024-11-13-adbc-15-release.md
index ba53f011ec9d..ee33e604730e 100644
--- a/_posts/2024-11-13-adbc-15-release.md
+++ b/_posts/2024-11-13-adbc-15-release.md
@@ -29,7 +29,7 @@ of the Apache Arrow ADBC libraries. This release includes [**31
resolved issues**][1] from [**13 distinct contributors**][2].
This is a release of the **libraries**, which are at version
-15. The [**API specification**](specification) is versioned
+15. The [**API specification**][specification] is versioned
separately and is at version 1.1.0.
The subcomponents are versioned independently:
From c29bf3ddc373985f63097cac2698a55c9e837a67 Mon Sep 17 00:00:00 2001
From: David Li
Date: Tue, 12 Nov 2024 23:17:53 -0500
Subject: [PATCH 7/8] Update _posts/2024-11-13-adbc-15-release.md
---
_posts/2024-11-13-adbc-15-release.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2024-11-13-adbc-15-release.md b/_posts/2024-11-13-adbc-15-release.md
index ee33e604730e..a8072d491cc7 100644
--- a/_posts/2024-11-13-adbc-15-release.md
+++ b/_posts/2024-11-13-adbc-15-release.md
@@ -92,4 +92,4 @@ or the [Arrow mailing lists][5].
[5]: {% link community.md %}
[opaque]: https://arrow.apache.org/docs/format/CanonicalExtensions.html#opaque
-[specification]: https://arrow.apache.org/adbc/current/format/specification.html
+[specification]: https://arrow.apache.org/adbc/15/format/specification.html
From be8abb683f946123abe5125aa7bb4c7d80467f31 Mon Sep 17 00:00:00 2001
From: David Li
Date: Tue, 12 Nov 2024 23:26:10 -0500
Subject: [PATCH 8/8] Update _posts/2024-11-13-adbc-15-release.md
Co-authored-by: Bryce Mecum
---
_posts/2024-11-13-adbc-15-release.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/_posts/2024-11-13-adbc-15-release.md b/_posts/2024-11-13-adbc-15-release.md
index a8072d491cc7..d1bcf19d4090 100644
--- a/_posts/2024-11-13-adbc-15-release.md
+++ b/_posts/2024-11-13-adbc-15-release.md
@@ -46,7 +46,8 @@ been made: we refer you to the [complete changelog][3].
## Release Highlights
-- The BigQuery driver is now properly released to PyPI.
+- The BigQuery driver is now properly released to PyPI. See
+ [adbc-driver-bigquery](https://pypi.org/project/adbc-driver-bigquery/).```
- A basic driver for Apache DataFusion is now being developed.
- The documentation now includes the Doxygen API reference for C/C++, which should give a better/more native experience than the previous Breathe-based documentation.
- The Java libraries now use the latest arrow-java libraries, and as such require Java 11 or newer.