Releases: actix/actix-extras
Releases · actix/actix-extras
actix-identity: v0.7.0
- Update
actix-session
dependency to0.9
. - Minimum supported Rust version (MSRV) is now 1.75.
actix-cors: v0.7.0
Cors
is now marked#[must_use]
.- Default for
Cors::block_on_origin_mismatch
is now false. - Minimum supported Rust version (MSRV) is now 1.75.
actix-cors: v0.6.5
- Fix
Vary
header when Private Network Access is enabled. - Minimum supported Rust version (MSRV) is now 1.68.
actix-settings: v0.7.1
- Fix doc examples.
actix-settings: v0.7.0
- The
ApplySettings
trait now includes a type parameter, allowing multiple types to be implemented per configuration target. - Implement
ApplySettings
forActixSettings
. BasicSettings::from_default_template()
is now infallible.- Rename
AtError => Error
. - Remove
AtResult
type alias. - Update
toml
dependency to0.8
. - Remove
ioe
dependency;std::io::Error
is now used directly. - Remove
Clone
implementation forError
. - Implement
Display
forError
. - Implement std's
Error
forError
. - Minimum supported Rust version (MSRV) is now 1.68.
actix-session: v0.8.0
- Set secure attribute when adding a session removal cookie.
- Update
redis
dependency to0.23
. - Minimum supported Rust version (MSRV) is now 1.68.
actix-redis: v0.13.0
- Update
redis-async
dependency to0.16
. - Minimum supported Rust version (MSRV) is now 1.68.
actix-protobuf: v0.10.0
- Updated
prost
dependency to0.12
. - Minimum supported Rust version (MSRV) is now 1.68.
actix-limitation: v0.5.1
- No significant changes since
0.5.0
.
actix-limitation: v0.5.0
- Update
redis
dependency to0.23
. - Update
actix-session
dependency to0.8
.