Changelog for servant-hmac-auth-0.1.2
Changelog
servant-hmac-auth uses PVP Versioning.
The change log is available on GitHub.
0.1.2 - Nov 29, 2021
- Bump 
servant-*libraries' version to0.18-* - Use 
GHC 8.8.3(Stack Resolver16.2) 
Unreleased: 0.1.0
- 
Introduce whitelisted headers.
 - 
Breaking change:
HmacSettingsnow containt post-sign hook for request.hmacClientSignfunction acceptsHmacSettings.Migration guide: use
defaultHmacSettingsforrunHmacClientfunction. - 
Add
hmacAuthHandlerMapfunction that allows to perform monadic actions on every incoming request for HMAC server. - 
#28: Added type alias
HmacAuthHandlerforAuthHandler Wai.Request () - 
#37: Upgrade
servant-*libraries to0.16-* - 
Use
Cabal-2.4 
0.0.0 — Sep 6, 2018
- Initially created.