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

piotr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 115f9c95f chore(repo): update modules versions (#2465)
115f9c95f is described below

commit 115f9c95f78140274305c2cef53230f292efb810
Author: Maciej Modzelewski <[email protected]>
AuthorDate: Tue Dec 9 20:47:46 2025 +0100

    chore(repo): update modules versions (#2465)
---
 Cargo.lock                              | 20 ++++++++++----------
 Cargo.toml                              |  8 ++++----
 DEPENDENCIES.md                         | 20 ++++++++++----------
 bdd/docker-compose.yml                  |  1 +
 core/ai/mcp/Cargo.toml                  |  2 +-
 core/bench/Cargo.toml                   |  2 +-
 core/bench/dashboard/server/Cargo.toml  |  2 +-
 core/binary_protocol/Cargo.toml         |  2 +-
 core/cli/Cargo.toml                     |  2 +-
 core/common/Cargo.toml                  |  2 +-
 core/connectors/runtime/Cargo.toml      |  2 +-
 core/connectors/sdk/Cargo.toml          |  2 +-
 core/sdk/Cargo.toml                     |  2 +-
 core/server/Cargo.toml                  |  2 +-
 foreign/csharp/Iggy_SDK/Iggy_SDK.csproj |  2 +-
 foreign/java/gradle.properties          |  2 +-
 foreign/node/package-lock.json          |  4 ++--
 foreign/node/package.json               |  2 +-
 foreign/python/Cargo.toml               |  4 ++--
 foreign/python/pyproject.toml           |  2 +-
 web/package-lock.json                   |  4 ++--
 web/package.json                        |  2 +-
 22 files changed, 46 insertions(+), 45 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d70392902..9f54f7466 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4605,7 +4605,7 @@ dependencies = [
 
 [[package]]
 name = "iggy"
-version = "0.8.0"
+version = "0.8.1-edge.1"
 dependencies = [
  "async-broadcast",
  "async-dropper",
@@ -4637,7 +4637,7 @@ dependencies = [
 
 [[package]]
 name = "iggy-bench"
-version = "0.3.0"
+version = "0.3.1-edge.1"
 dependencies = [
  "async-trait",
  "bench-report",
@@ -4667,7 +4667,7 @@ dependencies = [
 
 [[package]]
 name = "iggy-bench-dashboard-server"
-version = "0.5.0"
+version = "0.5.1-edge.1"
 dependencies = [
  "actix-cors",
  "actix-files",
@@ -4694,7 +4694,7 @@ dependencies = [
 
 [[package]]
 name = "iggy-cli"
-version = "0.10.0"
+version = "0.10.1-edge.1"
 dependencies = [
  "ahash 0.8.12",
  "anyhow",
@@ -4714,7 +4714,7 @@ dependencies = [
 
 [[package]]
 name = "iggy-connectors"
-version = "0.2.0"
+version = "0.2.1-edge.1"
 dependencies = [
  "async-trait",
  "axum",
@@ -4751,7 +4751,7 @@ dependencies = [
 
 [[package]]
 name = "iggy-mcp"
-version = "0.2.0"
+version = "0.2.1-edge.1"
 dependencies = [
  "axum",
  "axum-server",
@@ -4773,7 +4773,7 @@ dependencies = [
 
 [[package]]
 name = "iggy_binary_protocol"
-version = "0.8.0"
+version = "0.8.1-edge.1"
 dependencies = [
  "anyhow",
  "async-broadcast",
@@ -4794,7 +4794,7 @@ dependencies = [
 
 [[package]]
 name = "iggy_common"
-version = "0.8.0"
+version = "0.8.1-edge.1"
 dependencies = [
  "aes-gcm",
  "ahash 0.8.12",
@@ -4959,7 +4959,7 @@ dependencies = [
 
 [[package]]
 name = "iggy_connector_sdk"
-version = "0.1.0"
+version = "0.1.1-edge.1"
 dependencies = [
  "async-trait",
  "base64 0.22.1",
@@ -8324,7 +8324,7 @@ dependencies = [
 
 [[package]]
 name = "server"
-version = "0.6.0"
+version = "0.6.1-edge.1"
 dependencies = [
  "ahash 0.8.12",
  "anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index bf7849f46..f5bd70985 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -134,10 +134,10 @@ human-repr = "1.1.0"
 humantime = "2.3.0"
 iceberg = "=0.6.0"
 iceberg-catalog-rest = "=0.6.0"
-iggy = { path = "core/sdk", version = "0.8.0" }
-iggy_binary_protocol = { path = "core/binary_protocol", version = "0.8.0" }
-iggy_common = { path = "core/common", version = "0.8.0" }
-iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.1.0" }
+iggy = { path = "core/sdk", version = "0.8.1-edge.1" }
+iggy_binary_protocol = { path = "core/binary_protocol", version = 
"0.8.1-edge.1" }
+iggy_common = { path = "core/common", version = "0.8.1-edge.1" }
+iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.1.1-edge.1" }
 integration = { path = "core/integration" }
 keyring = { version = "3.6.3", features = ["sync-secret-service", "vendored"] }
 lazy_static = "1.5.0"
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 41344ad8e..4ca793e0f 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -403,14 +403,14 @@ icu_provider: 2.1.1, "Unicode-3.0",
 ident_case: 1.0.1, "Apache-2.0 OR MIT",
 idna: 1.1.0, "Apache-2.0 OR MIT",
 idna_adapter: 1.2.1, "Apache-2.0 OR MIT",
-iggy: 0.8.0, "Apache-2.0",
-iggy-bench: 0.3.0, "Apache-2.0",
-iggy-bench-dashboard-server: 0.5.0, "Apache-2.0",
-iggy-cli: 0.10.0, "Apache-2.0",
-iggy-connectors: 0.2.0, "Apache-2.0",
-iggy-mcp: 0.2.0, "Apache-2.0",
-iggy_binary_protocol: 0.8.0, "Apache-2.0",
-iggy_common: 0.8.0, "Apache-2.0",
+iggy: 0.8.1-edge.1, "Apache-2.0",
+iggy-bench: 0.3.1-edge.1, "Apache-2.0",
+iggy-bench-dashboard-server: 0.5.1-edge.1, "Apache-2.0",
+iggy-cli: 0.10.1-edge.1, "Apache-2.0",
+iggy-connectors: 0.2.1-edge.1, "Apache-2.0",
+iggy-mcp: 0.2.1-edge.1, "Apache-2.0",
+iggy_binary_protocol: 0.8.1-edge.1, "Apache-2.0",
+iggy_common: 0.8.1-edge.1, "Apache-2.0",
 iggy_connector_elasticsearch_sink: 0.1.0, "Apache-2.0",
 iggy_connector_elasticsearch_source: 0.1.0, "Apache-2.0",
 iggy_connector_iceberg_sink: 0.1.0, "Apache-2.0",
@@ -418,7 +418,7 @@ iggy_connector_postgres_sink: 0.1.0, "Apache-2.0",
 iggy_connector_postgres_source: 0.1.0, "Apache-2.0",
 iggy_connector_quickwit_sink: 0.1.0, "Apache-2.0",
 iggy_connector_random_source: 0.1.0, "Apache-2.0",
-iggy_connector_sdk: 0.1.0, "Apache-2.0",
+iggy_connector_sdk: 0.1.1-edge.1, "Apache-2.0",
 iggy_connector_stdout_sink: 0.1.0, "Apache-2.0",
 iggy_examples: 0.0.5, "Apache-2.0",
 ignore: 0.4.25, "MIT OR Unlicense",
@@ -731,7 +731,7 @@ serde_with_macros: 3.16.1, "Apache-2.0 OR MIT",
 serde_yaml_ng: 0.10.0, "MIT",
 serial_test: 3.2.0, "MIT",
 serial_test_derive: 3.2.0, "MIT",
-server: 0.6.0, "Apache-2.0",
+server: 0.6.1-edge.1, "Apache-2.0",
 sha1: 0.10.6, "Apache-2.0 OR MIT",
 sha2: 0.10.9, "Apache-2.0 OR MIT",
 sharded-slab: 0.1.7, "MIT",
diff --git a/bdd/docker-compose.yml b/bdd/docker-compose.yml
index fd52d5867..dbbe2cd4d 100644
--- a/bdd/docker-compose.yml
+++ b/bdd/docker-compose.yml
@@ -184,6 +184,7 @@ services:
       - IGGY_TCP_ADDRESS_LEADER=iggy-leader:8091
       - IGGY_TCP_ADDRESS_FOLLOWER=iggy-follower:8092
       - RUST_LOG=debug
+      - RUSTFLAGS=-C linker=gcc
     volumes:
       - 
./scenarios/basic_messaging.feature:/app/features/basic_messaging.feature
       - 
./scenarios/leader_redirection.feature:/app/features/leader_redirection.feature
diff --git a/core/ai/mcp/Cargo.toml b/core/ai/mcp/Cargo.toml
index 2d3abafee..26dbaccb6 100644
--- a/core/ai/mcp/Cargo.toml
+++ b/core/ai/mcp/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy-mcp"
-version = "0.2.0"
+version = "0.2.1-edge.1"
 description = "MCP Server for Iggy message streaming platform"
 edition = "2024"
 license = "Apache-2.0"
diff --git a/core/bench/Cargo.toml b/core/bench/Cargo.toml
index da6c9e327..bf0af017b 100644
--- a/core/bench/Cargo.toml
+++ b/core/bench/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy-bench"
-version = "0.3.0"
+version = "0.3.1-edge.1"
 edition = "2024"
 license = "Apache-2.0"
 repository = "https://github.com/apache/iggy";
diff --git a/core/bench/dashboard/server/Cargo.toml 
b/core/bench/dashboard/server/Cargo.toml
index 569314238..217b8de00 100644
--- a/core/bench/dashboard/server/Cargo.toml
+++ b/core/bench/dashboard/server/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "iggy-bench-dashboard-server"
 license = "Apache-2.0"
-version = "0.5.0"
+version = "0.5.1-edge.1"
 edition = "2024"
 
 [dependencies]
diff --git a/core/binary_protocol/Cargo.toml b/core/binary_protocol/Cargo.toml
index c8fd2c7cd..aeff9c2a9 100644
--- a/core/binary_protocol/Cargo.toml
+++ b/core/binary_protocol/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy_binary_protocol"
-version = "0.8.0"
+version = "0.8.1-edge.1"
 description = "Iggy is the persistent message streaming platform written in 
Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing 
millions of messages per second."
 edition = "2024"
 license = "Apache-2.0"
diff --git a/core/cli/Cargo.toml b/core/cli/Cargo.toml
index 3475f0635..a4e7e52f1 100644
--- a/core/cli/Cargo.toml
+++ b/core/cli/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy-cli"
-version = "0.10.0"
+version = "0.10.1-edge.1"
 edition = "2024"
 authors = ["[email protected]"]
 repository = "https://github.com/apache/iggy";
diff --git a/core/common/Cargo.toml b/core/common/Cargo.toml
index 06e27beb7..4da4e40b1 100644
--- a/core/common/Cargo.toml
+++ b/core/common/Cargo.toml
@@ -16,7 +16,7 @@
 # under the License.
 [package]
 name = "iggy_common"
-version = "0.8.0"
+version = "0.8.1-edge.1"
 description = "Iggy is the persistent message streaming platform written in 
Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing 
millions of messages per second."
 edition = "2024"
 license = "Apache-2.0"
diff --git a/core/connectors/runtime/Cargo.toml 
b/core/connectors/runtime/Cargo.toml
index 317314ed9..e6ed0d153 100644
--- a/core/connectors/runtime/Cargo.toml
+++ b/core/connectors/runtime/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy-connectors"
-version = "0.2.0"
+version = "0.2.1-edge.1"
 description = "Connectors runtime for Iggy message streaming platform"
 edition = "2024"
 license = "Apache-2.0"
diff --git a/core/connectors/sdk/Cargo.toml b/core/connectors/sdk/Cargo.toml
index b1f98bf49..124fa0aaa 100644
--- a/core/connectors/sdk/Cargo.toml
+++ b/core/connectors/sdk/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy_connector_sdk"
-version = "0.1.0"
+version = "0.1.1-edge.1"
 description = "Iggy is the persistent message streaming platform written in 
Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing 
millions of messages per second."
 edition = "2024"
 license = "Apache-2.0"
diff --git a/core/sdk/Cargo.toml b/core/sdk/Cargo.toml
index 484162223..86a6285b6 100644
--- a/core/sdk/Cargo.toml
+++ b/core/sdk/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy"
-version = "0.8.0"
+version = "0.8.1-edge.1"
 description = "Iggy is the persistent message streaming platform written in 
Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing 
millions of messages per second."
 edition = "2024"
 license = "Apache-2.0"
diff --git a/core/server/Cargo.toml b/core/server/Cargo.toml
index edba9acea..3688a4fb0 100644
--- a/core/server/Cargo.toml
+++ b/core/server/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "server"
-version = "0.6.0"
+version = "0.6.1-edge.1"
 edition = "2024"
 license = "Apache-2.0"
 
diff --git a/foreign/csharp/Iggy_SDK/Iggy_SDK.csproj 
b/foreign/csharp/Iggy_SDK/Iggy_SDK.csproj
index d7a01cf0c..a42832d85 100644
--- a/foreign/csharp/Iggy_SDK/Iggy_SDK.csproj
+++ b/foreign/csharp/Iggy_SDK/Iggy_SDK.csproj
@@ -7,7 +7,7 @@
         <TargetFramework>net8.0</TargetFramework>
         <AssemblyName>Apache.Iggy</AssemblyName>
         <RootNamespace>Apache.Iggy</RootNamespace>
-        <PackageVersion>0.6.0</PackageVersion>
+        <PackageVersion>0.6.1-edge.1</PackageVersion>
         <GenerateDocumentationFile>true</GenerateDocumentationFile>
     </PropertyGroup>
 
diff --git a/foreign/java/gradle.properties b/foreign/java/gradle.properties
index ad1460f1f..5ff676060 100644
--- a/foreign/java/gradle.properties
+++ b/foreign/java/gradle.properties
@@ -17,5 +17,5 @@
 # under the License.
 #
 
-version=0.6.0
+version=0.6.1-SNAPSHOT
 group=org.apache.iggy
diff --git a/foreign/node/package-lock.json b/foreign/node/package-lock.json
index 017df270f..a8b396898 100644
--- a/foreign/node/package-lock.json
+++ b/foreign/node/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "apache-iggy",
-  "version": "0.6.0",
+  "version": "0.6.1-edge.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "apache-iggy",
-      "version": "0.6.0",
+      "version": "0.6.1-edge.1",
       "license": "Apache-2.0",
       "dependencies": {
         "debug": "4.4.3",
diff --git a/foreign/node/package.json b/foreign/node/package.json
index 334239b58..8d2eb542b 100644
--- a/foreign/node/package.json
+++ b/foreign/node/package.json
@@ -1,7 +1,7 @@
 {
   "name": "apache-iggy",
   "type": "module",
-  "version": "0.6.0",
+  "version": "0.6.1-edge.1",
   "description": "Official Apache Iggy NodeJS SDK",
   "keywords": [
     "iggy",
diff --git a/foreign/python/Cargo.toml b/foreign/python/Cargo.toml
index 4714587f7..d7e76a402 100644
--- a/foreign/python/Cargo.toml
+++ b/foreign/python/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "apache-iggy"
-version = "0.6.0"
+version = "0.6.1-dev1"
 edition = "2021"
 authors = ["Dario Lencina Talarico <[email protected]>", "Albin 
Skott <[email protected]>"]
 license = "Apache-2.0"
@@ -27,7 +27,7 @@ repository = "https://github.com/apache/iggy";
 
 [dependencies]
 bytes = "1.10.1"
-iggy = { path = "../../core/sdk", version = "0.8.0" }
+iggy = { path = "../../core/sdk", version = "0.8.1-edge.1" }
 pyo3 = "0.26.0"
 pyo3-async-runtimes = { version = "0.26.0", features = [
     "attributes",
diff --git a/foreign/python/pyproject.toml b/foreign/python/pyproject.toml
index 6d918ab9a..9bb86e3ad 100644
--- a/foreign/python/pyproject.toml
+++ b/foreign/python/pyproject.toml
@@ -22,7 +22,7 @@ build-backend = "maturin"
 [project]
 name = "apache-iggy"
 requires-python = ">=3.7"
-version = "0.6.0"
+version = "0.6.1.dev1"
 description = "Apache Iggy is the persistent message streaming platform 
written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of 
processing millions of messages per second."
 readme = "README.md"
 license = { file = "LICENSE" }
diff --git a/web/package-lock.json b/web/package-lock.json
index 9d56d4e62..d8f1a6e49 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "iggy-web-ui",
-  "version": "0.1.0",
+  "version": "0.1.1-edge.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "iggy-web-ui",
-      "version": "0.1.0",
+      "version": "0.1.1-edge.1",
       "dependencies": {
         "@floating-ui/dom": "^1.7.4",
         "@tailwindcss/postcss": "^4.1.17",
diff --git a/web/package.json b/web/package.json
index 5eaccedc4..63800cb17 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
 {
   "name": "iggy-web-ui",
-  "version": "0.1.0",
+  "version": "0.1.1-edge.1",
   "private": true,
   "scripts": {
     "dev": "vite dev --port 3050",

Reply via email to