Skip to content

Commit

Permalink
Changelog entries for #1362
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Sep 28, 2023
1 parent a41c4ab commit d1f9d1a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changelog/unreleased/breaking-changes/1362-rpc-by-reqwest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- `[tendermint-rpc]` Changed `ErrorDetail` variants
([\#1362](https://github.com/informalsystems/tendermint-rs/pull/1362)):
* Removed the `Hyper` and `InvalidUri` variants.
* The `Http` variant now has `Error` from `reqwest` as the source.
* Added the `InvalidProxy` variant.
* The `tungstenite` dependency exposed through its `Error` type in
WebSocket-related variants has been updated to version 0.20.x.
- `[tendermint-rpc]` Removed a `TryFrom<HttpClientUrl>` conversion for
`hyper::Uri` as hyper is no longer a direct dependency
([\#1362](https://github.com/informalsystems/tendermint-rs/pull/1362)).
3 changes: 3 additions & 0 deletions .changelog/unreleased/security/1342-rpc-by-reqwest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[tendermint-rpc]` remove RUSTSEC-2023-0052 vulnerability by dropping
dependency on `hyper-proxy` and changing the HTTP client to use `reqwest`
([\#1342](https://github.com/informalsystems/tendermint-rs/issues/1342)).

0 comments on commit d1f9d1a

Please sign in to comment.