You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/06/22 21:56:40 UTC

[arrow-adbc] annotated tag apache-arrow-adbc-0.1.0-rc0 updated (cf9ae35b -> 4019d328)

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

lidavidm pushed a change to annotated tag apache-arrow-adbc-0.1.0-rc0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


*** WARNING: tag apache-arrow-adbc-0.1.0-rc0 was modified! ***

    from cf9ae35b (tag)
      to 4019d328 (tag)
 tagging f35091ec7932b81c524992909afffc9fe18cb65a (commit)
      by David Li
      on Fri Dec 23 22:08:48 2022 -0500

- Log -----------------------------------------------------------------
ADBC Libraries 0.1.0 RC 0
-----------------------------------------------------------------------

    omit e80bb358 chore: update versions for 0.1.0
    omit 7a54291f chore: update CHANGELOG.md for 0.1.0
    omit c2831c2a chore(dev/release): fix unbound variable in 02-source.sh (#264)
    omit fcf871fd chore: add support for releasing Linux packages (#261)
     new b159a4ea chore: update CHANGELOG.md for 0.1.0
     new f35091ec chore: update versions for 0.1.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cf9ae35b)
            \
             N -- N -- N   refs/tags/apache-arrow-adbc-0.1.0-rc0 (4019d328)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/packaging.yml                    |  9 ---
 ci/linux-packages/Rakefile                         | 24 ++++++-
 dev/release/02-source.sh                           | 16 +----
 .../{06-binary-verify.sh => 05-binary-verify.sh}   |  0
 dev/release/05-linux-upload.sh                     | 73 ----------------------
 dev/release/post-05-linux.sh                       | 55 ----------------
 ...rtifacts.sh => post-05-remove-old-artifacts.sh} |  0
 ...7-bump-versions.sh => post-06-bump-versions.sh} |  0
 dev/release/verify-release-candidate.sh            | 41 ------------
 docs/source/development/releasing.rst              | 32 +++-------
 10 files changed, 32 insertions(+), 218 deletions(-)
 rename dev/release/{06-binary-verify.sh => 05-binary-verify.sh} (100%)
 delete mode 100755 dev/release/05-linux-upload.sh
 delete mode 100755 dev/release/post-05-linux.sh
 rename dev/release/{post-06-remove-old-artifacts.sh => post-05-remove-old-artifacts.sh} (100%)
 rename dev/release/{post-07-bump-versions.sh => post-06-bump-versions.sh} (100%)


[arrow-adbc] 02/02: chore: update versions for 0.1.0

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to annotated tag apache-arrow-adbc-0.1.0-rc0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git

commit f35091ec7932b81c524992909afffc9fe18cb65a
Author: David Li <li...@gmail.com>
AuthorDate: Fri Dec 23 22:08:48 2022 -0500

    chore: update versions for 0.1.0
---
 c/cmake_modules/AdbcVersion.cmake              | 2 +-
 docs/source/conf.py                            | 2 +-
 glib/meson.build                               | 2 +-
 java/core/pom.xml                              | 2 +-
 java/driver-manager/pom.xml                    | 2 +-
 java/driver/flight-sql-validation/pom.xml      | 2 +-
 java/driver/flight-sql/pom.xml                 | 2 +-
 java/driver/jdbc-validation-derby/pom.xml      | 2 +-
 java/driver/jdbc-validation-postgresql/pom.xml | 2 +-
 java/driver/jdbc/pom.xml                       | 2 +-
 java/driver/validation/pom.xml                 | 2 +-
 java/pom.xml                                   | 4 ++--
 java/sql/pom.xml                               | 2 +-
 ruby/lib/adbc/version.rb                       | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/c/cmake_modules/AdbcVersion.cmake b/c/cmake_modules/AdbcVersion.cmake
index c27100dd..afada9f7 100644
--- a/c/cmake_modules/AdbcVersion.cmake
+++ b/c/cmake_modules/AdbcVersion.cmake
@@ -21,7 +21,7 @@
 # ------------------------------------------------------------
 # Version definitions
 
-set(ADBC_VERSION "1.0.0-SNAPSHOT")
+set(ADBC_VERSION "0.1.0")
 string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" ADBC_BASE_VERSION "${ADBC_VERSION}")
 string(REPLACE "." ";" _adbc_version_list "${ADBC_BASE_VERSION}")
 list(GET _adbc_version_list 0 ADBC_VERSION_MAJOR)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6b20adaa..63c709d9 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -21,7 +21,7 @@
 project = "ADBC"
 copyright = "2022, Apache Arrow Developers"
 author = "the Apache Arrow Developers"
-release = "0.1.0 (dev)"
+release = "0.1.0"
 # Needed to generate version switcher
 version = release
 
diff --git a/glib/meson.build b/glib/meson.build
index 3f7e88b8..d4ee32a3 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -23,7 +23,7 @@ project('adbc-glib',
           'c_std=c99',
         ],
         license: 'Apache-2.0',
-        version: '1.0.0')
+        release = '0.1.0')
 
 version_numbers = meson.project_version().split('.')
 version_major = version_numbers[0].to_int()
