This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch send_messages_confirmation
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit 05ea16a64 Merge branch 'master' into send_messages_confirmation
omit eaffb0247 chore(repo): bump sdk, common, binary_protocol, server-ng,
node, python
omit 3b65df37a docs(sdk): state plainly that the legacy server sends no
confirmation
omit 3abe29155 ci(repo): lint foreign Rust crates and fix the
license-header scan
omit b3bbf49f4 test(integration): assert the legacy server reports no
confirmations
omit 3ffaa1456 fix(sdk): drop the fabricated send confirmation from foreign
clients
omit 4864bf0e0 fix(server-ng): stop confirming sends that never committed
omit fb1473a6c feat(server-ng): confirm committed sends with partition and
offset
add 3bc814dd7 fix(ci): use portable fallbacks for bash-4 builtins and GNU
sed in hook scripts (#3694)
add 935a7c2ba chore(deps): Bump the github-actions group with 2 updates
(#3817)
add 46d45b517 chore(deps): Bump the java group across 3 directories with 5
updates (#3816)
add f1699be1b feat(server-ng): confirm committed sends with partition and
offset
add 0f2de12a6 fix(server-ng): stop confirming sends that never committed
add cbea561b7 fix(sdk): drop the fabricated send confirmation from foreign
clients
add 894e45e30 test(integration): assert the legacy server reports no
confirmations
add 98a44a85c ci(repo): lint foreign Rust crates and fix the
license-header scan
add 134d14a04 docs(sdk): state plainly that the legacy server sends no
confirmation
add 9eb36c4fa chore(repo): bump core crates, connectors, node and python
SDKs
add 69ef1fe17 fix(js): sync Node protocol version with binary_protocol 0.11
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 (05ea16a64)
\
N -- N -- N refs/heads/send_messages_confirmation (69ef1fe17)
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/_common.yml | 2 +-
.github/workflows/coverage-baseline.yml | 4 +--
.github/workflows/post-merge.yml | 2 +-
.github/workflows/stale-prs.yml | 2 +-
Cargo.lock | 38 +++++++++++-----------
bdd/java/build.gradle.kts | 6 ++--
core/connectors/runtime/Cargo.toml | 2 +-
core/connectors/sinks/clickhouse_sink/Cargo.toml | 2 +-
core/connectors/sinks/delta_sink/Cargo.toml | 2 +-
core/connectors/sinks/doris_sink/Cargo.toml | 2 +-
.../connectors/sinks/elasticsearch_sink/Cargo.toml | 2 +-
core/connectors/sinks/http_sink/Cargo.toml | 2 +-
core/connectors/sinks/iceberg_sink/Cargo.toml | 2 +-
core/connectors/sinks/influxdb_sink/Cargo.toml | 2 +-
core/connectors/sinks/meilisearch_sink/Cargo.toml | 2 +-
core/connectors/sinks/mongodb_sink/Cargo.toml | 2 +-
core/connectors/sinks/postgres_sink/Cargo.toml | 2 +-
core/connectors/sinks/quickwit_sink/Cargo.toml | 2 +-
core/connectors/sinks/s3_sink/Cargo.toml | 2 +-
core/connectors/sinks/stdout_sink/Cargo.toml | 2 +-
core/connectors/sinks/surrealdb_sink/Cargo.toml | 2 +-
.../sources/elasticsearch_source/Cargo.toml | 2 +-
core/connectors/sources/influxdb_source/Cargo.toml | 2 +-
core/connectors/sources/postgres_source/Cargo.toml | 2 +-
core/connectors/sources/random_source/Cargo.toml | 2 +-
examples/java/build.gradle.kts | 2 +-
foreign/java/gradle/libs.versions.toml | 6 ++--
foreign/node/src/wire/vsr/register.ts | 4 +--
scripts/ci/license-headers.sh | 5 +--
scripts/ci/python-sdk-version-sync.sh | 10 +++---
scripts/ci/sync-python-interpreter-version.sh | 26 +++++++++++----
scripts/ci/sync-rustc-version.sh | 12 ++++---
scripts/verify-crates-publish.sh | 7 ++--
33 files changed, 93 insertions(+), 71 deletions(-)