Skip to content

Commit

Permalink
chore(release): sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93…
Browse files Browse the repository at this point in the history
….4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22
  • Loading branch information
joshuef committed Jun 4, 2024
1 parent c56fc33 commit 73cc74b
Show file tree
Hide file tree
Showing 22 changed files with 110 additions and 42 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion nat-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ libp2p = { version = "0.53", features = [
"macros",
"upnp",
] }
sn_networking = { path = "../sn_networking", version = "0.16.2" }
sn_networking = { path = "../sn_networking", version = "0.16.3" }
tokio = { version = "1.32.0", features = ["full"] }
tracing = { version = "~0.1.26" }
tracing-log = "0.2.0"
Expand Down
16 changes: 16 additions & 0 deletions node-launchpad/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.5](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.4...node-launchpad-v0.3.5) - 2024-06-04

### Added
- *(launchpad)* obtain stats from the metrics endpoint
- *(node)* expose cumulative forwarded reward as metric and cache it locally
- *(manager)* provide option to start metrics server using random ports

### Fixed
- *(launchpad)* modify the device status panel
- *(manager)* add metrics port if not set

### Other
- *(launchpad)* move log line out of the loop
- *(launchpad)* clippy fixes
- *(launchpad)* update log folder structure

## [0.3.4](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.3...node-launchpad-v0.3.4) - 2024-06-04

