From fbd5bcde10af4f462b3752ae755c2f6f6e99fd5d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 11 Dec 2023 13:54:40 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.52/sn_networking-v0.11.10/sn_faucet-v0.1.74/sn_node-v0.99.16/sn_node_rpc_client-v0.1.70/sn_testnet-v0.2.332/sn_client-v0.99.11 --- Cargo.lock | 14 +++++++------- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 4 ++-- sn_client/CHANGELOG.md | 5 +++++ sn_client/Cargo.toml | 4 ++-- sn_faucet/CHANGELOG.md | 5 +++++ sn_faucet/Cargo.toml | 4 ++-- sn_networking/CHANGELOG.md | 8 ++++++++ sn_networking/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 6 +++--- sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 6 +++--- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- 15 files changed, 59 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e1c1f1f75..60a9eed2a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.51" +version = "0.86.52" dependencies = [ "blsttc", "bytes", @@ -4524,7 +4524,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.99.10" +version = "0.99.11" dependencies = [ "async-trait", "blsttc", @@ -4557,7 +4557,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.73" +version = "0.1.74" dependencies = [ "blsttc", "clap 4.4.10", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.11.9" +version = "0.11.10" dependencies = [ "async-trait", "blsttc", @@ -4628,7 +4628,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.99.15" +version = "0.99.16" dependencies = [ "assert_fs", "async-trait", @@ -4680,7 +4680,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.69" +version = "0.1.70" dependencies = [ "assert_fs", "async-trait", @@ -4764,7 +4764,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.331" +version = "0.2.332" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 392178535a..31ed868a6d 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.86.52](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.51...sn_cli-v0.86.52) - 2023-12-11 + +### Other +- update dependencies + ## [0.86.51](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.50...sn_cli-v0.86.51) - 2023-12-11 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 8d3939c3d5..9ec4bab9a4 100644 --- a/sn_cli/Cargo.toml +++ b/sn_cli/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_cli" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.86.51" +version = "0.86.52" [[bin]] path="src/main.rs" @@ -40,7 +40,7 @@ rayon = "1.8.0" reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } rmp-serde = "1.1.1" sn_build_info = { path="../sn_build_info", version = "0.1.3" } -sn_client = { path = "../sn_client", version = "0.99.10" } +sn_client = { path = "../sn_client", version = "0.99.11" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.13" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index 2e681ea009..543e770934 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.99.11](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.10...sn_client-v0.99.11) - 2023-12-11 + +### Other +- updated the following local packages: sn_networking + ## [0.99.10](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.9...sn_client-v0.99.10) - 2023-12-07 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index c55c58fffc..5a28c98637 100644 --- a/sn_client/Cargo.toml +++ b/sn_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.99.10" +version = "0.99.11" [features] default=[] @@ -33,7 +33,7 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_networking = { path = "../sn_networking", version = "0.11.9" } +sn_networking = { path = "../sn_networking", version = "0.11.10" } sn_protocol = { path = "../sn_protocol", version = "0.8.39" } sn_registers = { path = "../sn_registers", version = "0.3.5" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 5604cdb770..be1f6ce47e 100644 --- a/sn_faucet/CHANGELOG.md +++ b/sn_faucet/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.74](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.73...sn_faucet-v0.1.74) - 2023-12-11 + +### Other +- update dependencies + ## [0.1.73](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.72...sn_faucet-v0.1.73) - 2023-12-11 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 0f0dfaff31..96f0ca4c70 100644 --- a/sn_faucet/Cargo.toml +++ b/sn_faucet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_faucet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.73" +version = "0.1.74" [features] # required to pass on flag to node builds @@ -23,7 +23,7 @@ bls = { package = "blsttc", version = "8.0.1" } clap = { version = "4.2.1", features = ["derive"] } color-eyre = "0.6.2" dirs-next = "~2.0.0" -sn_client = { path = "../sn_client", version = "0.99.10" } +sn_client = { path = "../sn_client", version = "0.99.11" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index 4ca8f0c725..5bff373f07 100644 --- a/sn_networking/CHANGELOG.md +++ b/sn_networking/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.10](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.11.9...sn_networking-v0.11.10) - 2023-12-11 + +### Added +- close outdated connections to non-RT peers + +### Other +- gossipsub flood_publish and longer cache time to avoid loop + ## [0.11.9](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.11.8...sn_networking-v0.11.9) - 2023-12-07 ### Fixed diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 1f7880703e..eed43c3a58 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.11.9" +version = "0.11.10" [features] default=[] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 6968aee1d7..8f6ead02a6 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2477,6 +2477,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.99.16](https://github.com/maidsafe/safe_network/compare/sn_node-v0.99.15...sn_node-v0.99.16) - 2023-12-11 + +### Other +- gossipsub flood_publish and longer cache time to avoid loop + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 4c3d8b491b..6266b37d47 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Node" name = "sn_node" -version = "0.99.15" +version = "0.99.16" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,9 +51,9 @@ self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} sn_build_info = { path="../sn_build_info", version = "0.1.3" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.13" } -sn_client = { path = "../sn_client", version = "0.99.10" } +sn_client = { path = "../sn_client", version = "0.99.11" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_networking = { path = "../sn_networking", version = "0.11.9" } +sn_networking = { path = "../sn_networking", version = "0.11.10" } sn_protocol = { path = "../sn_protocol", version = "0.8.39" } sn_registers = { path = "../sn_registers", version = "0.3.5" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 838e323e0b..ec932e56ff 100644 --- a/sn_node_rpc_client/CHANGELOG.md +++ b/sn_node_rpc_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.70](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.69...sn_node_rpc_client-v0.1.70) - 2023-12-11 + +### Other +- update dependencies + ## [0.1.69](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.68...sn_node_rpc_client-v0.1.69) - 2023-12-11 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index d13c3bfcc4..eb4c5a63cb 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_node_rpc_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.69" +version = "0.1.70" [[bin]] path="src/main.rs" @@ -23,9 +23,9 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version="0.52", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_client = { path = "../sn_client", version = "0.99.10" } +sn_client = { path = "../sn_client", version = "0.99.11" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.99.15" } +sn_node = { path = "../sn_node", version = "0.99.16" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } sn_protocol = { path = "../sn_protocol", version = "0.8.39" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 3a558bcda2..288520086a 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2187,6 +2187,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.332](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.331...sn_testnet-v0.2.332) - 2023-12-11 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 14419030ce..5d4751c48d 100644 --- a/sn_testnet/Cargo.toml +++ b/sn_testnet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_testnet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.331" +version = "0.2.332" [features] # required to pass on flag to node builds