Skip to content

Releases: actix/actix-web

actix-web: v4.12.1

26 Nov 16:42
24489d4

Choose a tag to compare

  • No significant changes since 4.12.0.

actix-files: v0.6.9

26 Nov 16:42
24489d4

Choose a tag to compare

  • Correct derive_more dependency feature requirements.

actix-web: v4.12.0

16 Nov 07:05
d119500

Choose a tag to compare

Short announcement

We've started GitHub Sponsors: https://github.com/sponsors/actix
Support our development!

v4.12.0

  • actix_web::response::builder::HttpResponseBuilder::streaming() now sets Content-Type to application/octet-stream if Content-Type does not exist.
  • actix_web::response::builder::HttpResponseBuilder::streaming() now calls actix_web::response::builder::HttpResponseBuilder::no_chunking() and returns SizedStream if Content-Length is set by user.
  • Add ws crate feature (on-by-default) which forwards to actix-http and guards some of its ResponseError impls.
    • ⚠️ if you use default-feature = false and the web scoket feature, please make sure you enable the ws feature.
  • Add public export for EitherExtractError in error module.

actix-http: v3.11.2

05 Oct 02:37
25963db

Choose a tag to compare

  • Properly wake Payload receivers when feeding errors or EOF.
  • Add ServiceConfigBuilder type to facilitate future configuration extensions.
  • Add a configuration option to allow/disallow half closed connections in HTTP/1. This defaults to allow, reverting the change made in 3.11.1.
  • Shutdown connections when HTTP Responses are written without reading full Requests.

awc: v3.8.1

05 Oct 02:38
25963db

Choose a tag to compare

  • Fix a bug where GO_AWAY errors did not stop connections from returning to the pool.

actix-files: v0.6.8

15 Sep 09:48
41d0176

Choose a tag to compare

  • Add Files::with_permanent_redirect() method.
  • Change default redirect status code to 307 Temporary Redirect.

awc: v3.8.0

09 Sep 13:15
1d6e978

Choose a tag to compare

  • Add hickory-dns crate feature (off-by-default).
  • The trust-dns crate feature now delegates DNS resolution to hickory-dns.

actix-files: v0.6.7

29 Aug 21:45
98d7d0b

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

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

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.