diff --git a/Cargo.lock b/Cargo.lock index 598881877f..0964ced66b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.38" +version = "0.86.39" dependencies = [ "blsttc", "bytes", @@ -4524,7 +4524,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.99.2" +version = "0.99.3" dependencies = [ "async-trait", "blsttc", @@ -4557,7 +4557,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.60" +version = "0.1.61" dependencies = [ "blsttc", "clap 4.4.10", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.11.1" +version = "0.11.2" dependencies = [ "async-trait", "blsttc", @@ -4628,7 +4628,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.99.4" +version = "0.99.5" dependencies = [ "assert_fs", "async-trait", @@ -4680,7 +4680,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.58" +version = "0.1.59" dependencies = [ "assert_fs", "async-trait", @@ -4764,7 +4764,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.320" +version = "0.2.321" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index a260281a88..40e36498a0 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.39](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.38...sn_cli-v0.86.39) - 2023-12-05 + +### Other +- update dependencies + ## [0.86.38](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.37...sn_cli-v0.86.38) - 2023-12-05 ### Added diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 12022885c3..8ad41084ae 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.38" +version = "0.86.39" [[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.2" } -sn_client = { path = "../sn_client", version = "0.99.2" } +sn_client = { path = "../sn_client", version = "0.99.3" } sn_transfers = { path = "../sn_transfers", version = "0.14.24" } sn_logging = { path = "../sn_logging", version = "0.2.15" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.11" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index 60b96143df..8ef50eaec2 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.3](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.2...sn_client-v0.99.3) - 2023-12-05 + +### Other +- updated the following local packages: sn_networking + ## [0.99.2](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.1...sn_client-v0.99.2) - 2023-12-05 ### Added diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index dd334fe015..7eaa9eab3b 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.2" +version = "0.99.3" [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.1" } +sn_networking = { path = "../sn_networking", version = "0.11.2" } sn_protocol = { path = "../sn_protocol", version = "0.8.35" } sn_registers = { path = "../sn_registers", version = "0.3.4" } sn_transfers = { path = "../sn_transfers", version = "0.14.24" } diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index c10838efa5..e25800da0f 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.61](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.60...sn_faucet-v0.1.61) - 2023-12-05 + +### Other +- update dependencies + ## [0.1.60](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.59...sn_faucet-v0.1.60) - 2023-12-05 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 18041b7a25..5b5cbcb6da 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.60" +version = "0.1.61" [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.2" } +sn_client = { path = "../sn_client", version = "0.99.3" } sn_logging = { path = "../sn_logging", version = "0.2.15" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.11" } sn_transfers = { path = "../sn_transfers", version = "0.14.24" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index 814464dbf6..136d3d27f7 100644 --- a/sn_networking/CHANGELOG.md +++ b/sn_networking/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.2](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.11.1...sn_networking-v0.11.2) - 2023-12-05 + +### Added +- not dial back for peers in full kbucket +- *(network)* dial back when received identify from incoming + ## [0.11.1](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.11.0...sn_networking-v0.11.1) - 2023-12-05 ### Other diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index a4c2056200..2ec124d4ff 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.1" +version = "0.11.2" [features] default=[] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 403c104eca..5eefb810df 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2400,6 +2400,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.99.5](https://github.com/maidsafe/safe_network/compare/sn_node-v0.99.4...sn_node-v0.99.5) - 2023-12-05 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 050049163f..2a55325a6b 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.4" +version = "0.99.5" 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.2" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.11" } -sn_client = { path = "../sn_client", version = "0.99.2" } +sn_client = { path = "../sn_client", version = "0.99.3" } sn_logging = { path = "../sn_logging", version = "0.2.15" } -sn_networking = { path = "../sn_networking", version = "0.11.1" } +sn_networking = { path = "../sn_networking", version = "0.11.2" } sn_protocol = { path = "../sn_protocol", version = "0.8.35" } sn_registers = { path = "../sn_registers", version = "0.3.4" } sn_transfers = { path = "../sn_transfers", version = "0.14.24" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 9ff63e021a..9a7144f10e 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.59](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.58...sn_node_rpc_client-v0.1.59) - 2023-12-05 + +### Other +- update dependencies + ## [0.1.58](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.57...sn_node_rpc_client-v0.1.58) - 2023-12-05 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 3bec668b2c..7876338053 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.58" +version = "0.1.59" [[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.2" } +sn_client = { path = "../sn_client", version = "0.99.3" } sn_logging = { path = "../sn_logging", version = "0.2.15" } -sn_node = { path = "../sn_node", version = "0.99.4" } +sn_node = { path = "../sn_node", version = "0.99.5" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.11" } sn_protocol = { path = "../sn_protocol", version = "0.8.35" } sn_transfers = { path = "../sn_transfers", version = "0.14.24" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 3cd6734386..65720d2d66 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2128,6 +2128,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.321](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.320...sn_testnet-v0.2.321) - 2023-12-05 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 6ef47ba548..d7952f59a8 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.320" +version = "0.2.321" [features] # required to pass on flag to node builds