Changelog of @hackage/servant-hmac-auth 0.1.3

Changelog

servant-hmac-auth uses PVP Versioning. The change log is available on GitHub.

0.1.3 - Nov 29, 2021

  • Bump servant-* libraries' version to 0.18-*
  • Use GHC 8.8.3 (Stack Resolver 16.2)

Unreleased: 0.1.0

  • Introduce whitelisted headers.

  • Breaking change: HmacSettings now containt post-sign hook for request. hmacClientSign function accepts HmacSettings.

    Migration guide: use defaultHmacSettings for runHmacClient function.

  • Add hmacAuthHandlerMap function that allows to perform monadic actions on every incoming request for HMAC server.

  • #28: Added type alias HmacAuthHandler for AuthHandler Wai.Request ()

  • #37: Upgrade servant-* libraries to 0.16-*

  • Use Cabal-2.4

0.0.0 — Sep 6, 2018

  • Initially created.