Skip to content

Releases: actix/actix-extras

actix-redis: v0.10.0-beta.4

13 Dec 02:36
a0c93c6
Compare
Choose a tag to compare
Pre-release
  • A session will be created in Redis if and only if there is some data inside the session state. This reduces the performance impact of RedisSession on routes that do not leverage sessions. #207
  • Update actix-web dependency to 4.0.0.beta-14. #209

actix-protobuf: v0.7.0-beta.3

13 Dec 02:36
a0c93c6
Compare
Choose a tag to compare
Pre-release
  • Update actix-web dependency to 4.0.0.beta-14. #209

actix-identity: v0.4.0-beta.5

13 Dec 02:36
a0c93c6
Compare
Choose a tag to compare
Pre-release
  • Update actix-web dependency to 4.0.0.beta-14. #209

actix-web-httpauth: v0.6.0-beta.5

13 Dec 02:36
a0c93c6
Compare
Choose a tag to compare
Pre-release
  • Update actix-web dependency to 4.0.0.beta-14. #209

actix-cors: v0.6.0-beta.5

13 Dec 02:36
a0c93c6
Compare
Choose a tag to compare
Pre-release

(YANKED)

  • Update actix-web dependency to 4.0.0.beta-14. #209

actix-session: v0.5.0-beta.4

22 Nov 23:35
3cc1487
Compare
Choose a tag to compare
Pre-release
  • No significant changes since 0.5.0-beta.3.

actix-identity: v0.4.0-beta.4

22 Nov 23:35
3cc1487
Compare
Choose a tag to compare
Pre-release
  • No significant changes since 0.4.0-beta.3.

actix-web-httpauth: v0.6.0-beta.4

22 Nov 23:35
3cc1487
Compare
Choose a tag to compare
Pre-release
  • impl AuthExtractor trait for Option<T: AuthExtractor> and Result<T: AuthExtractor, T::Error>. #205

actix-cors: v0.6.0-beta.4

22 Nov 23:35
3cc1487
Compare
Choose a tag to compare
Pre-release
  • No significant changes since 0.6.0-beta.3.

actix-session: v0.5.0-beta.3

22 Oct 15:35
477b0f8
Compare
Choose a tag to compare
Pre-release
  • Impl Clone for CookieSession. #201
  • Update actix-web dependency to v4.0.0-beta.10. #203
  • Minimum supported Rust version (MSRV) is now 1.52.