Skip to content

Compatibility with new base64 and minor interface tweaks

Compare
Choose a tag to compare
@rgrinberg rgrinberg released this 25 Dec 07:50
· 1878 commits to master since this release

Compatibility breaking interface changes:

  • Change Cohttp_lwt_body.map to use a non-labelled type to fit the Lwt
    style better (#200).
  • Depend on Base64 version 2, which uses B64 as the toplevel module name (#220).

New features and bug fixes:

  • Remove use of deprecated Lwt_unix.run and replace it with Lwt_main.run.
    Should be no observable external change (#217).
  • Improve ocamldoc of Cohttp.S signature (#221).