Skip to content

Comments

Bump actix-codec from 0.2.0 to 0.3.0#9

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/actix-codec-0.3.0
Closed

Bump actix-codec from 0.2.0 to 0.3.0#9
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/actix-codec-0.3.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps actix-codec from 0.2.0 to 0.3.0.

Release notes

Sourced from actix-codec's releases.

Actix connect v0.3.0

Changes

  • Update rustls to 0.16
  • Minimum required Rust version upped to 1.37.0

actix-codec: v0.3.0

  • No changes from beta 2.

actix-codec: v0.3.0-beta.2

  • Remove unused type parameter from Framed::replace_codec.

actix-codec: v0.3.0-beta.1

  • Use .advance() instead of .split_to().
  • Upgrade tokio-util to 0.3.
  • Improve BytesCodec .encode() performance
  • Simplify BytesCodec .decode()
  • Rename methods on Framed to better describe their use.
  • Add method on Framed to get a pinned reference to the underlying I/O.
  • Add method on Framed check emptiness of read buffer.

Actix Runtime 0.2.6

Changes

Fixed

  • Fix arbiter's thread panic message.

Added

  • Allow to join arbiter's thread. #60

Actix Runtime 0.2.5

Changes

Added

  • Add arbiter specific storage

Actix connect v0.2.5

Changes

  • Add TcpConnectService

actix-router: v0.2.5

0.2.5 - 2020-09-20

  • Fix from_hex() method. #196

#196: actix/actix-net#196

... (truncated)

Changelog

Sourced from actix-codec's changelog.

[0.3.0] - xxx

  • Split Service trait to separate crate

  • Use new Service<Request> trait

[0.2.4] - 2018-11-21

Added

  • Allow to skip name resolution stage in Connector

[0.2.3] - 2018-11-17

Added

  • Framed::is_write_buf_empty() checks if write buffer is flushed

[0.2.2] - 2018-11-14

Added

  • Add low/high caps to Framed

Changed

  • Refactor Connector and Resolver services

Fixed

  • Fix wrong service to socket binding
Commits
  • 672c393 prepare actix-utils release
  • fbf4444 prep release
  • b5b3168 do not use void for now
  • 668e4f9 update utils; add NewTransform::map_init_err
  • d0b8b69 add configuration parameter to transform factory
  • f1bc9d0 update tests
  • 6ed0205 update service crate
  • 7ee33ef moved boxed service and new service to actix-service
  • 83f51b2 allow to customize cfg parameter for FnNewService
  • 83a19e9 add IntoConfigurableNewService
  • Additional commits viewable in compare view

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 24, 2020
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-codec-0.3.0 branch 2 times, most recently from bc1b8e2 to 1687a8a Compare November 2, 2020 13:10
Bumps [actix-codec](https://github.com/actix/actix-net) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Changelog](https://github.com/actix/actix-net/blob/utils-0.3.0/CHANGES.md)
- [Commits](actix/actix-net@v0.2.0...utils-0.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-codec-0.3.0 branch from 1687a8a to d4077df Compare November 9, 2020 14:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2021

Superseded by #33.

@dependabot dependabot bot closed this Apr 26, 2021
@dependabot dependabot bot deleted the dependabot/cargo/actix-codec-0.3.0 branch April 26, 2021 05:55
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.

0 participants