Skip to content

v2.3.0

Compare
Choose a tag to compare
@avsm avsm released this 18 Aug 22:21
· 779 commits to master since this release

CHANGES:

  • use conduit-mirage instead of mirage-conduit, which was renamed
    upstream in conduit. The minimum OCaml version supported for
    conduit-mirage is now OCaml 4.07 and higher. (#672 @avsm)
  • remove deprecation warnings in OCaml 4.08.0 using stdlib-shims (#672 @avsm)
  • async: do not read body if none is present (#671 @emillon)