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

hgruszecki pushed a change to branch store_consumer_offset
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 598c5499e consensus per partition
     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)
     add 2284d0fd3 chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in /web 
(#3083)
     add b05ffa398 fix(sdk): allow hostnames in server address configuration 
(#2923)
     add ac9342cb2 chore(deps): bump hwlocality and passterm, fix non-tty 
password read (#3084)
     add a1e2cb95b chore(go): delete redundant script run_tcp_e2e.sh (#3065)
     add ed77db55d Merge branch 'master' into store_consumer_offset

No new revisions were added by this update.

Summary of changes:
 .typos.toml                                        |   2 +
 Cargo.lock                                         | 501 +++++++++++++++------
 Cargo.toml                                         |  53 +--
 DEPENDENCIES.md                                    |  97 ++--
 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 +-
 .../src/commands/binary_users/change_password.rs   |  10 +-
 core/cli/src/credentials.rs                        |   6 +-
 core/common/Cargo.toml                             |   2 +-
 core/common/src/lib.rs                             |   1 +
 .../tcp_config/tcp_client_config_builder.rs        |  33 +-
 .../websocket_client_config_builder.rs             |  19 +-
 core/common/src/utils/mod.rs                       |   1 +
 core/common/src/utils/net.rs                       | 310 +++++++++++++
 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 +-
 examples/python/uv.lock                            |   2 +-
 examples/rust/src/getting-started/consumer/main.rs |   7 -
 examples/rust/src/getting-started/producer/main.rs |   7 -
 foreign/csharp/Iggy_SDK/Iggy_SDK.csproj            |   2 +-
 foreign/go/contracts/version.go                    |   2 +-
 foreign/go/scripts/run_tcp_e2e.sh                  |  28 --
 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 +-
 web/package-lock.json                              | 147 +++---
 web/package.json                                   |   2 +-
 59 files changed, 936 insertions(+), 475 deletions(-)
 create mode 100644 core/common/src/utils/net.rs
 delete mode 100755 foreign/go/scripts/run_tcp_e2e.sh

Reply via email to