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

github-bot pushed a change to branch 
dependabot/go_modules/google.golang.org/grpc-1.69.4
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


 discard c84f285  chore: Bump google.golang.org/grpc from 1.69.2 to 1.69.4
     add 1c5598e  fix(release): fix svn add command and add script to generate 
release notes (#249)
     add f533d20  fix(arrow/cdata): move headers into parent Go package (#251)
     add 55db6c0  chore: Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 
(#255)
     add 8cd41e3  chore: Bump github.com/substrait-io/substrait-go/v3 from 
3.3.0 to 3.4.0 (#253)
     add 799fd8b  chore: Bump google.golang.org/grpc from 1.69.2 to 1.69.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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   (c84f285)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/google.golang.org/grpc-1.69.4 (799fd8b)

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:
 arrow/cdata/{arrow/c => }/abi.h     |   0
 arrow/cdata/cdata.go                |   4 +-
 arrow/cdata/cdata_allocate.go       |   2 +-
 arrow/cdata/cdata_exports.go        |   4 +-
 arrow/cdata/cdata_fulltest.c        |   4 +-
 arrow/cdata/cdata_test_framework.go |   4 +-
 arrow/cdata/exports.go              |   4 +-
 arrow/cdata/{arrow/c => }/helpers.h |  42 +++++------
 arrow/cdata/import_allocator.go     |   2 +-
 arrow/cdata/trampoline.c            |   2 +-
 dev/release/post-website.sh         | 144 ++++++++++++++++++++++++++++++++++++
 dev/release/release.sh              |   2 +-
 go.mod                              |   7 +-
 go.sum                              |  14 ++--
 14 files changed, 191 insertions(+), 44 deletions(-)
 rename arrow/cdata/{arrow/c => }/abi.h (100%)
 rename arrow/cdata/{arrow/c => }/helpers.h (74%)
 create mode 100755 dev/release/post-website.sh

Reply via email to