Skip to content

Commit

Permalink
chore(release): sn_node-0.80.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 24, 2023
1 parent 142dd14 commit fc87d05
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 9 deletions.
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.

44 changes: 37 additions & 7 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,55 @@ 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).

## v0.80.4 (2023-03-24)

### Chore

- <csr-id-142dd14fe1fb99a301e65adc72b739788015c959/> parse network knowledge members from logs

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- Parse network knowledge members from logs ([`142dd14`](https://github.com/maidsafe/safe_network/commit/142dd14fe1fb99a301e65adc72b739788015c959))
</details>

## v0.80.3 (2023-03-23)

### Chore

- <csr-id-358174ab1503fc8cf1b07ab66be397f3e853a14c/> sn_testnet-0.1.4/sn_interface-0.20.9/sn_node-0.80.3

### New Features

- <csr-id-16bb3389cdd665fe9a577587d9b7a6e8d21a3028/> exposing a gRPC interface on safenode bin/app
- The safenode RPC service is exposed only when built with 'rpc-service' feature.
- The safenode RPC service code is generated automatically using gRPC (`tonic` crate)
- The safenode RPC service code is generated automatically using gRPC (`tonic` crate)
from a `proto` file with messages definitions added to sn_interface.
- The RPC is exposed at the same address as the node's address used for network connections,
- The RPC is exposed at the same address as the node's address used for network connections,
but using the subsequent port number.
- A new final step was implemented for the sn_testnet tool, to run a check on the launched nodes,
- A new final step was implemented for the sn_testnet tool, to run a check on the launched nodes,
verifying their names and network knowledge are the expected for the launched testnet.
- The new sn_testnet tool step is run only if built with 'verify-nodes' feature.
- Running the `verify-nodes` check of sn_testnet in CI previous to sn_client e2e tests.
- The new sn_testnet tool step is run only if built with 'verify-nodes' feature.
- Running the `verify-nodes` check of sn_testnet in CI previous to sn_client e2e tests.

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 2 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details
Expand All @@ -35,12 +63,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Sn_testnet-0.1.4/sn_interface-0.20.9/sn_node-0.80.3 ([`358174a`](https://github.com/maidsafe/safe_network/commit/358174ab1503fc8cf1b07ab66be397f3e853a14c))
- Exposing a gRPC interface on safenode bin/app ([`16bb338`](https://github.com/maidsafe/safe_network/commit/16bb3389cdd665fe9a577587d9b7a6e8d21a3028))
</details>

## v0.80.2 (2023-03-23)

<csr-id-7a4bdb9dac983d957077878ac87d65535baeee9c/>
<csr-id-4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c/>

### Chore

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

[[bin]]
name = "safenode"
Expand Down

0 comments on commit fc87d05

Please sign in to comment.