Skip to content

Releases: actix/actix-extras

actix-session: v0.8.0

16 Sep 02:29
9e31f5b
Compare
Choose a tag to compare
  • Set secure attribute when adding a session removal cookie.
  • Update redis dependency to 0.23.
  • Minimum supported Rust version (MSRV) is now 1.68.

actix-redis: v0.13.0

16 Sep 02:08
2a074dd
Compare
Choose a tag to compare
  • Update redis-async dependency to 0.16.
  • Minimum supported Rust version (MSRV) is now 1.68.

actix-protobuf: v0.10.0

16 Sep 02:08
2a074dd
Compare
Choose a tag to compare
  • Updated prost dependency to 0.12.
  • Minimum supported Rust version (MSRV) is now 1.68.

actix-limitation: v0.5.1

16 Sep 02:37
6caf37c
Compare
Choose a tag to compare
  • No significant changes since 0.5.0.

actix-limitation: v0.5.0

16 Sep 02:30
3fad532
Compare
Choose a tag to compare
  • Update redis dependency to 0.23.
  • Update actix-session dependency to 0.8.

actix-identity: v0.6.0

16 Sep 02:30
3fad532
Compare
Choose a tag to compare
  • Add error module.
  • Replace use of anyhow::Error in return types with specific error types.
  • Update actix-session dependency to 0.8.
  • Minimum supported Rust version (MSRV) is now 1.68.

actix-web-httpauth: v0.8.1

16 Sep 02:14
94f99e4
Compare
Choose a tag to compare
  • Implement From<Basic> for BasicAuth.
  • Minimum supported Rust version (MSRV) is now 1.68.

actix-cors: v0.6.4

30 Oct 16:26
b95ce3a
Compare
Choose a tag to compare
  • Add Cors::allow_private_network_access() behind an unstable flag (draft-private-network-access). [#297]

actix-cors: v0.6.3

21 Sep 23:24
e6ef190
Compare
Choose a tag to compare
  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.
  • Add Cors::block_on_origin_mismatch() option for controlling if requests are pre-emptively rejected. #286

actix-session: v0.7.2

11 Sep 20:13
339b81e
Compare
Choose a tag to compare
  • Set SameSite attribute when adding a session removal cookie. #284
  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.