Skip to content

Commit

Permalink
chore(release): sn_interface-0.19.3/sn_node-0.77.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 28, 2023
1 parent 5fd068e commit 039e1cc
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 14 deletions.
4 changes: 2 additions & 2 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 log_cmds_inspector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ clap = { version = "3.0.0", features = ["derive", "env"] }
strum = "0.24"
strum_macros = "0.24"
walkdir = "2"
sn_interface = { path = "../sn_interface", version = "^0.19.2" }
sn_interface = { path = "../sn_interface", version = "^0.19.3" }
34 changes: 32 additions & 2 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,36 @@ 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.19.3 (2023-02-28)

### Chore

- <csr-id-5fd068e10cc96396fb800cf6acd92b377f4e21d9/> clarify relocation flow

### 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**
- Clarify relocation flow ([`5fd068e`](https://github.com/maidsafe/safe_network/commit/5fd068e10cc96396fb800cf6acd92b377f4e21d9))
</details>

## v0.19.2 (2023-02-28)

### Chore

- <csr-id-80bae9ffa64e274da520e752cab0df79d5cf419e/> sn_interface-0.19.2/sn_node-0.77.2

### Bug Fixes

- <csr-id-fe2f46bcb60185a2c2fd28c0dcc3befdeb9851c0/> ae updates and affects split into sap and member updates
Expand All @@ -20,8 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<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 @@ -31,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.19.2/sn_node-0.77.2 ([`80bae9f`](https://github.com/maidsafe/safe_network/commit/80bae9ffa64e274da520e752cab0df79d5cf419e))
- Ae updates and affects split into sap and member updates ([`fe2f46b`](https://github.com/maidsafe/safe_network/commit/fe2f46bcb60185a2c2fd28c0dcc3befdeb9851c0))
</details>

Expand All @@ -39,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<csr-id-9a2f912effa46112c8481dd259c9f203ee775e2e/>
<csr-id-5fcb6700fa26c0825191feb87c8d4a4653e50eef/>
<csr-id-3fda80a40c508d16fbe097091252a98b01f8f339/>
<csr-id-558061d5eea7bc1f0feac310afb91ef9ca7c681e/>

### Refactor

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

[features]
test-utils=["proptest"]
Expand Down
37 changes: 32 additions & 5 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,36 @@ 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.77.3 (2023-02-28)

### Chore

- <csr-id-5fd068e10cc96396fb800cf6acd92b377f4e21d9/> clarify relocation flow

### 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**
- Clarify relocation flow ([`5fd068e`](https://github.com/maidsafe/safe_network/commit/5fd068e10cc96396fb800cf6acd92b377f4e21d9))
</details>

## v0.77.2 (2023-02-28)

### Chore

- <csr-id-80bae9ffa64e274da520e752cab0df79d5cf419e/> sn_interface-0.19.2/sn_node-0.77.2

### Bug Fixes

- <csr-id-fe2f46bcb60185a2c2fd28c0dcc3befdeb9851c0/> ae updates and affects split into sap and member updates
Expand All @@ -19,8 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<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 @@ -30,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.19.2/sn_node-0.77.2 ([`80bae9f`](https://github.com/maidsafe/safe_network/commit/80bae9ffa64e274da520e752cab0df79d5cf419e))
- Ae updates and affects split into sap and member updates ([`fe2f46b`](https://github.com/maidsafe/safe_network/commit/fe2f46bcb60185a2c2fd28c0dcc3befdeb9851c0))
</details>

Expand All @@ -38,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<csr-id-9a2f912effa46112c8481dd259c9f203ee775e2e/>
<csr-id-5fcb6700fa26c0825191feb87c8d4a4653e50eef/>
<csr-id-3fda80a40c508d16fbe097091252a98b01f8f339/>
<csr-id-558061d5eea7bc1f0feac310afb91ef9ca7c681e/>

### Refactor

Expand Down Expand Up @@ -9685,9 +9715,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Move safe_network code into sn directory ([`2254329`](https://github.com/maidsafe/safe_network/commit/225432908839359800d301d9e5aa8274e4652ee1))
</details>

<csr-unknown>
Expected age of joining node for genesis section is now calculatedin a deterministic way using the peer’s address.makes use of the new command to throttle replication messages to avoid message explosionalso refactors methods for writing data to diskRe-enabling the only two fetch API tests which are now passsing with this fix.discard DKG session info for older sessionsskip DkgStart and DkgRetry messages for expired sessionserror instead of panicking if logger is already initializeduse unique socker addrs for nodesprint error returned from proptest<csr-unknown/>

## v0.58.13 (2022-04-23)

<csr-id-7b8ce1c9d980015768a300ac99d07f69cc1f5ae3/>
Expand Down
6 changes: 3 additions & 3 deletions 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.77.2"
version = "0.77.3"

[[bench]]
name = "data_storage"
Expand Down Expand Up @@ -59,7 +59,7 @@ sn_updater = { path = "../sn_updater", version = "^0.1.0" }
sn_comms = { path = "../sn_comms", version = "^0.5.0" }
sn_dbc = { version = "8.3.0", features = ["serdes"] }
sn_fault_detection = { path = "../sn_fault_detection", version = "^0.15.5" }
sn_interface = { path = "../sn_interface", version = "^0.19.2" }
sn_interface = { path = "../sn_interface", version = "^0.19.3" }
sn_sdkg = "3.1.2"
serde = { version = "1.0.111", features = ["derive", "rc"] }
serde_bytes = "~0.11.5"
Expand Down Expand Up @@ -102,7 +102,7 @@ rand = { version = "~0.8.5", features = ["small_rng"] }
tokio-util = { version = "~0.7", features = ["time"] }
walkdir = "2"
sn_comms = { path = "../sn_comms", version = "^0.5.0", features = ["test"] }
sn_interface = { path = "../sn_interface", version = "^0.19.2", features= ["test-utils", "proptest"] }
sn_interface = { path = "../sn_interface", version = "^0.19.3", features= ["test-utils", "proptest"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
Expand Down

0 comments on commit 039e1cc

Please sign in to comment.