Skip to content

Releases: actix/actix-extras

actix-identity: v0.3.1

21 Sep 22:08
03ccf09
Compare
Choose a tag to compare
  • Add method to set HttpOnly flag on cookie identity. #102

actix-redis: v0.9.1

13 Sep 03:29
400d889
Compare
Choose a tag to compare
  • Enforce minimum redis-async version of 0.6.3 to workaround breaking patch change.

actix-session: v0.4.0

11 Sep 21:16
4a54671
Compare
Choose a tag to compare
  • Update actix-web dependency to 3.0.0.
  • Minimum supported Rust version (MSRV) is now 1.42.0.

actix-redis: v0.9.0

11 Sep 21:18
4a54671
Compare
Choose a tag to compare
  • Update actix-web dependency to 3.0.0.
  • Minimize futures dependency.

actix-protobuf: v0.6.0

11 Sep 21:22
4a54671
Compare
Choose a tag to compare
  • Update actix-web dependency to 3.0.0.
  • Minimum supported Rust version (MSRV) is now 1.42.0 to use matches! macro.

actix-identity: v0.3.0

11 Sep 21:11
4a54671
Compare
Choose a tag to compare
  • Update actix-web dependency to 3.0.0.
  • Minimum supported Rust version (MSRV) is now 1.42.0.

actix-web-httpauth: v0.5.0

11 Sep 21:13
4a54671
Compare
Choose a tag to compare
  • Update actix-web dependency to 3.0.0.
  • Minimum supported Rust version (MSRV) is now 1.42.0.

actix-cors: v0.3.0

11 Sep 21:09
4a54671
Compare
Choose a tag to compare
  • Update actix-web dependency to 3.0.0.
  • Minimum supported Rust version (MSRV) is now 1.42.0.
  • Implement the Debug trait on all public types.

actix-web-httpauth: v0.4.2

07 Jul 23:29
39fe80d
Compare
Choose a tag to compare
  • Update the base64 dependency to 0.12
  • AuthenticationError's status code is preserved when converting to a ResponseError
  • Minimize futures dependency
  • Fix panic on AuthenticationMiddleware #69

actix-protobuf: v0.6.0-alpha.1

07 Jul 22:47
6d3e4c9
Compare
Choose a tag to compare
Pre-release
  • Update actix-web to 3.0.0-alpha.3
  • Minimum supported Rust version(MSRV) is now 1.40.0.
  • Minimize futures dependency