Skip to content

Releases: actix/actix-extras

actix-session: v0.6.1

21 Mar 00:52
bf41b4c
Compare
Choose a tag to compare
  • No significant changes since 0.6.0.

actix-session: v0.6.0

15 Mar 18:02
92269fc
Compare
Choose a tag to compare

Added

  • SessionMiddleware, a middleware to provide support for saving/updating/deleting session state against a pluggable storage backend (see SessionStore trait) #212
  • CookieSessionStore, a cookie-based backend to store session state #212
  • RedisActorSessionStore, a Redis-based backend to store session state powered by actix-redis #212
  • RedisSessionStore, a Redis-based backend to store session state powered by redis-rs #212
  • Add TLS support for Redis via RedisSessionStore #212
  • Implement SessionExt for ServiceResponse #212

Changed

  • Rename UserSession to SessionExt #212

Removed

  • CookieSession has been removed in favour of CookieSessionStore, a storage backend for SessionMiddleware #212
  • Session::set_session has been removed. Use Session::insert to modify the session state. #212

actix-redis: v0.11.0

15 Mar 18:02
92269fc
Compare
Choose a tag to compare

Removed

  • RedisSession has been removed. Check out RedisActorSessionStore in actix-session for a session store backed by Redis using actix-redis. #212

Changed

  • Update redis-async dependency to 0.12. #212

actix-cors: v0.6.1

07 Mar 21:04
a086d30
Compare
Choose a tag to compare
  • Do not consider requests without a Access-Control-Request-Method as preflight. #226

actix-session: v0.5.0

01 Mar 04:16
fd272f8
Compare
Choose a tag to compare
  • Update actix-web dependency to 4.

actix-redis: v0.10.0

01 Mar 04:16
fd272f8
Compare
Choose a tag to compare
  • Update actix-web dependency to 4.

actix-protobuf: v0.7.0

01 Mar 04:16
fd272f8
Compare
Choose a tag to compare
  • Update actix-web dependency to 4.

actix-identity: v0.4.0

01 Mar 04:16
fd272f8
Compare
Choose a tag to compare
  • Update actix-web dependency to 4.

actix-web-httpauth: v0.6.0

01 Mar 04:16
fd272f8
Compare
Choose a tag to compare
  • Update actix-web dependency to 4.

actix-cors: v0.6.0

25 Feb 23:11
3959c55
Compare
Choose a tag to compare
  • Ensure that preflight responses contain a Vary header. #224
  • Update actix-web dependency to 4.0.