From 3d428d83ae878f233001d903ec57d627127279b2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 22 Jan 2024 15:32:41 +0000 Subject: [PATCH] chore(release): sn_protocol-v0.10.14/sn_networking-v0.12.35 --- Cargo.lock | 4 ++-- sn_cli/Cargo.toml | 4 ++-- sn_client/Cargo.toml | 4 ++-- sn_networking/CHANGELOG.md | 5 +++++ sn_networking/Cargo.toml | 4 ++-- sn_node/Cargo.toml | 6 +++--- sn_node_rpc_client/Cargo.toml | 2 +- sn_protocol/CHANGELOG.md | 8 ++++++++ sn_protocol/Cargo.toml | 2 +- 9 files changed, 26 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc42562163..277f7cd104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4659,7 +4659,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.12.34" +version = "0.12.35" dependencies = [ "async-trait", "backoff", @@ -4782,7 +4782,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.10.13" +version = "0.10.14" dependencies = [ "blsttc", "bytes", diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 587713e108..2b87ee0985 100644 --- a/sn_cli/Cargo.toml +++ b/sn_cli/Cargo.toml @@ -49,7 +49,7 @@ sn_transfers = { path = "../sn_transfers", version = "0.14.40" } sn_registers = { path = "../sn_registers", version = "0.3.7" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.3" } -sn_protocol = { path = "../sn_protocol", version = "0.10.13" } +sn_protocol = { path = "../sn_protocol", version = "0.10.14" } tempfile = "3.6.0" tokio = { version = "1.32.0", features = ["io-util", "macros", "parking_lot", "rt", "sync", "time", "fs"] } tracing = { version = "~0.1.26" } @@ -63,7 +63,7 @@ eyre = "0.6.8" criterion = "0.5.1" tempfile = "3.6.0" rand = { version = "~0.8.5", features = ["small_rng"] } -sn_protocol = { path = "../sn_protocol", version = "0.10.13", features = ["test-utils"]} +sn_protocol = { path = "../sn_protocol", version = "0.10.14", features = ["test-utils"]} [lints] workspace = true diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index b3e6abb143..da127dbb50 100644 --- a/sn_client/Cargo.toml +++ b/sn_client/Cargo.toml @@ -34,8 +34,8 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.29.0" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_networking = { path = "../sn_networking", version = "0.12.34" } -sn_protocol = { path = "../sn_protocol", version = "0.10.13" } +sn_networking = { path = "../sn_networking", version = "0.12.35" } +sn_protocol = { path = "../sn_protocol", version = "0.10.14" } sn_registers = { path = "../sn_registers", version = "0.3.7" } sn_transfers = { path = "../sn_transfers", version = "0.14.40" } tempfile = "3.6.0" diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index a362f0cd6e..ac86c16702 100644 --- a/sn_networking/CHANGELOG.md +++ b/sn_networking/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.35](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.34...sn_networking-v0.12.35) - 2024-01-22 + +### Other +- updated the following local packages: sn_protocol + ## [0.12.34](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.33...sn_networking-v0.12.34) - 2024-01-22 ### Other diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index a0b3c60ee1..7570085ba3 100644 --- a/sn_networking/Cargo.toml +++ b/sn_networking/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_networking" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.12.34" +version = "0.12.35" [features] default=[] @@ -29,7 +29,7 @@ rand = { version = "~0.8.5", features = ["small_rng"] } rayon = "1.8.0" rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_protocol = { path = "../sn_protocol", version = "0.10.13" } +sn_protocol = { path = "../sn_protocol", version = "0.10.14" } sn_transfers = { path = "../sn_transfers", version = "0.14.40" } sysinfo = { version = "0.29.0", default-features = false, optional = true } thiserror = "1.0.23" diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index dfebd84f3c..a817b6f293 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -53,8 +53,8 @@ sn_build_info = { path="../sn_build_info", version = "0.1.4" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.3" } sn_client = { path = "../sn_client", version = "0.102.6" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_networking = { path = "../sn_networking", version = "0.12.34" } -sn_protocol = { path = "../sn_protocol", version = "0.10.13" } +sn_networking = { path = "../sn_networking", version = "0.12.35" } +sn_protocol = { path = "../sn_protocol", version = "0.10.14" } sn_registers = { path = "../sn_registers", version = "0.3.7" } sn_transfers = { path = "../sn_transfers", version = "0.14.40" } thiserror = "1.0.23" @@ -73,7 +73,7 @@ color-eyre = "0.6.2" [dev-dependencies] tempfile = "3.6.0" reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } -sn_protocol = { path = "../sn_protocol", version = "0.10.13", features = ["test-utils"]} +sn_protocol = { path = "../sn_protocol", version = "0.10.14", features = ["test-utils"]} [lints] workspace = true diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 87f1df210c..7216dbef24 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -27,7 +27,7 @@ sn_client = { path = "../sn_client", version = "0.102.6" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_node = { path = "../sn_node", version = "0.103.8" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.3" } -sn_protocol = { path = "../sn_protocol", version = "0.10.13" } +sn_protocol = { path = "../sn_protocol", version = "0.10.14" } sn_transfers = { path = "../sn_transfers", version = "0.14.40" } thiserror = "1.0.23" # # watch out updating this, protoc compiler needs to be installed on all build systems diff --git a/sn_protocol/CHANGELOG.md b/sn_protocol/CHANGELOG.md index f37e111187..eed3ca5a6c 100644 --- a/sn_protocol/CHANGELOG.md +++ b/sn_protocol/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.14](https://github.com/maidsafe/safe_network/compare/sn_protocol-v0.10.13...sn_protocol-v0.10.14) - 2024-01-22 + +### Fixed +- create parent directories + +### Other +- include connected peers in node + ## [0.10.13](https://github.com/maidsafe/safe_network/compare/sn_protocol-v0.10.12...sn_protocol-v0.10.13) - 2024-01-22 ### Other diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index 644fe13aa1..3ee3139287 100644 --- a/sn_protocol/Cargo.toml +++ b/sn_protocol/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_protocol" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.10.13" +version = "0.10.14" [features] default = ["quic"]