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/05/08 18:41:07 UTC

[arrow-adbc] annotated tag apache-arrow-adbc-0.4.0-rc0 updated (51926c7 -> 4e950bf)

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

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


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

    from 51926c7  (tag)
      to 4e950bf  (tag)
 tagging cdb8fba8faaaa6ca26647863224fb7fd9fc74097 (commit)
      by David Li
      on Mon May 8 14:40:54 2023 -0400

- Log -----------------------------------------------------------------
ADBC Libraries 0.4.0 RC 0
-----------------------------------------------------------------------

 discard 40c919f  chore: update versions for 0.4.0
 discard d21a913  chore: update CHANGELOG.md for 0.4.0
     add 888cc5f  fix(ruby): Free an imported reader in Statement#execute explicitly (#665)
     add 5b01ed2  ci: 0.4.0 release fixes (#662)
     add 3dc1ec0  chore: update CHANGELOG.md for 0.4.0
     add cdb8fba  chore: update versions for 0.4.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   (51926c7)
            \
             N -- N -- N   refs/tags/apache-arrow-adbc-0.4.0-rc0 (4e950bf)

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.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                               | 31 +++++++++++++++---------------
 c/driver/postgresql/postgres_copy_reader.h |  6 ++++--
 ci/linux-packages/debian/changelog         |  2 +-
 ci/scripts/glib_test.sh                    | 21 ++++++++++----------
 ci/scripts/python_util.sh                  | 11 +++++++++++
 ci/scripts/python_wheel_unix_build.sh      | 10 +++++++---
 glib/Gemfile                               | 16 ++++++++++++++-
 ruby/Gemfile                               |  1 -
 ruby/lib/adbc/connection.rb                | 18 ++++++++++-------
 ruby/lib/adbc/statement.rb                 | 12 ++++++++----
 ruby/red-adbc.gemspec                      |  8 +++++++-
 11 files changed, 91 insertions(+), 45 deletions(-)