Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Update Rust crate actix to 0.13.0 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 18, 2021

Mend Renovate

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

Compare Source

  • No significant changes since 0.13.2.

v0.13.2: actix: v0.13.2

Compare Source

  • 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

Compare Source

Added
  • Add SyncArbiter::start_with_thread_builder().
  • Derive PartialEq and Eq for MailboxError.
  • 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

Compare Source

Added
  • Implement Clone for WeakRecipient. #​518
  • Implement From<Recipient> for WeakRecipient. #​518
  • Add Recipient::downgrade method for obtaining a WeakRecipient. #​518
  • Extend Sender trait with a downgrade method. #​518
Changed
  • Make WeakSender trait public rather than crate-public. #​518
  • Updated tokio-util dependency to 0.7. #???
  • Updated minimum supported Rust version to 1.49.
Removed

v0.12.0: actix: v0.12.0

Compare Source

Added
  • Add fut::try_future::ActorTryFuture. #​419
  • Add fut::try_future::ActorTryFutureExt trait with map_ok, map_err and and_then combinator. #​419
  • Add fut::future::ActorFutureExt::boxed_local. #​493
  • Implemented MessageResponse for Vec<T>. #​501
Changed
  • Make Context::new public. #​491
  • SinkWriter::write returns Result instead of Option. #​499

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's Output associated type. #​475
  • Remove fut::stream::WrapStream's Item associated type. #​475
  • Remove prelude::Future re-export from std. #​482
  • Remove fut::future::Either re-export. Support for the enum re-exported from futures_util enum
    still exists. #​482
  • Remove fut::future::FutureResult type alias. #​482

v0.10.0: Actix v0.10.0

Compare Source

Changed
  • SinkWrite::write calls now send all items correctly using an internal buffer. #​384
  • Add Sync bound for Box<dyn Sender> trait object that making Recipient a Send + Sync type. #​403
  • Update parking_lot to 0.11 #​404
  • Remove unnecessary PhantomData field from Request making it Send + Sync regardless if
    Request's type-argument is Send or Sync #​407

v0.9.0: Actix v0.9.0

Compare Source

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 to ActorFuture and ActorStream

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.

@renovate renovate bot force-pushed the renovate/actix-0.x branch from 974f442 to 51b2da0 Compare March 7, 2022 10:21
@renovate renovate bot changed the title Update Rust crate actix to 0.12.0 Update Rust crate actix to 0.13.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/actix-0.x branch from 51b2da0 to cef52a0 Compare September 25, 2022 19:27
@renovate renovate bot force-pushed the renovate/actix-0.x branch from cef52a0 to d9e2c63 Compare November 20, 2022 18:24
@renovate renovate bot force-pushed the renovate/actix-0.x branch from d9e2c63 to 34328bb Compare March 16, 2023 20:25
@renovate renovate bot force-pushed the renovate/actix-0.x branch from 34328bb to 0629626 Compare August 30, 2023 15:44
@renovate renovate bot changed the title Update Rust crate actix to 0.13.0 Update Rust crate actix to 0.13.1 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/actix-0.x branch from 0629626 to 00fe494 Compare February 1, 2024 11:30
@renovate renovate bot changed the title Update Rust crate actix to 0.13.1 Update Rust crate actix to 0.13.2 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/actix-0.x branch from 00fe494 to ea92c21 Compare February 7, 2024 07:39
@renovate renovate bot changed the title Update Rust crate actix to 0.13.2 Update Rust crate actix to 0.13.3 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/actix-0.x branch from ea92c21 to c9ffc90 Compare May 5, 2024 09:04
@renovate renovate bot changed the title Update Rust crate actix to 0.13.3 Update Rust crate actix to 0.13.0 May 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants