Skip to content

Releases: tj/connect-redis

v5.1.0

08 Feb 15:16
789176c
Compare
Choose a tag to compare

Enhancements

Maintenance

v5.0.0

09 Jul 17:24
Compare
Choose a tag to compare
  • Drop support for Node 8

v4.0.4

30 Jan 15:38
Compare
Choose a tag to compare

v4.0.3

01 Oct 14:22
Compare
Choose a tag to compare

v4.0.2

03 Sep 12:35
Compare
Choose a tag to compare
  • Remove use of optionalDependencies @knoxcard

v4.0.1

02 Sep 17:05
Compare
Choose a tag to compare
  • Change peerDependencies to optionalDependencies @knoxcard

v4.0.0

28 Aug 14:46
Compare
Choose a tag to compare

V4 is a rework of the library to accomplish the following goals.

  • Use slightly more modern JavaScript, targeting Node 8 and above.
  • Switch to using cookie.expires for TTL like connect-mongo does.
  • Remove the embedded node_redis client, a client must be provided.
  • Remove all embedded client options that are no longer needed.
  • Clearer documentation around TTLs.
  • Add clear method to support the full express-session API.
  • Remove multi-session destroy usage to conform with the API.
  • Build with Travis.

V4 has breaking changes which are outlined in the migration guide.

major version bump

07 Apr 07:13
Compare
Choose a tag to compare
2.0.0

major version bump

v 1.5.0

06 Mar 14:54
Compare
Choose a tag to compare
version bump

1.4.7: Release 1.4.7

19 Feb 07:42
Compare
Choose a tag to compare

added url support while connecting to redis.
updated redis dependency to v0.10.x