Skip to content

Bump actix-service from 1.0.6 to 2.0.0#2

Merged
angristan merged 1 commit intomainfrom
dependabot/cargo/actix-service-2.0.0
May 15, 2021
Merged

Bump actix-service from 1.0.6 to 2.0.0#2
angristan merged 1 commit intomainfrom
dependabot/cargo/actix-service-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 14, 2021

Bumps actix-service from 1.0.6 to 2.0.0.

Release notes

Sourced from actix-service's releases.

actix-utils: v2.0.0

  • No changes from beta 1.

actix-connect: v2.0.0

  • No significant changes from 2.0.0-alpha.4.

actix-tls: v2.0.0

  • nativetls::NativeTlsAcceptor is renamed to nativetls::Acceptor.
  • Where possible, "SSL" terminology is replaced with "TLS".
    • SslError is renamed to TlsError.
    • TlsError::Ssl enum variant is renamed to TlsError::Tls.
    • max_concurrent_ssl_connect is renamed to max_concurrent_tls_connect.

actix-rt: v2.0.0

  • Remove all Arbiter-local storage methods. #262
  • Re-export tokio::pin. #262

#262: actix/actix-net#262

actix-service: v2.0.0

  • Removed pipeline and related structs/functions. #335

#335: actix/actix-net#335

actix-server: v2.0.0-beta.5

  • Server shutdown would notify all workers to exit regardless if shutdown is graceful. This would make all worker shutdown immediately in force shutdown case. #333

#333: actix/actix-net#333

actix-service: v2.0.0-beta.4

  • Service::poll_ready and Service::call receive &self. #247
  • apply_fn and apply_fn_factory now receive Fn(Req, &Service) function type. #247
  • apply_cfg and apply_cfg_factory now receive Fn(Req, &Service) function type. #247
  • fn_service and friends now receive Fn(Req) function type. #247

#247: actix/actix-net#247

actix-server: v2.0.0-beta.4

  • Prevent panic when shutdown_timeout is very large. f9262db

actix-service: v2.0.0-beta.3

  • The forward_ready! macro converts errors. #246

#246: actix/actix-net#246

actix-rt: v2.0.0-beta.3

  • Remove run_in_tokio, attach_to_tokio and AsyncSystemRunner. #253
  • Return JoinHandle from actix_rt::spawn. #253

... (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 May 14, 2021
Bumps [actix-service](https://github.com/actix/actix-net) from 1.0.6 to 2.0.0.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](actix/actix-net@service-v1.0.6...rt-v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/actix-service-2.0.0 branch from fef7f41 to 85fb828 Compare May 14, 2021 22:43
@angristan angristan merged commit 2cea156 into main May 15, 2021
@dependabot dependabot Bot deleted the dependabot/cargo/actix-service-2.0.0 branch May 15, 2021 07:47
@angristan
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant