Skip to content

Update actix-http requirement from =3.0.0-beta.5 to =3.0.0-beta.8 #1

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 29, 2021

Updates the requirements on actix-http to permit the latest version.

Release notes

Sourced from actix-http's releases.

actix-http: v3.0.0-beta.5

Added

  • client::Connector::handshake_timeout method for customizing TLS connection handshake timeout. #2081
  • client::ConnectorService as client::Connector::finish method's return type #2081
  • client::ConnectionIo trait alias #2081

Changed

  • client::Connector type now only have one generic type for actix_service::Service. #2063

Removed

  • Common typed HTTP headers were moved to actix-web. [2094]
  • ResponseError impl for actix_utils::timeout::TimeoutError. #2127

#2063: actix/actix-web#2063 #2081: actix/actix-web#2081 #2094: actix/actix-web#2094 #2127: actix/actix-web#2127

Changelog

Sourced from actix-http's changelog.

Changes

Unreleased - 2021-xx-xx

4.0.0-beta.8 - 2021-06-26

Added

  • Add ServiceRequest::parts_mut. #2177
  • Add extractors for Uri and Method. #2263
  • Add extractors for ConnectionInfo and PeerAddr. #2263
  • Add Route::service for using hand-written services as handlers. #2262

Changed

  • Change compression algorithm features flags. #2250
  • Deprecate App::data and App::data_factory. #2271
  • Smarter extraction of ConnectionInfo parts. #2282

Fixed

  • Scope and Resource middleware can access data items set on their own layer. #2288

#2177: actix/actix-web#2177 #2250: actix/actix-web#2250 #2271: actix/actix-web#2271 #2262: actix/actix-web#2262 #2263: actix/actix-web#2263 #2282: actix/actix-web#2282 #2288: actix/actix-web#2288

4.0.0-beta.7 - 2021-06-17

Added

  • HttpServer::worker_max_blocking_threads for setting block thread pool. #2200

Changed

  • Adjusted default JSON payload limit to 2MB (from 32kb) and included size and limits in the JsonPayloadError::Overflow error variant. #2162 #2162: (actix/actix-web#2162)
  • ServiceResponse::error_response now uses body type of Body. #2201
  • ServiceResponse::checked_expr now returns a Result. #2201
  • Update language-tags to 0.3.
  • ServiceResponse::take_body. #2201
  • ServiceResponse::map_body closure receives and returns B instead of ResponseBody<B> types. #2201
  • All error trait bounds in server service builders have changed from Into<Error> to Into<Response<AnyBody>>. #2253
  • All error trait bounds in message body and stream impls changed from Into<Error> to Into<Box<dyn std::error::Error>>. #2253
  • HttpServer::{listen_rustls(), bind_rustls()} now honor the ALPN protocols in the configuation parameter. #2226
  • middleware::normalize now will not try to normalize URIs with no valid path #2246

Removed

  • HttpResponse::take_body and old HttpResponse::into_body method that casted body type. #2201

#2200: actix/actix-web#2200

... (truncated)

Commits

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)

Updates the requirements on [actix-http](https://github.com/actix/actix-web) to permit the latest version.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@awc-v3.0.0-beta.5...awc-v3.0.0-beta.5)

---
updated-dependencies:
- dependency-name: actix-http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 29, 2021
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