Skip to content

Releases: thoughtbot/redbird

v0.7.1

23 Apr 13:18
Compare
Choose a tag to compare

Fixes

  • Avoid resetting the session key with each call to put/4 (#72).
    • For a description of issue and fix, see commit 5dc6bc4.
  • Fix the broken session expiration test (#73).

v0.7.0

26 Mar 12:48
Compare
Choose a tag to compare

Breaking

Adds secure keys to fix potential security vulnerabilities. See commit 299906f.

Creating release 0.4.0 for redbird from master

24 Mar 19:12
Compare
Choose a tag to compare

Creating release 0.3.0 for redbird from master

28 Feb 16:52
Compare
Choose a tag to compare
Set up basic error handling for set

If there is a problem storing the session, this will retry 5 times and then raise an error with (hopefully) useful information for the developer to look into.

Creating release 0.2.2 for redbird from master

03 Feb 20:27
Compare
Choose a tag to compare
Only add namespace the first time a key is created

Otherwise the namespace is appended each time the session is updated

Creating release 0.2.1 for redbird from master

02 Feb 18:59
Compare
Choose a tag to compare

Creating release 0.2.0

02 Feb 18:38
Compare
Choose a tag to compare
release_version

Update Readme

Creating release 0.1.0 for redbird from master

20 Jan 19:56
Compare
Choose a tag to compare
Implement first version of Redis storage