Skip to content

Releases: actix/actix-web

Actix web 0.6.9

22 May 04:17
Compare
Choose a tag to compare

Changes

  • Drop connection if request's payload is not fully consumed #236

  • Fix streaming response with body compression

Actix web 0.6.8

21 May 04:14
Compare
Choose a tag to compare

Changes

  • Fix scope resource path extractor #234

  • Re-use tcp listener on pause/resume

Actix web 0.6.7

18 May 01:34
Compare
Choose a tag to compare

Changes

  • Fix compilation with --no-default-features

Actix web 0.6.6

17 May 20:05
Compare
Choose a tag to compare

Changes

  • Panic during middleware execution #226

  • Add support for listen_tls/listen_ssl #224

  • Ranges header support for NamedFile #60

  • Implement extractor for Session

Actix web 0.6.5

15 May 17:37
Compare
Choose a tag to compare

Changes

  • Fix error handling during request decoding #222

Actix web 0.6.4

12 May 04:22
Compare
Choose a tag to compare

Changes

  • Fix segfault in ServerSettings::get_response_builder()

Actix web 0.5.8

12 May 04:44
Compare
Choose a tag to compare

Changes

  • Fix segfault in ServerSettings::get_response_builder()

Actix web 0.6.3

10 May 23:26
Compare
Choose a tag to compare

Changes

  • Add Router::with_async() method for async handler registration.

  • Added error response functions for 501,502,503,504

  • Fix client request timeout handling

Actix web 0.6.2

09 May 18:27
Compare
Choose a tag to compare

Changes

  • WsWriter trait is optional.

Actix web 0.6.1

09 May 01:37
Compare
Choose a tag to compare

Changes

  • Fix http/2 payload streaming #215

  • Fix connector's default keep-alive and lifetime settings #212

  • Send ErrorNotFound instead of ErrorBadRequest when path extractor fails #214

  • Allow to exclude certain endpoints from logging #211