This is an automated email from the ASF dual-hosted git repository.
spetz pushed a commit to branch sdk_raw_command
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/sdk_raw_command by this push:
new 35f182293 bump rust sdk
35f182293 is described below
commit 35f182293f4425b78ba804d9e2af538a27d4cb61
Author: spetz <[email protected]>
AuthorDate: Mon Jul 20 20:06:33 2026 +0200
bump rust sdk
---
Cargo.lock | 6 +++---
Cargo.toml | 6 +++---
core/binary_protocol/Cargo.toml | 2 +-
core/common/Cargo.toml | 2 +-
core/sdk/Cargo.toml | 2 +-
foreign/python/Cargo.toml | 2 +-
6 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 470382e15..f52c67de3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6589,7 +6589,7 @@ checksum =
"cd62e6b5e86ea8eeeb8db1de02880a6abc01a397b2ebb64b5d74ac255318f5cb"
[[package]]
name = "iggy"
-version = "0.10.3-edge.1"
+version = "0.10.3-edge.2"
dependencies = [
"async-broadcast",
"async-dropper",
@@ -6799,7 +6799,7 @@ dependencies = [
[[package]]
name = "iggy_binary_protocol"
-version = "0.10.3-edge.1"
+version = "0.10.3-edge.2"
dependencies = [
"aligned-vec",
"bytemuck",
@@ -6811,7 +6811,7 @@ dependencies = [
[[package]]
name = "iggy_common"
-version = "0.10.3-edge.1"
+version = "0.10.3-edge.2"
dependencies = [
"aes-gcm",
"async-broadcast",
diff --git a/Cargo.toml b/Cargo.toml
index 87a96add3..8979febad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -196,10 +196,10 @@ hyper-util = { version = "0.1.20", features =
["server-auto", "service"] }
iceberg = "0.9.1"
iceberg-catalog-rest = "0.9.1"
iceberg-storage-opendal = "0.9.1"
-iggy = { path = "core/sdk", version = "0.10.3-edge.1" }
+iggy = { path = "core/sdk", version = "0.10.3-edge.2" }
iggy-cli = { path = "core/cli", version = "0.13.1-edge.1" }
-iggy_binary_protocol = { path = "core/binary_protocol", version =
"0.10.3-edge.1" }
-iggy_common = { path = "core/common", version = "0.10.3-edge.1" }
+iggy_binary_protocol = { path = "core/binary_protocol", version =
"0.10.3-edge.2" }
+iggy_common = { path = "core/common", version = "0.10.3-edge.2" }
iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.3.1-edge.1" }
indexmap = "2.14.0"
integration = { path = "core/integration" }
diff --git a/core/binary_protocol/Cargo.toml b/core/binary_protocol/Cargo.toml
index 4c7d9e98c..1155dcdd0 100644
--- a/core/binary_protocol/Cargo.toml
+++ b/core/binary_protocol/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "iggy_binary_protocol"
-version = "0.10.3-edge.1"
+version = "0.10.3-edge.2"
description = "Wire protocol types and codec for the Iggy binary protocol.
Shared between server and SDK."
edition = "2024"
rust-version.workspace = true
diff --git a/core/common/Cargo.toml b/core/common/Cargo.toml
index 756b259a9..d5c80224d 100644
--- a/core/common/Cargo.toml
+++ b/core/common/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "iggy_common"
-version = "0.10.3-edge.1"
+version = "0.10.3-edge.2"
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"
rust-version.workspace = true
diff --git a/core/sdk/Cargo.toml b/core/sdk/Cargo.toml
index 560fa83f9..d308dc363 100644
--- a/core/sdk/Cargo.toml
+++ b/core/sdk/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "iggy"
-version = "0.10.3-edge.1"
+version = "0.10.3-edge.2"
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"
rust-version.workspace = true
diff --git a/foreign/python/Cargo.toml b/foreign/python/Cargo.toml
index 945b6aba9..aef8c320b 100644
--- a/foreign/python/Cargo.toml
+++ b/foreign/python/Cargo.toml
@@ -37,7 +37,7 @@ doc = false
[dependencies]
bytes = "1.12.0"
futures = "0.3.32"
-iggy = { path = "../../core/sdk", version = "0.10.3-edge.1" }
+iggy = { path = "../../core/sdk", version = "0.10.3-edge.2" }
pyo3 = "0.29.0"
pyo3-async-runtimes = { version = "0.29.0", features = [
"attributes",