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

latest releases: web-v4.5.1, actors-v4.3.0, test-v0.1.3...
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.