Skip to content

Releases: actix/actix-web

actix-files: v0.6.7

29 Aug 21:45
98d7d0b
Compare
Choose a tag to compare
  • Add {Files, NamedFile}::read_mode_threshold() methods to allow faster synchronous reads of small files.
  • Minimum supported Rust version (MSRV) is now 1.75.

actix-http: v3.11.1

26 Aug 07:41
9fb6c13
Compare
Choose a tag to compare
  • Prevent more hangs after client disconnects.
  • More malformed WebSocket frames are now gracefully rejected.
  • Using TestRequest::set_payload() now sets a Content-Length header.

actix-web: v4.11.0

10 May 05:45
69dda5c
Compare
Choose a tag to compare
  • Add Logger::log_level() method.
  • Improve handling of non-UTF-8 header values in Logger middleware.
  • Add HttpServer::shutdown_signal() method.
  • Mark HttpServer as #[must_use].
  • Allow SVG images to be compressed by the Compress middleware.
  • Ignore Host header in Host guard when connection protocol is HTTP/2.
  • Re-export mime dependency.
  • Update brotli dependency to 8.

actix-http: v3.11.0

10 May 05:44
69dda5c
Compare
Choose a tag to compare
  • Update brotli dependency to 8.

awc: v3.7.0

10 May 05:45
69dda5c
Compare
Choose a tag to compare
  • Update brotli dependency to 8.

actix-web: v4.10.2

10 Mar 04:52
cede0c6
Compare
Choose a tag to compare
  • No significant changes since 4.10.1.

actix-web: v4.10.1

10 Mar 04:41
d898e8f
Compare
Choose a tag to compare
  • No significant changes since 4.10.0.

actix-web: v4.10.0

10 Mar 03:52
e8351cc
Compare
Choose a tag to compare

Added

  • Implement Responder for Result<(), E: Into<Error>>. Returning Ok(()) responds with HTTP 204 No Content.

Changed

  • On Windows, an error is now returned from HttpServer::bind() (or TLS variants) when binding to a socket that's already in use.
  • Update brotli dependency to 7.
  • Minimum supported Rust version (MSRV) is now 1.75.

actix-http: v3.10.0

10 Mar 03:51
e8351cc
Compare
Choose a tag to compare

Added

  • Add header::CLEAR_SITE_DATA constant.
  • Add Extensions::get_or_insert[_with]() methods.
  • Implement From<Bytes> for Payload.
  • Implement From<Vec<u8>> for Payload.

Changed

  • Update brotli dependency to 7.
  • Minimum supported Rust version (MSRV) is now 1.75.

awc: v3.6.0

10 Mar 03:52
e8351cc
Compare
Choose a tag to compare
  • Prevent panics on connection pool drop when Tokio runtime is shutdown early.
  • Do not send Host header on HTTP/2 requests, as it is not required, and some web servers may reject it.
  • Update brotli dependency to 7.
  • Minimum supported Rust version (MSRV) is now 1.75.