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

github-bot pushed a change to branch dependabot/cargo/rust/libloading-0.9.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard 3d430b90d chore(rust): Bump libloading from 0.8.9 to 0.9.0 in /rust
     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 99fedc9b6 feat(csharp): rename .Tests to .Testing; add NuGet for other 
packages (#3729)
     add d38500446 chore: Bump ruby/setup-ruby from 1.267.0 to 1.268.0 (#3719)
     add 771cc23ed chore(go/adbc): Bump golang.org/x/tools from 0.38.0 to 
0.39.0 (#3717)
     add 09763365b chore(go/adbc): Bump google.golang.org/api from 0.255.0 to 
0.256.0 in /go/adbc (#3718)
     add 2519191fb feat: load driver from uri (#3694)
     add b04acdc57 fix(go/adbc/sqldriver): properly close resources (#3731)
     add c79910901 chore(go/adbc): Bump modernc.org/sqlite from 1.40.0 to 
1.40.1 in /go/adbc (#3720)
     add 78c418f5f chore(go/adbc): Bump golang.org/x/crypto from 0.44.0 to 
0.45.0 in /go/adbc (#3733)
     add ae16515e2 chore(java): Bump com.google.protobuf:protobuf-java from 
4.33.0 to 4.33.1 in /java (#3721)
     add 8534a2146 chore(java): Bump com.microsoft.sqlserver:mssql-jdbc from 
13.2.1.jre11 to 13.3.0.jre11-preview in /java (#3722)
     add ca37f6c95 chore(csharp): Bump Azure.Identity from 1.14.2 to 1.17.1 
(#3738)
     add e06b900ef chore(java): Bump 
com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 in /java (#3744)
     add 3078bb6ee chore(go/adbc): Bump google.golang.org/grpc from 1.76.0 to 
1.77.0 in /go/adbc (#3737)
     add fdf92e044 feat(c/driver/postgresql): add transaction isolation level 
support (#3760)
     add 2a6178f15 chore(java): Bump the linters group in /java with 2 updates 
(#3764)
     add e969b5a3a chore(csharp): Bump BenchmarkDotNet from 0.15.6 to 0.15.8 
(#3761)
     add 87c49e937 fix(csharp/src/Drivers/Databricks): Implement FIFO memory 
acquisition to prevent starvation in CloudFetch (#3756)
     add 7cb8c0ba8 feat(csharp/src/Drivers): Enable setting 
BatchSizeStopCondition, MaxMessageSize & MaxFrameSize (#3684)
     add c447a1c62 build(go): bump to go1.25.5 (#3769)
     add 9d6a899c2 test(glib): update PostgreSQL isolation level test to use 
supported values (#3770)
     add 2fb3af4c1 chore(go): use HEAD arrow-go to avoid polars interop crash 
(#3758)
     add 2fa4f1277 chore(rust/driver/datafusion): bump datafusion to 51.0.0 
(#3772)
     add 1ee590810 chore(rust): Bump libloading from 0.8.9 to 0.9.0 in /rust

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   (3d430b90d)
            \
             N -- N -- N   refs/heads/dependabot/cargo/rust/libloading-0.9.0 
(1ee590810)

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:
 .env                                               |   2 +-
 .github/dependabot.yml                             |  10 +
 .github/workflows/native-unix.yml                  |  18 +-
 .github/workflows/packaging.yml                    |   2 +-
 .github/workflows/rust.yml                         |   9 +-
 .pre-commit-config.yaml                            |   2 +-
 CHANGELOG.md                                       |  75 +++
 c/cmake_modules/AdbcVersion.cmake                  |   2 +-
 c/driver/postgresql/connection.cc                  |  27 +
 c/driver/postgresql/meson.build                    |   4 +-
 c/driver/postgresql/postgresql_test.cc             |  27 +
 c/driver_manager/adbc_driver_manager.cc            |  66 ++-
 c/driver_manager/adbc_driver_manager_test.cc       |  80 +++
 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/Apache.Arrow.Adbc.sln                       |   2 +-
 csharp/Benchmarks/Benchmarks.csproj                |   2 +-
 csharp/Directory.Build.props                       |   2 +-
 csharp/Directory.Packages.props                    |   6 +-
 csharp/src/Client/Properties/AssemblyInfo.cs       |   2 +-
 csharp/src/Drivers/Apache/ApacheParameters.cs      |   1 +
 .../Drivers/Apache/Hive2/HiveServer2Connection.cs  |  20 +
 .../Apache/Hive2/HiveServer2ExtendedConnection.cs  |   3 +-
 .../Apache/Hive2/HiveServer2HttpConnection.cs      |   2 +-
 .../Drivers/Apache/Hive2/HiveServer2Parameters.cs  |   6 +
 .../src/Drivers/Apache/Hive2/HiveServer2Reader.cs  |   8 +-
 .../Apache/Hive2/HiveServer2StandardConnection.cs  |  11 +-
 .../Drivers/Apache/Hive2/HiveServer2Statement.cs   |   8 +
 .../Drivers/Apache/Hive2/IHiveServer2Statement.cs  |   5 +
 csharp/src/Drivers/Apache/Hive2/README.md          |   1 +
 .../Drivers/Apache/Impala/ImpalaHttpConnection.cs  |   2 +-
 .../Apache/Impala/ImpalaStandardConnection.cs      |  10 +-
 csharp/src/Drivers/Apache/Impala/README.md         |   1 +
 .../Drivers/Apache/Spark/SparkHttpConnection.cs    |   2 +-
 .../Apache/Spark/SparkStandardConnection.cs        |  10 +-
 .../MandatoryTokenExchangeDelegatingHandler.cs     | 125 +++--
 .../Reader/CloudFetch/CloudFetchDownloadManager.cs |   2 +-
 .../Reader/CloudFetch/CloudFetchDownloader.cs      |   7 +-
 ...sts.csproj => Apache.Arrow.Adbc.Testing.csproj} |   0
 .../Apache.Arrow.Adbc.Tests.Drivers.Apache.csproj  |   2 +-
 ...Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj |   6 +-
 ...ache.Arrow.Adbc.Tests.Drivers.Databricks.csproj |   2 +-
 .../E2E/CloudFetch/CloudFetchDownloaderTest.cs     | 153 ++++++
 ...MandatoryTokenExchangeDelegatingHandlerTests.cs |  41 +-
 ...pache.Arrow.Adbc.Tests.Drivers.FlightSql.csproj |   2 +-
 ...row.Adbc.Tests.Drivers.Interop.FlightSql.csproj |   2 +-
 ...row.Adbc.Tests.Drivers.Interop.Snowflake.csproj |   2 +-
 dev/release/post-07-csharp.sh                      |   4 +-
 dev/release/versions.env                           |  18 +-
 docs/source/conf.py                                |   2 +-
 glib/meson.build                                   |   2 +-
 glib/test/test-connection.rb                       |  10 +-
 glib/tool/generate-version-header.py               |   1 +
 go/adbc/driver/snowflake/snowflake_database.go     |   4 +
 go/adbc/drivermgr/adbc_driver_manager.cc           |  66 ++-
 go/adbc/go.mod                                     |  46 +-
 go/adbc/go.sum                                     | 116 ++--
 go/adbc/sqldriver/driver.go                        |  12 +-
 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                     |   4 +-
 java/driver/jdbc-validation-derby/pom.xml          |   2 +-
 java/driver/jdbc-validation-mssqlserver/pom.xml    |   4 +-
 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                                       |  12 +-
 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 +-
 python/adbc_driver_manager/tests/test_manifest.py  |  21 +
 .../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                                    | 610 +++++++++++----------
 rust/Cargo.toml                                    |   8 +-
 rust/driver/datafusion/Cargo.toml                  |  16 +-
 rust/driver/datafusion/src/lib.rs                  |  59 +-
 rust/driver/datafusion/tests/test_datafusion.rs    |  26 +-
 rust/driver_manager/src/lib.rs                     | 150 ++++-
 rust/driver_manager/tests/driver_manager_sqlite.rs |  15 +-
 97 files changed, 1436 insertions(+), 613 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%)
 rename csharp/test/Apache.Arrow.Adbc.Tests/{Apache.Arrow.Adbc.Tests.csproj => 
Apache.Arrow.Adbc.Testing.csproj} (100%)

Reply via email to