This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch simulator_ui
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 15cec2519 Update readme
add e39d02850 chore(deps): update workspace dependencies (#3072)
add 7fca0f2d3 chore(repo): bump all components minor version (#3073)
add 55117986e fix(test): Fix Iceberg container readiness check to use HTTP
health check (#3077)
add 93443b179 fix(test): Fix Elasticsearch container readiness check to
use HTTP health check (#3079)
new bb9fb34ce merge
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.typos.toml | 2 +
Cargo.lock | 561 ++++++++++++++-------
Cargo.toml | 49 +-
DEPENDENCIES.md | 110 ++--
bdd/python/uv.lock | 2 +-
core/ai/mcp/Cargo.toml | 2 +-
core/bench/Cargo.toml | 2 +-
core/bench/dashboard/frontend/Cargo.toml | 2 +-
core/bench/dashboard/server/Cargo.toml | 2 +-
core/bench/report/Cargo.toml | 2 +-
core/binary_protocol/Cargo.toml | 4 +-
core/cli/Cargo.toml | 2 +-
core/common/Cargo.toml | 2 +-
core/connectors/runtime/Cargo.toml | 2 +-
core/connectors/sdk/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/mongodb_sink/Cargo.toml | 2 +-
core/connectors/sinks/postgres_sink/Cargo.toml | 2 +-
core/connectors/sinks/quickwit_sink/Cargo.toml | 2 +-
core/connectors/sinks/stdout_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 +-
.../elasticsearch/elasticsearch_source.rs | 6 +-
.../connectors/fixtures/elasticsearch/container.rs | 12 +-
.../connectors/fixtures/elasticsearch/sink.rs | 26 +-
.../connectors/fixtures/elasticsearch/source.rs | 29 +-
.../tests/connectors/fixtures/iceberg/container.rs | 7 +-
core/iobuf/Cargo.toml | 2 +-
core/partitions/Cargo.toml | 2 +-
core/sdk/Cargo.toml | 2 +-
core/server-ng/Cargo.toml | 2 +-
core/server/Cargo.toml | 2 +-
core/simulator_ui/Cargo.toml | 3 -
examples/python/uv.lock | 2 +-
foreign/csharp/Iggy_SDK/Iggy_SDK.csproj | 2 +-
foreign/go/contracts/version.go | 2 +-
foreign/java/gradle.properties | 2 +-
foreign/node/package.json | 2 +-
foreign/python/Cargo.toml | 4 +-
foreign/python/pyproject.toml | 2 +-
foreign/python/uv.lock | 2 +-
scripts/bump-version.sh | 27 +-
scripts/extract-version.sh | 4 +-
48 files changed, 564 insertions(+), 348 deletions(-)