Skip to content

Releases: actix/actix-web

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

Actix web 0.5.7

09 May 12:30
Compare
Choose a tag to compare

Changes

  • Fix http/2 payload streaming #215

Actix web 0.6.0

09 May 01:40
Compare
Choose a tag to compare

Changes

  • Add route scopes #202

  • Allow to use ssl and non-ssl connections at the same time #206

  • Websocket CloseCode Empty/Status is ambiguous #193

  • Add Content-Disposition to NamedFile #204

  • Allow to access Error's backtrace object

  • Allow to override files listing renderer for StaticFiles #203

  • Various extractor usability improvements #207

Actix web 0.5.6

24 Apr 19:30
Compare
Choose a tag to compare

Changes

  • Make flate2 crate optional #200

Actix web 0.5.5

24 Apr 16:40
Compare
Choose a tag to compare

Changes

  • Fix panic when WebSockets is closed with no error code #191

  • Allow to use rust backend for flate2 crate #199