This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/go/adbc/google.golang.org/protobuf-1.36.11
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
omit 5ac73af05 chore(go/adbc): Bump google.golang.org/protobuf in /go/adbc
add d5983ce5e fix(c/driver_manager): incorrect buffer length check in
AdbcDatabaseGetOption (#3797)
add 13fc1f2d1 chore: Bump actions/cache from 4 to 5 (#3801)
add 0e1040c03 chore(go/adbc): Bump github.com/apache/arrow-go/v18 to
18.5.0 in /go/adbc (#3804)
add f43a6ef49 chore: Bump ruby/setup-ruby from 1.269.0 to 1.270.0 (#3803)
add ee5606971 chore(csharp): Update DuckDB (#3811)
add f51e62332 ci: bundle all action updates together (#3809)
add 9cdcf93f2 chore(go/adbc): Bump golang.org/x/tools from 0.39.0 to
0.40.0 in /go/adbc in the golang-org-x group (#3812)
add fb2c66585 chore(go/adbc): Bump google.golang.org/protobuf in /go/adbc
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 (5ac73af05)
\
N -- N -- N
refs/heads/dependabot/go_modules/go/adbc/google.golang.org/protobuf-1.36.11
(fb2c66585)
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:
.github/dependabot.yml | 4 ++
.github/workflows/dev.yml | 2 +-
.github/workflows/dev_adbc.yml | 2 +-
.github/workflows/integration.yml | 8 ++--
.github/workflows/native-unix.yml | 14 +++----
.github/workflows/native-windows.yml | 8 ++--
.github/workflows/packaging.yml | 4 +-
c/driver_manager/adbc_driver_manager.cc | 4 +-
c/driver_manager/adbc_driver_manager_test.cc | 47 ++++++++++++++++++++++
csharp/Directory.Packages.props | 2 +-
.../Client/DuckDbClientTests.cs | 9 +----
.../Apache.Arrow.Adbc.Tests/ImportedDuckDbTests.cs | 9 +----
go/adbc/drivermgr/adbc_driver_manager.cc | 4 +-
go/adbc/go.mod | 18 ++++-----
go/adbc/go.sum | 36 ++++++++---------
15 files changed, 104 insertions(+), 67 deletions(-)