Releases: inhabitedtype/ocaml-webmachine
Releases · inhabitedtype/ocaml-webmachine
v0.7.0
v0.6.3
v0.6.2
v0.6.1
v0.5.0
API Changes
Bug Fixes
- Support for latest release of cohttp-async (#76, h/t @tmcgilchrist)
- Do not raise on malformed
Accept
header (#83, h/t @andrewalker)
Improvements
v0.4.0
- Emit proper
WWW-Authenticate
headers when using theBasic
auth type (#60; h/t @ansiwen) - Add support for handling
If-Modified-Since
andIf-Unmodified-Since
headers. (#47; h/t @tmcgilchrist) - Require
cohttp.0.21.0
and after (#67, #65; h/t @vbmithr) - Test on OCaml 4.03 (#63, h/t @tmcgilchrist)
- Various copyediting improvements (#53, #57, #64; h/t @brakmic, @olleolleolle)