risq
risq copied to clipboard
Update Rust crate actix to 0.13.0
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actix | dependencies | minor | 0.8.3 -> 0.13.0 |
Release Notes
actix/actix (actix)
v0.13.3
: actix: v0.13.3
- No significant changes since
0.13.2
.
v0.13.2
: actix: v0.13.2
- Expose
ContextFut::restart
. - Unquoted types are now allowed in the
#[rtype(result = TYPE)]
position when type is a path.
v0.13.1
: actix: v0.13.1
Added
- Add
SyncArbiter::start_with_thread_builder()
. - Derive
PartialEq
andEq
forMailboxError
. - Minimum supported Rust version (MSRV) is now 1.68.
Fixed
- Fix
SinkWrite
sometimes not sending all messages in its buffer.
v0.13.0
: actix: v0.13.0
Added
- Implement
Clone
forWeakRecipient
. #518 - Implement
From<Recipient>
forWeakRecipient
. #518 - Add
Recipient::downgrade
method for obtaining aWeakRecipient
. #518 - Extend
Sender
trait with adowngrade
method. #518
Changed
- Make
WeakSender
trait public rather than crate-public. #518 - Updated
tokio-util
dependency to0.7
. #??? - Updated minimum supported Rust version to 1.49.
Removed
- Remove
Resolver
actor. #451
v0.12.0
: actix: v0.12.0
Added
- Add
fut::try_future::ActorTryFuture
. #419 - Add
fut::try_future::ActorTryFutureExt
trait withmap_ok
,map_err
andand_then
combinator. #419 - Add
fut::future::ActorFutureExt::boxed_local
. #493 - Implemented
MessageResponse
forVec<T>
. #501
Changed
v0.11.1
: actix: v0.11.1
Fixed
- Panics caused by instant cancellation of a spawned future. #484
v0.11.0
: actix: v0.11.0
Removed
- Remove
fut::IntoActorFuture
trait. #475 - Remove
fut::future::WrapFuture
'sOutput
associated type. #475 - Remove
fut::stream::WrapStream
'sItem
associated type. #475 - Remove
prelude::Future
re-export from std. #482 - Remove
fut::future::Either
re-export. Support for the enum re-exported fromfutures_util
enum still exists. #482 - Remove
fut::future::FutureResult
type alias. #482
v0.10.0
: Actix v0.10.0
Changed
-
SinkWrite::write
calls now send all items correctly using an internal buffer. #384 - Add
Sync
bound forBox<dyn Sender>
trait object that makingRecipient
aSend
+Sync
type. #403 - Update
parking_lot
to 0.11 #404 - Remove unnecessary
PhantomData
field fromRequest
making itSend + Sync
regardless ifRequest
's type-argument isSend
orSync
#407
v0.9.0
: Actix v0.9.0
Changes
[0.9.0] 2019-12-20
Fixed
- Fix
ResolveFuture
type signature.
[0.9.0-alpha.2] 2019-12-16
Fixed
- Fix
Resolve
actor's panic
[0.9.0-alpha.1] 2019-12-15
Added
-
Added
Context::connected()
to check any addresses are alive -
Added
fut::ready()
future
Changed
-
Migrate to std::future, tokio 0.2 and actix-rt 1.0.0 @bcmcmill #300
-
Upgrade
derive_more
to 0.99.2 -
Upgrade
smallvec
to 1.0.0
Fixed
- Added
#[must_use]
attribute toActorFuture
andActorStream
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.