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

github-bot pushed a change to branch 
dependabot/nuget/csharp/Google.Cloud.BigQuery.Storage.V1-3.19.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard 1ac78e392 chore(csharp): Bump Google.Cloud.BigQuery.Storage.V1 from 
3.17.0 to 3.19.0
     add e2eb4b0fd chore(csharp): Bump BenchmarkDotNet from 0.15.5 to 0.15.6 
(#3704)
     add f5201a32e chore(go/adbc): Bump the golang-org-x group in /go/adbc with 
2 updates (#3696)
     add 83d71dee7 chore(java): Bump org.junit:junit-bom from 5.13.4 to 5.14.1 
in /java (#3702)
     add b705d0e56 chore: bump versions for release 22 (#3692)
     add d159432eb chore: group Java linter updates together in Dependabot 
(#3709)
     add 34985ff32 chore(go/adbc): Bump google.golang.org/api from 0.254.0 to 
0.255.0 in /go/adbc (#3697)
     add 16f83f355 chore(java): Bump the linters group in /java with 4 updates 
(#3710)
     add 7271f3c5e test(rust): add regression tests for windows crates (#3695)
     add d411cabd9 fix(rust/driver/datafusion): using datafusion driver in 
async runtime (#3712)
     add 9a1df7631 fix(csharp/src/Drivers/Databricks): Make mandatory token 
exchange blocking and fix concurrent handling (#3715)
     add cf18bac8a chore(go/adbc): Bump github.com/snowflakedb/gosnowflake from 
1.17.0 to 1.17.1 in /go/adbc (#3698)
     add 35e1378b5 chore(csharp): Bump Microsoft.NET.Test.Sdk from 18.0.0 to 
18.0.1 (#3724)
     add 1889c4ec3 chore(csharp): Bump Google.Cloud.BigQuery.Storage.V1 from 
3.17.0 to 3.19.0

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   (1ac78e392)
            \
             N -- N -- N   
refs/heads/dependabot/nuget/csharp/Google.Cloud.BigQuery.Storage.V1-3.19.0 
(1889c4ec3)

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                             |  10 ++
 .github/workflows/native-unix.yml                  |  18 +--
 .github/workflows/rust.yml                         |   9 +-
 CHANGELOG.md                                       |  75 +++++++++++++
 c/cmake_modules/AdbcVersion.cmake                  |   2 +-
 c/driver/postgresql/meson.build                    |   4 +-
 c/meson.build                                      |   3 +-
 ci/conda/meta.yaml                                 |   2 +-
 ci/linux-packages/debian/control                   |  22 ++--
 ...install => libadbc-driver-flightsql110.install} |   0
 ...9.install => libadbc-driver-manager110.install} |   0
 ...nstall => libadbc-driver-postgresql110.install} |   0
 ...install => libadbc-driver-snowflake110.install} |   0
 ...09.install => libadbc-driver-sqlite110.install} |   0
 csharp/Directory.Build.props                       |   2 +-
 csharp/Directory.Packages.props                    |   4 +-
 .../MandatoryTokenExchangeDelegatingHandler.cs     | 125 ++++++++++-----------
 ...MandatoryTokenExchangeDelegatingHandlerTests.cs |  41 ++++---
 dev/release/versions.env                           |  18 +--
 docs/source/conf.py                                |   2 +-
 glib/meson.build                                   |   2 +-
 glib/tool/generate-version-header.py               |   1 +
 go/adbc/driver/snowflake/snowflake_database.go     |   4 +
 go/adbc/go.mod                                     |  10 +-
 go/adbc/go.sum                                     |  20 ++--
 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-mssqlserver/pom.xml    |   2 +-
 java/driver/jdbc-validation-postgresql/pom.xml     |   2 +-
 java/driver/jdbc/pom.xml                           |   2 +-
 java/driver/jni/pom.xml                            |   2 +-
 java/driver/validation/pom.xml                     |   2 +-
 java/pom.xml                                       |  10 +-
 java/sql/pom.xml                                   |   2 +-
 .../adbc_driver_bigquery/_static_version.py        |   2 +-
 .../adbc_driver_flightsql/_static_version.py       |   2 +-
 .../adbc_driver_manager/_static_version.py         |   2 +-
 .../adbc_driver_postgresql/_static_version.py      |   2 +-
 .../adbc_driver_snowflake/_static_version.py       |   2 +-
 .../adbc_driver_sqlite/_static_version.py          |   2 +-
 r/adbcbigquery/DESCRIPTION                         |   2 +-
 r/adbcdrivermanager/DESCRIPTION                    |   2 +-
 r/adbcflightsql/DESCRIPTION                        |   2 +-
 r/adbcpostgresql/DESCRIPTION                       |   2 +-
 r/adbcsnowflake/DESCRIPTION                        |   2 +-
 r/adbcsqlite/DESCRIPTION                           |   2 +-
 ruby/lib/adbc/version.rb                           |   2 +-
 rust/Cargo.lock                                    |  14 +--
 rust/Cargo.toml                                    |   8 +-
 rust/driver/datafusion/src/lib.rs                  |  59 +++++++---
 rust/driver/datafusion/tests/test_datafusion.rs    |  26 +++--
 rust/driver_manager/src/lib.rs                     |  26 ++++-
 55 files changed, 363 insertions(+), 202 deletions(-)
 rename ci/linux-packages/debian/{libadbc-driver-flightsql109.install => 
libadbc-driver-flightsql110.install} (100%)
 rename ci/linux-packages/debian/{libadbc-driver-manager109.install => 
libadbc-driver-manager110.install} (100%)
 rename ci/linux-packages/debian/{libadbc-driver-postgresql109.install => 
libadbc-driver-postgresql110.install} (100%)
 rename ci/linux-packages/debian/{libadbc-driver-snowflake109.install => 
libadbc-driver-snowflake110.install} (100%)
 rename ci/linux-packages/debian/{libadbc-driver-sqlite109.install => 
libadbc-driver-sqlite110.install} (100%)

Reply via email to