Skip to content

Commit

Permalink
chore(release): sn_interface-0.16.1/sn_client-0.77.1/sn_node-0.72.1/s…
Browse files Browse the repository at this point in the history
…n_api-0.75.1
  • Loading branch information
actions-user committed Dec 15, 2022
1 parent 2b66221 commit 82c0cf6
Show file tree
Hide file tree
Showing 11 changed files with 890 additions and 304 deletions.
8 changes: 4 additions & 4 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.16.0" }
sn_interface = { path = "../sn_interface", version = "^0.16.1" }
75 changes: 64 additions & 11 deletions sn_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,51 @@ 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.75.0 (2022-12-09)
## v0.75.1 (2022-12-15)

### Chore

- <csr-id-89e1e40ed9100b28a1ad5ed196620a6d6415706e/> ignore qp2p::SendStream::finish errors
They dont mean a msg was not sent.

### 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**
- ignore qp2p::SendStream::finish errors ([`89e1e40`](https://github.com/maidsafe/safe_network/commit/89e1e40ed9100b28a1ad5ed196620a6d6415706e))
</details>

## v0.75.0 (2022-12-13)

<csr-id-ee824e7785b8da770b5aa6bba3415a274a4e0d68/>
<csr-id-1bf23ff2d00b66232267403f94d3fa133416fdd3/>
<csr-id-bef40c17867f33e4775af8ee5e9b617d52ee2667/>
<csr-id-c2d0a0c98569b7fbeacad6796d7b245d2c3e6828/>
<csr-id-033d17f355bea910939e094770af73be89e642ad/>
<csr-id-8a569827c64c89c9b7268e7c6b103a42a4e45dae/>
<csr-id-68c54c90eb622a33bed1981ef765adb9bded2d96/>
<csr-id-e57d83235f60a16bd7e1ee801f35a599113dc71a/>
<csr-id-2e937145c39039ee55505f00637cf484943f4471/>
<csr-id-77cb17c41bbf258c3f1b16934c4c71b5e5ad2456/>
<csr-id-e58d19d10d8cf4817f066942e1dbbeffbca740ce/>
<csr-id-6bc0892e50dddbda393eb37abac44e2bf7e626eb/>
<csr-id-10c2420505b85914eb7518c48a3951a5402331cf/>
<csr-id-1152b2764e955edd80fb33921a8d8fe52654a896/>
<csr-id-ff59202d1374c7e5dcc570d50ed8b399fafe488d/>
<csr-id-905b8d8ed5652c50aac8c381b3c000efcad5de74/>
<csr-id-bdf50e7ad1214ef4bb48c0a12db8a7700193bb2a/>
<csr-id-a973b62a8ef48acc92af8735e7e7bcac94e0092f/>

### Chore

Expand All @@ -29,6 +73,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- <csr-id-2e937145c39039ee55505f00637cf484943f4471/> add nightly fixes
- <csr-id-77cb17c41bbf258c3f1b16934c4c71b5e5ad2456/> add nightly fixes

### Chore

- <csr-id-ea1d0490f0b67a9f39bd98b2bd5830a0f63fbf6e/> upgrade sn_dbc and blsttc
Upgrade both of these crates to resolve a publishing issue regarding a crate that had been yanked
being pulled in to the dependency graph.
- <csr-id-e3bb817e20843f68ee21e9a5dd7e52c8a6e92b88/> sn_interface-0.16.0/sn_dysfunction-0.15.0/sn_client-0.77.0/sn_node-0.72.0/sn_api-0.75.0/sn_cli-0.68.0

### New Features

- <csr-id-5c8b1f50d1bf346d45bd2a9faf92bbf33cb448da/> client retry spend on unknown section key
Expand All @@ -43,11 +94,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
There are a few misc changes along with this commit:

* Debugging message to indicate a spend request being processed correctly, which proved useful when
trying to get the automated test working.
* Remove the current section key from the unknown section key error. It's not necessary to include
trying to get the automated test working.
* Remove the current section key from the unknown section key error. It's not necessary to include
this.
* When running the baby fleming network with the Makefile, include log messages from `sn_interface`.
* Fix up git-based references to `sn_dbc` crate.
* When running the baby fleming network with the Makefile, include log messages from `sn_interface`.
* Fix up git-based references to `sn_dbc` crate.

### Bug Fixes

Expand Down Expand Up @@ -104,9 +155,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 27 commits contributed to the release over the course of 72 calendar days.
- 80 days passed between releases.
- 23 commits were understood as [conventional](https://www.conventionalcommits.org).
- 30 commits contributed to the release over the course of 77 calendar days.
- 85 days passed between releases.
- 25 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

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

* **Uncategorized**
- Merge #1882 ([`16e82d1`](https://github.com/maidsafe/safe_network/commit/16e82d13cfeee993c85c04f1c6f90e4305c90487))
- upgrade sn_dbc and blsttc ([`ea1d049`](https://github.com/maidsafe/safe_network/commit/ea1d0490f0b67a9f39bd98b2bd5830a0f63fbf6e))
- sn_interface-0.16.0/sn_dysfunction-0.15.0/sn_client-0.77.0/sn_node-0.72.0/sn_api-0.75.0/sn_cli-0.68.0 ([`e3bb817`](https://github.com/maidsafe/safe_network/commit/e3bb817e20843f68ee21e9a5dd7e52c8a6e92b88))
- add upload limit to cli cfg ([`8855c50`](https://github.com/maidsafe/safe_network/commit/8855c50b2e47be4298220c9e1f79a57403fd4ac0))
- add upload limit to cli cfg ([`fa82955`](https://github.com/maidsafe/safe_network/commit/fa82955cd4e8ad82372089fd08e11e19dcaee42b))
- Merge #1744 #1792 ([`ea83392`](https://github.com/maidsafe/safe_network/commit/ea83392ccc9cbb79b175c29ba77c4a7e27a5398f))
Expand Down Expand Up @@ -147,6 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## v0.74.0 (2022-09-19)

<csr-id-a8a9fb90791b29496e8559090dca4161e04054da/>

### Chore

- <csr-id-a8a9fb90791b29496e8559090dca4161e04054da/> sn_interface-0.15.0/sn_dysfunction-0.14.0/sn_client-0.76.0/sn_node-0.71.0/sn_api-0.74.0/sn_cli-0.67.0
Expand Down Expand Up @@ -230,9 +286,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- report any error occurred when handling a service msg back to the client ([`d671f4e`](https://github.com/maidsafe/safe_network/commit/d671f4ee4c76b42187d266aee99351114acf6cd7))
</details>

<csr-unknown>
Adapting sn_api wallet and sn_node spentbook unit tests for new error msgs/cmds.<csr-unknown/>

## v0.71.0 (2022-09-06)

<csr-id-d28fdf3ddd0a39f7bbc6426e1e71d990319b0ec7/>
Expand Down
8 changes: 4 additions & 4 deletions sn_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn_api"
version = "0.75.0"
version = "0.75.1"
description = "Safe API"
authors = [
"bochaco <gabrielviganotti@gmail.com>",
Expand Down Expand Up @@ -41,9 +41,9 @@ pbkdf2 = { version = "~0.7", default-features = false }
serde = "1.0.123"
serde_json = "1.0.62"
sha3 = "~0.9"
sn_client = { path = "../sn_client", version = "^0.77.0" }
sn_client = { path = "../sn_client", version = "^0.77.1" }
sn_dbc = { version = "8.1.2", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.16.0" }
sn_interface = { path = "../sn_interface", version = "^0.16.1" }
thiserror = "1.0.23"
time = { version = "~0.3.4", features = ["formatting"] }
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
Expand Down Expand Up @@ -73,6 +73,6 @@ async_once = "~0.2.6"
hex = "~0.4"
predicates = "2.0"
proptest = "1.0.0"
sn_client = { path = "../sn_client", version = "^0.77.0", features = ["test-utils"] }
sn_client = { path = "../sn_client", version = "^0.77.1", features = ["test-utils"] }
tokio = { version = "1.6.0", features = ["macros"] }
tracing-subscriber = "~0.3.1"

0 comments on commit 82c0cf6

Please sign in to comment.