github actix/actix-web web-v4.0.0-beta.15
actix-web: v4.0.0-beta.15

latest releases: awc-v3.5.1, web-v4.9.0, http-v3.9.0...
pre-release2 years ago

Added

  • Method on Responder trait (customize) for customizing responders and CustomizeResponder struct. #2510
  • Implement Debug for DefaultHeaders. #2510

Changed

  • Align DefaultHeader method terminology, deprecating previous methods. #2510
  • Response service types in ErrorHandlers middleware now use ServiceResponse<EitherBody<B>> to allow changing the body type. #2515
  • Both variants in ErrorHandlerResponse now use ServiceResponse<EitherBody<B>>. #2515
  • Rename test::{default_service => simple_service}. Old name is deprecated. #2518
  • Rename test::{read_response_json => call_and_read_body_json}. Old name is deprecated. #2518
  • Rename test::{read_response => call_and_read_body}. Old name is deprecated. #2518
  • Relax body type and error bounds on test utilities. #2518

Removed

  • Top-level EitherExtractError export. #2510
  • Conversion implementations for either crate. #2516
  • test::load_stream and test::load_body; replace usage with body::to_bytes. #2518

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.