This repository has been archived by the owner on May 5, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.3
->0.13.0
Release Notes
actix/actix (actix)
v0.13.3
: actix: v0.13.3Compare Source
0.13.2
.v0.13.2
: actix: v0.13.2Compare Source
ContextFut::restart
.#[rtype(result = TYPE)]
position when type is a path.v0.13.1
: actix: v0.13.1Compare Source
Added
SyncArbiter::start_with_thread_builder()
.PartialEq
andEq
forMailboxError
.Fixed
SinkWrite
sometimes not sending all messages in its buffer.v0.13.0
: actix: v0.13.0Compare Source
Added
Clone
forWeakRecipient
. #518From<Recipient>
forWeakRecipient
. #518Recipient::downgrade
method for obtaining aWeakRecipient
. #518Sender
trait with adowngrade
method. #518Changed
WeakSender
trait public rather than crate-public. #518tokio-util
dependency to0.7
. #???Removed
Resolver
actor. #451v0.12.0
: actix: v0.12.0Compare Source
Added
fut::try_future::ActorTryFuture
. #419fut::try_future::ActorTryFutureExt
trait withmap_ok
,map_err
andand_then
combinator. #419fut::future::ActorFutureExt::boxed_local
. #493MessageResponse
forVec<T>
. #501Changed
Context::new
public. #491SinkWriter::write
returnsResult
instead ofOption
. #499v0.11.1
: actix: v0.11.1Fixed
v0.11.0
: actix: v0.11.0Removed
fut::IntoActorFuture
trait. #475fut::future::WrapFuture
'sOutput
associated type. #475fut::stream::WrapStream
'sItem
associated type. #475prelude::Future
re-export from std. #482fut::future::Either
re-export. Support for the enum re-exported fromfutures_util
enumstill exists. #482
fut::future::FutureResult
type alias. #482v0.10.0
: Actix v0.10.0Compare Source
Changed
SinkWrite::write
calls now send all items correctly using an internal buffer. #384Sync
bound forBox<dyn Sender>
trait object that makingRecipient
aSend
+Sync
type. #403parking_lot
to 0.11 #404PhantomData
field fromRequest
making itSend + Sync
regardless ifRequest
's type-argument isSend
orSync
#407v0.9.0
: Actix v0.9.0Compare Source
Changes
[0.9.0] 2019-12-20
Fixed
ResolveFuture
type signature.[0.9.0-alpha.2] 2019-12-16
Fixed
Resolve
actor's panic[0.9.0-alpha.1] 2019-12-15
Added
Added
Context::connected()
to check any addresses are aliveAdded
fut::ready()
futureChanged
Migrate to std::future, tokio 0.2 and actix-rt 1.0.0 @bcmcmill #300
Upgrade
derive_more
to 0.99.2Upgrade
smallvec
to 1.0.0Fixed
#[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.
This PR has been generated by Mend Renovate. View repository job log here.