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/api-0.257.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard a7e0c78a5 chore(go/adbc): Bump google.golang.org/api in /go/adbc
add 0e4651c3f fix(c/driver_manager): do not parse driver/URI if both are
set (#3790)
add 3b4e8cdbc fix(csharp): Expose internals for AdbcDrivers.Databricks
(#3788)
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 e40b7c72f chore(go/adbc): Bump google.golang.org/api 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 (a7e0c78a5)
\
N -- N -- N
refs/heads/dependabot/go_modules/go/adbc/google.golang.org/api-0.257.0
(e40b7c72f)
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 | 67 ++++++++---------
c/driver_manager/adbc_driver_manager_test.cc | 85 +++++++++++++++++++++-
csharp/Directory.Packages.props | 2 +-
csharp/src/Drivers/Apache/AssemblyInfo.cs | 2 +
.../Client/DuckDbClientTests.cs | 9 +--
.../Apache.Arrow.Adbc.Tests/ImportedDuckDbTests.cs | 9 +--
csharp/test/Drivers/Apache/AssemblyInfo.cs | 1 +
go/adbc/drivermgr/adbc_driver_manager.cc | 67 ++++++++---------
go/adbc/go.mod | 18 ++---
go/adbc/go.sum | 36 ++++-----
17 files changed, 200 insertions(+), 138 deletions(-)