⚠️ indicates a breaking change.
[Unreleased]
Added
Changed
Removed
[0.2.1] - 2024-09-26
Added
- Add
Client::postonly()
for spawningPostClient
objects. PostClient
is a special purposeClient
that can only issue post operations.
[0.2.0] - 2024-09-10
Changed
- Add some
Send
bounds to makeFuture
sSend
. - Update to
swctx
to0.3.0
, allowingReplyContext
to detect if the originating client has been dropped. - ⚠️ Require
std::error::Error
bound on application-specific errorE
forstd::error::Error
implementation onError<E>
as well asfmt::Display
forError<E>
. - ⚠️ Rename
MsgType::Put
toMsgType::Post
.
Removed
- Remove superfluous
parking_lot
dependency.
[0.1.0] - 2023-10-02
Initial release.