Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actix from 0.9.0 to 0.10.0 #12

Merged
merged 1 commit into from
Nov 2, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2020

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps actix from 0.9.0 to 0.10.0.

Release notes

Sourced from actix's releases.

Actix v0.10.0

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

#384: actix/actix#384 #403: actix/actix#403 #404: actix/actix#404 #407: actix/actix#407

Actix v0.10.0-alpha.3

Changed

  • Update tokio-util dependency to 0.3, FramedWrite trait bound is changed. #365
  • Only poll dropped ContextFut if event loop is running. #374
  • Minimum Rust version is now 1.40 (to be able to use #[cfg(doctest)])

Fixed

  • Fix ActorFuture::poll_next impl for StreamThen to not lose inner future when it's pending. #376

#365: actix/actix#365 #374: actix/actix#374 #376: actix/actix#376

Actix v0.10.0-alpha.2

CHANGES

Added

  • New AtomicResponse, a MessageResponse with exclusive poll over actor's reference. #357

Changed

  • Require Pin for ResponseActFuture. #355

#355: actix/actix#355 #357: actix/actix#357

Actix v0.10.0-alpha.1

CHANGES

Fixed

  • Fix MessageResponse implementation for ResponseFuture to always poll the spawned Future. #317

Added

  • Allow return of any T: 'static on ResponseActFuture. #310

... (truncated)

Changelog

Sourced from actix's changelog.

0.10.0 - 2020-09-10

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

#384: actix/actix#384 #403: actix/actix#403 #404: actix/actix#404 #407: actix/actix#407

0.10.0-alpha.3 - 2020-05-13

Changed

  • Update tokio-util dependency to 0.3, FramedWrite trait bound is changed. #365
  • Only poll dropped ContextFut if event loop is running. #374
  • Minimum Rust version is now 1.40 (to be able to use #[cfg(doctest)])

#365: actix/actix#365 #374: actix/actix#374

Fixed

  • Fix ActorFuture::poll_next impl for StreamThen to not lose inner future when it's pending. #376

#376: actix/actix#376

[0.10.0-alpha.2] 2020-03-05

Added

  • New AtomicResponse, a MessageResponse with exclusive poll over actor's reference. #357

Changed

  • Require Pin for ResponseActFuture. #355

#355: actix/actix#355 #357: actix/actix#357

[0.10.0-alpha.1] 2020-02-25

Fixed

  • Fix MessageResponse implementation for ResponseFuture to always poll the spawned Future. #317

Added

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2020
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-0.10.0 branch from c495ed3 to 7ca5920 Compare October 28, 2020 03:00
@ndelvalle ndelvalle merged commit d53b375 into master Nov 2, 2020
@ndelvalle ndelvalle deleted the dependabot/cargo/actix-0.10.0 branch November 2, 2020 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant