Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ hwlocality = "1.0.0-alpha.12"
iceberg = "0.9.1"
iceberg-catalog-rest = "0.9.1"
iceberg-storage-opendal = "0.9.1"
iggy = { path = "core/sdk", version = "0.10.1-edge.2" }
iggy = { path = "core/sdk", version = "0.10.2-edge.1" }
iggy-cli = { path = "core/cli", version = "0.13.1-edge.1" }
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.10.1-edge.2" }
iggy_common = { path = "core/common", version = "0.10.1-edge.2" }
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.10.2-edge.1" }
iggy_common = { path = "core/common", version = "0.10.2-edge.1" }
iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.3.1-edge.1" }
indexmap = "2.14.0"
integration = { path = "core/integration" }
Expand Down
2 changes: 1 addition & 1 deletion core/binary_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "iggy_binary_protocol"
version = "0.10.1-edge.2"
version = "0.10.2-edge.1"
description = "Wire protocol types and codec for the Iggy binary protocol. Shared between server and SDK."
edition = "2024"
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "iggy_common"
version = "0.10.1-edge.2"
version = "0.10.2-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"
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "iggy"
version = "0.10.1-edge.2"
version = "0.10.2-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"
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "server"
version = "0.8.1-edge.1"
version = "0.8.2-edge.1"
edition = "2024"
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion foreign/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ doc = false
[dependencies]
bytes = "1.12.0"
futures = "0.3.32"
iggy = { path = "../../core/sdk", version = "0.10.1-edge.2" }
iggy = { path = "../../core/sdk", version = "0.10.2-edge.1" }
pyo3 = "0.29.0"
pyo3-async-runtimes = { version = "0.29.0", features = [
"attributes",
Expand Down
Loading