diff --git a/java/core/pom.xml b/java/core/pom.xml
index 883ec8c3..78f72f95 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <artifactId>adbc-core</artifactId>
diff --git a/java/driver-manager/pom.xml b/java/driver-manager/pom.xml
index df880363..88f1cc3f 100644
--- a/java/driver-manager/pom.xml
+++ b/java/driver-manager/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <artifactId>adbc-driver-manager</artifactId>
diff --git a/java/driver/flight-sql-validation/pom.xml b/java/driver/flight-sql-validation/pom.xml
index 419e89fc..39f58846 100644
--- a/java/driver/flight-sql-validation/pom.xml
+++ b/java/driver/flight-sql-validation/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/flight-sql/pom.xml b/java/driver/flight-sql/pom.xml
index dffbe58a..80a20347 100644
--- a/java/driver/flight-sql/pom.xml
+++ b/java/driver/flight-sql/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/jdbc-validation-derby/pom.xml b/java/driver/jdbc-validation-derby/pom.xml
index 3c7ef8ba..49123b2b 100644
--- a/java/driver/jdbc-validation-derby/pom.xml
+++ b/java/driver/jdbc-validation-derby/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/jdbc-validation-postgresql/pom.xml b/java/driver/jdbc-validation-postgresql/pom.xml
index 087f6377..a5f0c81e 100644
--- a/java/driver/jdbc-validation-postgresql/pom.xml
+++ b/java/driver/jdbc-validation-postgresql/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/jdbc/pom.xml b/java/driver/jdbc/pom.xml
index 8a3d1c17..6e69e2dc 100644
--- a/java/driver/jdbc/pom.xml
+++ b/java/driver/jdbc/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/validation/pom.xml b/java/driver/validation/pom.xml
index f1154651..dda48e8f 100644
--- a/java/driver/validation/pom.xml
+++ b/java/driver/validation/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index a205735d..38bfbd43 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.arrow.adbc</groupId>
   <artifactId>arrow-adbc-java-root</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Arrow ADBC Java Root POM</name>
@@ -29,7 +29,7 @@
 
   <properties>
     <dep.arrow.version>10.0.0</dep.arrow.version>
-    <adbc.version>1.0.0-SNAPSHOT</adbc.version>
+    <adbc.version>0.1.0</adbc.version>
   </properties>
 
   <scm>
diff --git a/java/sql/pom.xml b/java/sql/pom.xml
index f3606582..a887a842 100644
--- a/java/sql/pom.xml
+++ b/java/sql/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <artifactId>adbc-sql</artifactId>
diff --git a/ruby/lib/adbc/version.rb b/ruby/lib/adbc/version.rb
index d9dbcc3d..97421e50 100644
--- a/ruby/lib/adbc/version.rb
+++ b/ruby/lib/adbc/version.rb
@@ -16,7 +16,7 @@
 # under the License.
 
 module ADBC
-  VERSION = "1.0.0"
+  VERSION = "0.1.0"
 
   module Version
     MAJOR, MINOR, MICRO = VERSION.split(".").collect(&:to_i)


[arrow-adbc] 01/02: chore: update CHANGELOG.md for 0.1.0

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to annotated tag apache-arrow-adbc-0.1.0-rc0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git

commit b159a4eaa2af4036321c41c9ede1e702cce805f6
Author: David Li <li...@gmail.com>
AuthorDate: Fri Dec 23 22:08:46 2022 -0500

    chore: update CHANGELOG.md for 0.1.0
---
 CHANGELOG.md | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7d2ff53..7e0b0a2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,3 +18,34 @@
 -->
 
 # ADBC Changelog
+
+## ADBC Libraries 0.1.0 RC 0 (2022-12-23)
+
+### Fix
+
+- **python**: make package names consistent (#258)
+- **c/driver_manager**: accept connection options pre-Init (#230)
+- **c/driver_manager,c/driver/postgres**: fix version inference from Git tags (#184)
+- **c/driver/postgres**: fix duplicate symbols; add note about PKG_CONFIG_PATH (#169)
+- **c/driver/postgres**: fix wheel builds (#161)
+- **c/validation**: validate metadata more fully (#142)
+- **c/validation**: free schema in partitioning test (#141)
+- **c/validation**: cast to avoid MSVC warning (#135)
+
+### Feat
+
+- **c/driver_manager**: allow Arrow data as parameters in DBAPI layer (#245)
+- **c/driver/postgres,c/driver/sqlite**: add pkg-config/CMake definitions (#231)
+- **c/driver/sqlite**: add Python SQLite driver bindings (#201)
+- **c/driver/sqlite**: port SQLite driver to nanoarrow (#196)
+- **c/driver_manager**: expose ADBC functionality in DBAPI layer (#143)
+- **c/driver_manager**: don't require ConnectionGetInfo (#150)
+
+### Refactor
+
+- **python**: allow overriding package version (#236)
+- **c**: build Googletest if needed (#199)
+- **c/driver_manager**: remove unnecessary libarrow dependency (#194)
+- **c**: derive version components from base version (#178)
+- **java/driver/jdbc**: use upstream JDBC utilities (#167)
+- **c/validation**: split out test utilities (#151)