Skip to content

Commit

Permalink
chore(release): sn_interface-0.20.3/sn_client-0.82.1/sn_node-0.78.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 9, 2023
1 parent 7789cd5 commit bad9bc6
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 81 deletions.
6 changes: 3 additions & 3 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.20.2" }
sn_interface = { path = "../sn_interface", version = "^0.20.3" }
72 changes: 70 additions & 2 deletions sn_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,21 +1113,53 @@ needed, as they keypair itself contains the Arcs we need.
- Self authentication Example
- Example to demonstrate Storage API

## v0.82.1 (2023-03-09)

### New Features

- <csr-id-7789cd503b8f8f1f254d90741950958e678cc420/> adds query to get Elder reward keys

### Commit Statistics

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

- 1 commit contributed to the release.
- 1 day passed between releases.
- 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**
- Adds query to get Elder reward keys ([`7789cd5`](https://github.com/maidsafe/safe_network/commit/7789cd503b8f8f1f254d90741950958e678cc420))
</details>

## v0.81.5 (2023-03-07)

<csr-id-ecbdd14cfaa963777b903bfba549eb170113e503/>
<csr-id-311b204dc3413409f89c9dd73cce9e7d6dfa6a95/>

### Refactor

- <csr-id-ecbdd14cfaa963777b903bfba549eb170113e503/> reduce churn interval; retry con
The nodes are launched every 5s instead of 30s. The client connection
will be retried up to 5 times, with 1.5s delay.
- <csr-id-311b204dc3413409f89c9dd73cce9e7d6dfa6a95/> disable re-attempts for connect

### Chore

- <csr-id-76a1d051b8082bcf2e17a12c605a527d098c176b/> sn_client-0.81.5

### Commit Statistics

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

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

### Commit Details
Expand All @@ -1137,6 +1169,7 @@ needed, as they keypair itself contains the Arcs we need.
<details><summary>view details</summary>

* **Uncategorized**
- Sn_client-0.81.5 ([`76a1d05`](https://github.com/maidsafe/safe_network/commit/76a1d051b8082bcf2e17a12c605a527d098c176b))
- Reduce churn interval; retry con ([`ecbdd14`](https://github.com/maidsafe/safe_network/commit/ecbdd14cfaa963777b903bfba549eb170113e503))
- Disable re-attempts for connect ([`311b204`](https://github.com/maidsafe/safe_network/commit/311b204dc3413409f89c9dd73cce9e7d6dfa6a95))
</details>
Expand All @@ -1146,6 +1179,7 @@ needed, as they keypair itself contains the Arcs we need.
<csr-id-9251e0dfa08e9a36c9b55fe1709cdfbc38668cd3/>
<csr-id-87e59a24bcabd0c710fa0c8871bafe1b68c89b5e/>
<csr-id-5959754ccb70bbb468d4d01265c6e605e9b821b5/>
<csr-id-c3db5e8ceafcbdff8eafb787d1ad8b80bb470849/>

### Other

Expand Down Expand Up @@ -1276,6 +1310,40 @@ needed, as they keypair itself contains the Arcs we need.
- Use max_backoff_interval when retrying checking replicas ([`87a5634`](https://github.com/maidsafe/safe_network/commit/87a5634612282c189f68293940d85830e8d65400))
</details>

## v0.82.0 (2023-03-08)

### Chore

- <csr-id-1e531f807b1c920e61ec9ad2490f6590bf43fdd2/> sn_interface-0.20.0/sn_comms-0.6.0/sn_client-0.82.0/sn_node-0.78.0/sn_api-0.80.0/sn_cli-0.73.0

### New Features

- <csr-id-fa49b0d05d944f0ab1141b3c18bd61ac345b2fed/> encapsulate Dbc reasons

### New Features (BREAKING)

- <csr-id-97ee1eb5a55a0b4dbea9ea8a512351dd3219a6ed/> DBC reasons

### Commit Statistics

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

- 3 commits contributed to the release.
- 3 commits were 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**
- Sn_interface-0.20.0/sn_comms-0.6.0/sn_client-0.82.0/sn_node-0.78.0/sn_api-0.80.0/sn_cli-0.73.0 ([`1e531f8`](https://github.com/maidsafe/safe_network/commit/1e531f807b1c920e61ec9ad2490f6590bf43fdd2))
- Encapsulate Dbc reasons ([`fa49b0d`](https://github.com/maidsafe/safe_network/commit/fa49b0d05d944f0ab1141b3c18bd61ac345b2fed))
- DBC reasons ([`97ee1eb`](https://github.com/maidsafe/safe_network/commit/97ee1eb5a55a0b4dbea9ea8a512351dd3219a6ed))
</details>

## v0.81.0 (2023-02-27)

<csr-id-7b046d3bf9c2de4d7aea170197ba4f3e2392fe89/>
Expand Down
6 changes: 3 additions & 3 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.82.0"
version = "0.82.1"

[[bench]]
name = "upload_bytes"
Expand Down Expand Up @@ -72,7 +72,7 @@ serde_bytes = "~0.11.5"
serde_json = "1.0.53"
signature = "1.1.10"
sn_dbc = { version = "9.0.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.20.0" }
sn_interface = { path = "../sn_interface", version = "^0.20.3" }
strum = "0.24"
strum_macros = "0.24"
tempfile = "3.2.0"
Expand Down Expand Up @@ -100,7 +100,7 @@ sn_launch_tool = "0.13.1"
termcolor="1.1.2"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
walkdir = "2"
sn_interface = { path = "../sn_interface", version = "^0.20.0", features= ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.20.3", features= ["test-utils"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
Expand Down
37 changes: 35 additions & 2 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,49 @@ 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.20.3 (2023-03-09)

### New Features

- <csr-id-7789cd503b8f8f1f254d90741950958e678cc420/> adds query to get Elder reward keys

### 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**
- Adds query to get Elder reward keys ([`7789cd5`](https://github.com/maidsafe/safe_network/commit/7789cd503b8f8f1f254d90741950958e678cc420))
</details>

## v0.20.2 (2023-03-09)

<csr-id-0ff8d0bef0c8c9a4ef38d094337b25070f7e7ac0/>

### Chore

- <csr-id-0ff8d0bef0c8c9a4ef38d094337b25070f7e7ac0/> clean up a few things from commit 4097de4

### Chore

- <csr-id-07b4cb75e2b1a1db93b7ef9e7d60ed802520f9c9/> sn_interface-0.20.2/sn_node-0.78.2

### Commit Statistics

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

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

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

* **Uncategorized**
- Sn_interface-0.20.2/sn_node-0.78.2 ([`07b4cb7`](https://github.com/maidsafe/safe_network/commit/07b4cb75e2b1a1db93b7ef9e7d60ed802520f9c9))
- Clean up a few things from commit 4097de4 ([`0ff8d0b`](https://github.com/maidsafe/safe_network/commit/0ff8d0bef0c8c9a4ef38d094337b25070f7e7ac0))
</details>

## v0.20.1 (2023-03-08)

<csr-id-2f99d36a8606dc2bb39ac025adcd358fc48fcb91/>

### Chore

- <csr-id-2f99d36a8606dc2bb39ac025adcd358fc48fcb91/> sn_interface-0.20.1/sn_node-0.78.1
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.20.2"
version = "0.20.3"

[features]
test-utils = ["proptest"]
Expand Down
Loading

0 comments on commit bad9bc6

Please sign in to comment.