api: Update change log
This commit is contained in:
parent
987d48666c
commit
c1b4b77bbd
@ -3,8 +3,11 @@
|
|||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Update strum dependency to 0.19
|
* Update strum dependency to 0.19
|
||||||
* The `EndpointError` trait now requires `std::error::Error`. This allows integrating `EndpointError`s in the common
|
* The `EndpointError` trait now requires `std::error::Error`. This allows integrating
|
||||||
rust error ecosystem like `thiserror` and `anyhow`.
|
`EndpointError`s in the common rust error ecosystem like `thiserror` and `anyhow`.
|
||||||
|
* The `Endpoint` trait has been replaced by two new traits that each capture a subset of its
|
||||||
|
previous functionality: `OutgoingRequest` for sending requests and receiving responses and
|
||||||
|
`IncomingRequest` for receiving requests and sending responses.
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user