Skip to content

Update actix-web requirement from =4.0.0-beta.5 to =4.0.0-beta.8 #2

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-web to permit the latest version.

Release notes

Sourced from actix-web's releases.

actix-web: v4.0.0-beta.5

Added

  • Header extractor for extracting common HTTP headers in handlers. #2094
  • Added TestServer::client_headers method. #2097

Fixed

  • Double ampersand in Logger format is escaped correctly. #2067

Changed

  • CustomResponder would return error as HttpResponse when CustomResponder::with_header failed instead of skipping. (Only the first error is kept when multiple error occur) #2093

Removed

  • The client mod was removed. Clients should now use awc directly. 871ca5e4
  • Integration testing was moved to new actix-test crate. Namely these items from the test module: TestServer, TestServerConfig, start, start_with, and unused_addr. #2112

#2067: actix/actix-web#2067 #2093: actix/actix-web#2093 #2094: actix/actix-web#2094 #2097: actix/actix-web#2097 #2112: actix/actix-web#2112

Changelog

Sourced from actix-web's changelog.

4.0.0-beta.5 - 2021-04-02

Added

  • Header extractor for extracting common HTTP headers in handlers. #2094
  • Added TestServer::client_headers method. #2097

Fixed

  • Double ampersand in Logger format is escaped correctly. #2067

Changed

  • CustomResponder would return error as HttpResponse when CustomResponder::with_header failed instead of skipping. (Only the first error is kept when multiple error occur) #2093

Removed

  • The client mod was removed. Clients should now use awc directly. 871ca5e4
  • Integration testing was moved to new actix-test crate. Namely these items from the test module: TestServer, TestServerConfig, start, start_with, and unused_addr. #2112

#2067: actix/actix-web#2067 #2093: actix/actix-web#2093 #2094: actix/actix-web#2094 #2097: actix/actix-web#2097 #2112: actix/actix-web#2112

4.0.0-beta.4 - 2021-03-09

Changed

  • Feature cookies is now optional and enabled by default. #1981
  • JsonBody::new returns a default limit of 32kB to be consistent with JsonConfig and the default behaviour of the web::Json<T> extractor. #2010

#1981: actix/actix-web#1981 #2010: actix/actix-web#2010

4.0.0-beta.3 - 2021-02-10

  • Update actix-web-codegen to 0.5.0-beta.1.

4.0.0-beta.2 - 2021-02-10

Added

  • The method Either<web::Json<T>, web::Form<T>>::into_inner() which returns the inner type for whichever variant was created. Also works for Either<web::Form<T>, web::Json<T>>. #1894
  • Add services! macro for helping register multiple services to App. #1933
  • Enable registering a vec of services of the same type to App #1933

Changed

  • Rework Responder trait to be sync and returns Response/HttpResponse directly. Making it simpler and more performant. #1891
  • ServiceRequest::into_parts and ServiceRequest::from_parts can no longer fail. #1893

... (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-web](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@web-v4.0.0-beta.5...web-v4.0.0-beta.5)

---
updated-dependencies:
- dependency-name: actix-web
  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