Releases: logibit/Logibit.Hawk
6.0.1
v3.0.3
v0.7 - Sauve v0.25 support
This release incorporates the improvements done to Suave since v0.21.
v0.6 - Bewit Initial Support
This is an intermediate release - don't rely on Bewit behaviour until v0.8; the rest is still working fine.
v0.5.1 - Logging Infrastructure
This release makes it very easy to debug authorization problems with logibit.hawk, but further incorporating a well-made logging module and using it for logging authentication failures.
v0.4.4 - Client binary payload support
Just place ignore-payload
in the ext
hawk parameter, from the client library you're using.
v0.4.2 - Req factory support
You can now supply a request factory yourself! See code for documentation here.
v0.4.1 - Logging Support
Server
module now has logging support!
v0.4.0 - Fewer dependencies
Removed dependency on Aether and replaced it with a type alias in logibit.hawk.Types. Improved docs. Also moved error callback to be last argument to be consistent with how Suave does it.
v0.3.1 Hawk.Suave
- docs and new logo on nuget!
- And nuget Hawk.Suave published!