Skip to content

Releases: actix/actix-web

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.

actix-web: v4.9.0

10 Aug 02:22
e0918fb
Compare
Choose a tag to compare

Added

  • Add middleware::from_fn() helper.
  • Add web::ThinData extractor.

actix-http: v3.9.0

10 Aug 02:20
9ba326a
Compare
Choose a tag to compare

Added

  • Implement FromIterator<(HeaderName, HeaderValue)> for HeaderMap.

awc: v3.5.1

10 Aug 03:11
70e3758
Compare
Choose a tag to compare
  • Fix WebSocket Host request header value when using a non-default port.

actix-web-actors: v4.3.1

07 Aug 03:28
d7d9000
Compare
Choose a tag to compare
  • Reduce memory usage by take-ing (rather than split-ing) the encoded buffer when yielding bytes in the response stream.
  • Mark crate as deprecated.
  • Minimum supported Rust version (MSRV) is now 1.72.

actix-multipart: v0.7.2

06 Jul 23:35
b01fbdd
Compare
Choose a tag to compare
  • Fix re-exported version of actix-multipart-derive.