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

github-bot pushed a change to branch 
dependabot/nuget/csharp/DuckDB.NET.Bindings.Full-1.5.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard 139c85b9f chore(csharp): Bump DuckDB.NET.Bindings.Full from 1.4.4 to 
1.5.0
     add d8bd708e0 ci: build windows artifacts in release mode in packaging 
workflow (#4099)
     add 21c054924 chore: Bump the actions group with 2 updates (#4109)
     add ab9be7935 feat(python/adbc_driver_manager): allow more types in init 
(#4088)
     add 4096719cb feat: add convenience API for bulk ingest (#4116)
     add 75ca3d617 test(c/driver_manager): fully test driver/uri/profile 
combinations (#4092)
     add 79887f015 chore(rust): Bump toml from 1.0.6+spec-1.1.0 to 
1.0.7+spec-1.1.0 in /rust (#4107)
     add b7f5ddfc2 chore(rust): Bump tempfile from 3.26.0 to 3.27.0 in /rust 
(#4106)
     add aca2827d4 chore(go/adbc): Bump modernc.org/sqlite from 1.46.1 to 
1.47.0 in /go/adbc (#4105)
     add 72a8a6185 chore(java): Bump com.microsoft.sqlserver:mssql-jdbc from 
13.3.2.jre11-preview to 13.4.0.jre11 in /java (#4103)
     add 9df48b334 chore(go/adbc): Bump github.com/apache/arrow-go/v18 from 
18.5.1 to 18.5.2 (#4102)
     add ac7206ec1 chore(csharp): Bump coverlet.collector from 8.0.0 to 8.0.1 
(#4111)
     add 4ddb0de4c chore(csharp): Bump Microsoft.SourceLink.GitHub from 
10.0.200 to 10.0.201 (#4113)
     add f8a4da2eb chore(csharp): Bump DuckDB.NET.Bindings.Full from 1.4.4 to 
1.5.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   (139c85b9f)
            \
             N -- N -- N   
refs/heads/dependabot/nuget/csharp/DuckDB.NET.Bindings.Full-1.5.0 (f8a4da2eb)

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/workflows/integration.yml                  |   2 +-
 .github/workflows/packaging.yml                    |   4 +-
 c/driver/sqlite/sqlite.cc                          |  30 +-
 c/driver_manager/adbc_driver_manager.cc            | 123 ++++-
 c/driver_manager/adbc_driver_manager_api.cc        |  58 +--
 c/driver_manager/adbc_driver_manager_internal.h    |   6 +
 c/driver_manager/adbc_driver_manager_test.cc       | 541 ++++++++++++++++++---
 ci/scripts/cpp_build.sh                            |   2 +-
 ci/scripts/java_jni_build.sh                       |   2 +-
 csharp/Directory.Packages.props                    |   4 +-
 docs/source/format/connection_profiles.rst         |   7 +
 go/adbc/drivermgr/adbc_driver_manager.cc           | 123 ++++-
 go/adbc/drivermgr/adbc_driver_manager_api.cc       |  58 +--
 go/adbc/drivermgr/adbc_driver_manager_internal.h   |   6 +
 go/adbc/go.mod                                     |  16 +-
 go/adbc/go.sum                                     |  48 +-
 java/driver/jdbc-validation-mssqlserver/pom.xml    |   2 +-
 javascript/__test__/bind.spec.ts                   |  37 +-
 javascript/__test__/ingest.spec.ts                 | 101 ++++
 javascript/lib/index.ts                            |  48 +-
 javascript/lib/types.ts                            |  56 ++-
 javascript/src/client.rs                           |  18 +-
 .../adbc_driver_manager/_lib.pyi                   |  19 +-
 .../adbc_driver_manager/_lib.pyx                   | 102 +++-
 python/adbc_driver_manager/tests/test_lowlevel.py  | 145 +++++-
 python/adbc_driver_manager/tests/test_profile.py   |  81 ++-
 rust/Cargo.lock                                    |  24 +-
 rust/driver_manager/Cargo.toml                     |   4 +-
 28 files changed, 1323 insertions(+), 344 deletions(-)
 create mode 100644 javascript/__test__/ingest.spec.ts

Reply via email to