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

github-bot pushed a change to branch 
dependabot/go_modules/go/adbc/cloud.google.com/go/bigquery-1.74.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard b230c02d8 chore(go/adbc): Bump cloud.google.com/go/bigquery in /go/adbc
     add 733baf935 chore(rust): Bump toml from 1.0.3+spec-1.1.0 to 
1.0.6+spec-1.1.0 (#4066)
     add 043bb2212 chore(csharp): Bump Microsoft.SourceLink.GitHub from 
10.0.103 to 10.0.200 (#4069)
     add adea2d714 feat(python/adbc_driver_manager): allow 
``connect(profile="foo")`` (#4078)
     add 3115969be fix(c/driver_manager): test and fix bugs in profiles (#4080)
     add 59ccc45b0 feat(javascript): return Arrow Table by default in 
AdbcConnection (#4091)
     add 3dea32c99 feat(javascript): add npm publishing workflow and release 
scripts (#4076)
     add b1d1393d1 refactor(c/driver_manager): InternalAdbcUserConfigDir should 
return parent path (#4084)
     add da58c591e feat(c/driver_manager,rust/driver_manager): improve 
profile/manifest consistency (#4083)
     add 8829fe57f ci: fix Python verification (#4095)
     add b28821e25 chore(rust): Bump lz4_flex from 0.12.0 to 0.12.1 in /rust 
(#4096)
     add ccaf86198 ci: fix gemfury push for Node.js packages (#4097)
     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 081a62009 chore(go/adbc): Bump cloud.google.com/go/bigquery 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   (b230c02d8)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/go/adbc/cloud.google.com/go/bigquery-1.74.0 
(081a62009)

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/javascript.yml                   |   6 +-
 .github/workflows/native-unix.yml                  |   3 +
 .github/workflows/native-windows.yml               |  10 +-
 .github/workflows/nightly-verify.yml               |   2 +-
 .github/workflows/packaging.yml                    |  25 +-
 c/driver/framework/connection.h                    |   3 +-
 c/driver/sqlite/sqlite.cc                          |  79 ++-
 c/driver_manager/adbc_driver_manager.cc            | 131 +++-
 c/driver_manager/adbc_driver_manager_api.cc        |  58 +-
 .../adbc_driver_manager_driver_loading.cc          |  11 +-
 c/driver_manager/adbc_driver_manager_internal.h    |  10 +-
 c/driver_manager/adbc_driver_manager_profiles.cc   | 177 +++---
 c/driver_manager/adbc_driver_manager_test.cc       | 663 +++++++++++++++++----
 c/include/arrow-adbc/adbc_driver_manager.h         |   4 +-
 ci/docker/python-debug.sh                          |   1 +
 ci/scripts/cpp_build.sh                            |   2 +-
 ci/scripts/java_jni_build.sh                       |   2 +-
 ci/scripts/node_npm_upload.sh                      |  67 +++
 ci/scripts/python_venv_test.sh                     |  22 +
 ci/scripts/verify_ubuntu.sh                        |   2 +-
 csharp/Directory.Packages.props                    |   2 +-
 dev/release/02-sign.sh                             |   3 +
 dev/release/{post-08-rust.sh => post-09-npm.sh}    |  36 +-
 ...rtifacts.sh => post-10-remove-old-artifacts.sh} |   0
 .../{post-10-announce.sh => post-11-announce.sh}   |   0
 ...1-bump-versions.sh => post-12-bump-versions.sh} |   0
 .../{post-12-website.sh => post-13-website.sh}     |   0
 dev/release/utils-prepare.sh                       |  14 +
 dev/release/verify-release-candidate.ps1           |   1 +
 dev/release/verify-release-candidate.sh            |   1 +
 dev/release/versions.env                           |   1 +
 docs/source/development/releasing.rst              |  32 +-
 docs/source/format/connection_profiles.rst         |  41 +-
 go/adbc/drivermgr/adbc_driver_manager.cc           | 131 +++-
 go/adbc/drivermgr/adbc_driver_manager_api.cc       |  58 +-
 .../adbc_driver_manager_driver_loading.cc          |  11 +-
 go/adbc/drivermgr/adbc_driver_manager_internal.h   |  10 +-
 go/adbc/drivermgr/adbc_driver_manager_profiles.cc  | 177 +++---
 go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h |   4 +-
 go/adbc/go.mod                                     |  16 +-
 go/adbc/go.sum                                     |  48 +-
 java/driver/jdbc-validation-mssqlserver/pom.xml    |   2 +-
 javascript/.gitignore                              |   4 +
 javascript/Cargo.toml                              |   4 +-
 javascript/README.md                               |  50 +-
 javascript/__test__/bind.spec.ts                   |  37 +-
 javascript/__test__/error_handling.spec.ts         |  76 +++
 javascript/__test__/ingest.spec.ts                 | 101 ++++
 javascript/__test__/metadata.spec.ts               |  46 +-
 javascript/__test__/profile.spec.ts                |  11 +-
 javascript/__test__/query.spec.ts                  |  53 +-
 javascript/binding.js                              | 589 ------------------
 javascript/lib/index.ts                            |  76 ++-
 javascript/lib/types.ts                            |  98 ++-
 javascript/npm/darwin-arm64/package.json           |   4 +-
 javascript/npm/darwin-x64/package.json             |   4 +-
 javascript/npm/linux-arm64-gnu/package.json        |   4 +-
 javascript/npm/linux-x64-gnu/package.json          |   4 +-
 javascript/npm/win32-x64-msvc/package.json         |   4 +-
 javascript/package-lock.json                       |   4 +-
 javascript/package.json                            |  15 +-
 javascript/src/client.rs                           |  18 +-
 .../adbc_driver_manager/_lib.pyi                   |  19 +-
 .../adbc_driver_manager/_lib.pyx                   | 102 +++-
 .../adbc_driver_manager/dbapi.py                   |  18 +-
 python/adbc_driver_manager/pyproject.toml          |   4 +-
 python/adbc_driver_manager/tests/conftest.py       |  26 +
 python/adbc_driver_manager/tests/test_dbapi.py     |  12 +-
 python/adbc_driver_manager/tests/test_lowlevel.py  | 145 ++++-
 python/adbc_driver_manager/tests/test_profile.py   | 578 ++++++++++++++++++
 rust/Cargo.lock                                    |  28 +-
 rust/driver_manager/Cargo.toml                     |   4 +-
 rust/driver_manager/src/profile.rs                 | 159 ++++-
 rust/driver_manager/tests/connection_profile.rs    |  95 ++-
 rust/driver_manager/tests/test_env_var_profiles.rs |  28 +-
 76 files changed, 2951 insertions(+), 1337 deletions(-)
 create mode 100755 ci/scripts/node_npm_upload.sh
 copy dev/release/{post-08-rust.sh => post-09-npm.sh} (60%)
 rename dev/release/{post-09-remove-old-artifacts.sh => 
post-10-remove-old-artifacts.sh} (100%)
 rename dev/release/{post-10-announce.sh => post-11-announce.sh} (100%)
 rename dev/release/{post-11-bump-versions.sh => post-12-bump-versions.sh} 
(100%)
 rename dev/release/{post-12-website.sh => post-13-website.sh} (100%)
 create mode 100644 javascript/__test__/ingest.spec.ts
 delete mode 100644 javascript/binding.js
 create mode 100644 python/adbc_driver_manager/tests/test_profile.py

Reply via email to