### Added
Expand Down
6 changes: 3 additions & 3 deletions node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -51,8 +51,8 @@ reqwest = { version = "0.12.2", default-features = false, features = [
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
signal-hook = "0.3.17"
sn-node-manager = { version = "0.9.3", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.3.2", path = "../sn_peers_acquisition", features = ["network-contacts"]}
sn-node-manager = { version = "0.9.4", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.3.3", path = "../sn_peers_acquisition", features = ["network-contacts"]}
sn-releases = "~0.2.6"
sn_service_management = { version = "0.3.3", path = "../sn_service_management" }
strip-ansi-escapes = "0.2.0"
Expand Down
5 changes: 5 additions & 0 deletions sn_auditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.23](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.22...sn_auditor-v0.1.23) - 2024-06-04

### Other
- updated the following local packages: sn_client

## [0.1.22](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.21...sn_auditor-v0.1.22) - 2024-06-04

### Added
Expand Down
6 changes: 3 additions & 3 deletions sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.1.22"
version = "0.1.23"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand Down Expand Up @@ -30,9 +30,9 @@ graphviz-rust = { version = "0.9.0", optional = true }
lazy_static = "1.4.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.107.4" }
sn_client = { path = "../sn_client", version = "0.107.5" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
tiny_http = { version = "0.12", features = ["ssl-rustls"] }
tracing = { version = "~0.1.26" }
tokio = { version = "1.32.0", features = [
Expand Down
5 changes: 5 additions & 0 deletions sn_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.93.4](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.3...sn_cli-v0.93.4) - 2024-06-04

### Other
- *(network)* set metrics server to run on localhost

## [0.93.3](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.2...sn_cli-v0.93.3) - 2024-06-04

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_cli"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.93.3"
version = "0.93.4"

[[bin]]
path = "src/bin/main.rs"
Expand Down Expand Up @@ -58,9 +58,9 @@ reqwest = { version = "0.12.2", default-features = false, features = [
rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = ["derive"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.7" }
sn_client = { path = "../sn_client", version = "0.107.4" }
sn_client = { path = "../sn_client", version = "0.107.5" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.2" }
tempfile = "3.6.0"
tiny-keccak = "~2.0.2"
Expand All @@ -83,7 +83,7 @@ eyre = "0.6.8"
criterion = "0.5.1"
tempfile = "3.6.0"
rand = { version = "~0.8.5", features = ["small_rng"] }
sn_client = { path = "../sn_client", version = "0.107.4", features = [
sn_client = { path = "../sn_client", version = "0.107.5", features = [
"test-utils",
] }

Expand Down
5 changes: 5 additions & 0 deletions sn_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.107.5](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.4...sn_client-v0.107.5) - 2024-06-04

### Other
- *(network)* set metrics server to run on localhost

## [0.107.4](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.3...sn_client-v0.107.4) - 2024-06-04

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions sn_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.107.4"
version = "0.107.5"

[features]
default = []
Expand Down Expand Up @@ -49,7 +49,7 @@ 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.16.2" }
sn_networking = { path = "../sn_networking", version = "0.16.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.2" }
serde_json = "1.0"
sn_registers = { path = "../sn_registers", version = "0.3.13" }
Expand All @@ -59,7 +59,7 @@ thiserror = "1.0.23"
tiny-keccak = "~2.0.2"
tracing = { version = "~0.1.26" }
xor_name = "5.0.0"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2", optional = true }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3", optional = true }
eyre = { version = "0.6.8", optional = true }
lazy_static = { version = "~1.4.0", optional = true }

Expand All @@ -85,7 +85,7 @@ crate-type = ["cdylib", "rlib"]
getrandom = { version = "0.2.12", features = ["js"] }
wasm-bindgen = "0.2.90"
wasm-bindgen-futures = "0.4.40"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
console_error_panic_hook = "0.1.6"
tracing-wasm = "0.2.1"
wasmtimer = "0.2.0"
Expand Down
5 changes: 5 additions & 0 deletions sn_faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.25](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.24...sn_faucet-v0.4.25) - 2024-06-04

### Other
- updated the following local packages: sn_client, sn_cli

## [0.4.24](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.23...sn_faucet-v0.4.24) - 2024-06-04

### Other
Expand Down
8 changes: 4 additions & 4 deletions sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_faucet"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.4.24"
version = "0.4.25"

[features]
default = ["initial-data"]
Expand Down Expand Up @@ -38,10 +38,10 @@ minreq = { version = "2.11.0", features = ["https-rustls"], optional = true }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sn_build_info = { path = "../sn_build_info", version = "0.1.7" }
sn_cli = { path = "../sn_cli", version = "0.93.3" }
sn_client = { path = "../sn_client", version = "0.107.4" }
sn_cli = { path = "../sn_cli", version = "0.93.4" }
sn_client = { path = "../sn_client", version = "0.107.5" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.2" }
sn_transfers = { path = "../sn_transfers", version = "0.18.4" }
tokio = { version = "1.32.0", features = ["parking_lot", "rt"] }
Expand Down
5 changes: 5 additions & 0 deletions sn_networking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.3](https://github.com/joshuef/safe_network/compare/sn_networking-v0.16.2...sn_networking-v0.16.3) - 2024-06-04

### Other
- *(network)* set metrics server to run on localhost

## [0.16.2](https://github.com/joshuef/safe_network/compare/sn_networking-v0.16.1...sn_networking-v0.16.2) - 2024-06-03

### Other
Expand Down
2 changes: 1 addition & 1 deletion sn_networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_networking"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.16.2"
version = "0.16.3"

[features]
default = ["libp2p/quic"]
Expand Down
8 changes: 8 additions & 0 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.107.4](https://github.com/joshuef/safe_network/compare/sn_node-v0.107.3...sn_node-v0.107.4) - 2024-06-04

### Added
- *(node)* expose cumulative forwarded reward as metric and cache it locally

### Other
- *(network)* set metrics server to run on localhost

## [0.107.3](https://github.com/joshuef/safe_network/compare/sn_node-v0.107.2...sn_node-v0.107.3) - 2024-06-04

### Other
Expand Down
8 changes: 4 additions & 4 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Node"
name = "sn_node"
version = "0.107.3"
version = "0.107.4"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -52,10 +52,10 @@ rayon = "1.8.0"
self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.7" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" }
sn_client = { path = "../sn_client", version = "0.107.4" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
sn_client = { path = "../sn_client", version = "0.107.5" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_networking = { path = "../sn_networking", version = "0.16.2" }
sn_networking = { path = "../sn_networking", version = "0.16.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.2" }
sn_registers = { path = "../sn_registers", version = "0.3.13" }
sn_transfers = { path = "../sn_transfers", version = "0.18.4" }
Expand Down
9 changes: 9 additions & 0 deletions sn_node_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.4](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.9.3...sn-node-manager-v0.9.4) - 2024-06-04

### Added
- *(manager)* provide option to start metrics server using random ports
- *(node)* expose cumulative forwarded reward as metric and cache it locally

### Fixed
- *(manager)* add metrics port if not set

## [0.9.3](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.9.2...sn-node-manager-v0.9.3) - 2024-06-04

### Added
Expand Down
4 changes: 2 additions & 2 deletions sn_node_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "sn-node-manager"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.9.3"
version = "0.9.4"

[[bin]]
name = "safenode-manager"
Expand Down Expand Up @@ -43,7 +43,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
service-manager = "0.7.0"
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.2" }
sn_service_management = { path = "../sn_service_management", version = "0.3.3" }
sn-releases = "0.2.6"
Expand Down
Loading

0 comments on commit 73cc74b

Please sign in to comment.