Skip to content

Commit

Permalink
chore(release): stable release 2024.10.2.2
Browse files Browse the repository at this point in the history
==================
  Crate Versions
==================
autonomi: 0.1.2
sn_auditor: 0.3.4
sn_build_info: 0.1.15
sn_cli: 0.95.3
sn_client: 0.110.3
sn_faucet: 0.5.3
sn_logging: 0.2.36
sn_metrics: 0.1.16
nat-detection: 0.2.7
sn_networking: 0.18.4
sn_node: 0.111.4
node-launchpad: 0.3.19
sn_node_manager: 0.10.6
sn_node_rpc_client: 0.6.31
sn_peers_acquisition: 0.5.3
sn_protocol: 0.17.11
sn_registers: 0.3.21
sn_service_management: 0.3.14
sn_transfers: 0.19.3
test_utils: 0.4.7
token_supplies: 0.1.54
===================
  Binary Versions
===================
faucet: 0.5.3
nat-detection: 0.2.7
node-launchpad: 0.3.19
safe: 0.95.3
safenode: 0.111.4
safenode-manager: 0.10.6
safenode_rpc_client: 0.6.31
safenodemand: 0.10.6
sn_auditor: 0.3.4
  • Loading branch information
jacderida committed Oct 7, 2024
1 parent d67e164 commit 979e03c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### Changed

- The auditor's webservice has new endpoints that allow it to be restarted or terminated

## 2024-10-07

### Network

#### Changed

- Increase chunk size to 4MB with node size remaining at 32GB
- Bootstrap peer parsing in CI was changed to accommodate new log format in libp2p

### Node Manager

#### Added

- The `add` command has new `--max-log-files` and `--max-archived-log-files` arguments to support capping node log output
- The `add` command has new `--max-log-files` and `--max-archived-log-files` arguments to support
capping node log output

#### Fixed

Expand All @@ -30,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Increased logging related to app configuration. This could help solving issues on launchpad start up.
- Increased logging related to app configuration. This could help solving issues on launchpad start
up.

## 2024-10-03

Expand Down
2 changes: 1 addition & 1 deletion 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 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.3.3"
version = "0.3.4"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand Down

0 comments on commit 979e03c

Please sign in to comment.