Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Releases: actix/actix-redis

Actix redis v0.8.0

20 Dec 16:13
Compare
Choose a tag to compare

Changes

[0.8.0] 2019-12-20

  • Release

[0.8.0-alpha.1] 2019-12-16

  • Migrate to actix 0.9

Actix redis v0.7

25 Sep 13:29
505254f
Compare
Choose a tag to compare

Changes

  • added cache_keygen functionality to RedisSession builder, enabling support for
    customizable cache key creation

Actix redis v0.6.1

19 Jul 08:11
Compare
Choose a tag to compare

Changes

  • remove ClonableService usage

  • added comprehensive tests for session workflow

Actix redis v0.6.0

11 Jul 09:05
ea79248
Compare
Choose a tag to compare

Changes

  • actix-web 1.0.0 compatibility

  • Upgraded logic that evaluates session state, including new SessionStatus field,
    and introduced session.renew() and session.purge() functionality.
    Use renew() to cycle the session key at successful login. renew() keeps a
    session's state while replacing the old cookie and session key with new ones.
    Use purge() at logout to invalidate the session cookie and remove the
    session's redis cache entry.

Actix redis 0.5.1

02 Aug 18:49
Compare
Choose a tag to compare

Changes

  • Use cookie 0.11

Actix-redis 0.5.0

21 Jul 13:55
Compare
Choose a tag to compare

Changes

  • Session cookie configuration

  • Actix/Actix-web 0.7 compatibility

Actix redis 0.4.0

08 May 17:50
Compare
Choose a tag to compare

Changes

  • Actix web 0.6 compatibility

Actix redis 0.3.0

10 Apr 19:23
Compare
Choose a tag to compare

Changes

  • Actix web 0.5 compatibility

Actix redis 0.2.0

28 Feb 18:16
Compare
Choose a tag to compare

Changes

  • Use resolver actor from actix

  • Use actix 0.5

Actix redis 0.1.0

23 Jan 18:08
Compare
Choose a tag to compare

Changes

  • First release