Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

60 lines (41 loc) · 2.05 KB

Changelog

The noteworthy changes for each Redbird version are included here. For a complete changelog, see the git history for each version via the version links.

To see the dates a version was published see the hex package page.

Changed

  • Update documentation to clarify that Redbird does not need to be included in the application list (#54)
  • Update redix from 1.0.0 to 1.1.5 (#79, #3)
  • Update ex_doc from 0.23.0 to 0.26.0 and fix documentation errors (#2)
  • Update plug_crypto from 1.2.0 to 1.2.2 (#7)
  • Update plug from 1.1.3 to 1.12.1 (#6)
  • Update mock from 0.3.6 to 0.3.7 (#5)

Removed

  • Remove /doc, add /doc to .gitignore (0deb887)

Fixes

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

Breaking