Releases: actix/actix-extras
Releases · actix/actix-extras
actix-identity: v0.3.1
- Add method to set HttpOnly flag on cookie identity. #102
actix-redis: v0.9.1
- Enforce minimum redis-async version of 0.6.3 to workaround breaking patch change.
actix-session: v0.4.0
- Update
actix-web
dependency to 3.0.0. - Minimum supported Rust version (MSRV) is now 1.42.0.
actix-redis: v0.9.0
- Update
actix-web
dependency to 3.0.0. - Minimize
futures
dependency.
actix-protobuf: v0.6.0
- 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
- Update
actix-web
dependency to 3.0.0. - Minimum supported Rust version (MSRV) is now 1.42.0.
actix-web-httpauth: v0.5.0
- Update
actix-web
dependency to 3.0.0. - Minimum supported Rust version (MSRV) is now 1.42.0.
actix-cors: v0.3.0
- 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
- 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
- Update
actix-web
to 3.0.0-alpha.3 - Minimum supported Rust version(MSRV) is now 1.40.0.
- Minimize
futures
dependency