Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.03 KB

v2.2.4

  • Configuration to provide a custom unauthorised response body: #47

v2.2.3

  • Added a changelog for #37
  • Set Cowboy dependency to only :dev and :test, so that clients of the library are free to choose their own version of Cowboy.

old changes - predating the changelog

Following reverse engineered from the Git log for the last few minor version increments

v2.2.2 (2017-12-12)

Bug fixes

  • Guard against timing attacks using Plug.Crypto.secure_compare/2

v2.2.1 (2017-10-26)

Bug fixes

Other

  • Various refactorings and increasing test coverage

v2.1.5 (2017-10-04)

Bug fixes

  • Allow passwords to contain a colon, from #28
  • Various documentation fixes
  • Invalid basic auth base64 encoding should return a 401 #24