github actix/actix-web http-v2.0.0-alpha.1
actix-http v2.0.0-alpha.1

latest releases: awc-v3.5.1, web-v4.9.0, http-v3.9.0...
pre-release4 years ago

Changes

Changed

  • Update the time dependency to 0.2.7.

  • Moved actors messages support from actix crate, enabled with feature actors.

  • Breaking change: trait MessageBody requires Unpin and accepting Pin<&mut Self> instead of &mut self in the poll_next().

  • MessageBody is not implemented for &'static [u8] anymore.

Fixed

  • Allow SameSite=None cookies to be sent in a response.

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.