Releases: mirage/ocaml-conduit
Releases · mirage/ocaml-conduit
7.1.0
7.0.0
CHANGES:
- adapt to TLS 1.0.0 API changes, bump OCaml lower bound to 4.13 (#432 @hannesm)
- conduit-lwt-unix: improve the no TLS error message (#431 @filipeom)
- Remove 4.12 CI runners, add 5.2 (#433 @art-w)
- Update GitHub actions (#429 @smorimoto)
- use failwith instead of Lwt.fail_with, use Lwt.reraise (#430 @MisterDA)
- switch to sexplib0 instead of sexplib for lighter dependencies (#427 @emillon)
6.2.3
6.2.2
6.2.1
6.2.0
6.1.0
CHANGES:
- conduit-lwt-unix-ssl: allow users to create a client ssl_context and use it for
any connections. This allows users to manage the lifecycle of the context. - conduit-lwt-unix-ssl: domain name verification can be disabled by users,
it's enabled by default. The library returns an error when the hostname
verification is turned on but it cannot be performed, this follows the TLS
implementation. - conduit-lwt-unix-ssl: IP verification can be enabled by users, it's disabled
by default. - conduit-lwt-unix-ssl: SNI is not sent when there isn't a domain name available
- conduit-lwt-unix: avoid direct use of Ssl in conduit_lwt_unix (#418 @psafont)
6.0.2
CHANGES:
- conduit-lwt-unix-ssl: allow users to create a client ssl_context and use it for
any connections. This allows users to manage the lifecycle of the context. - conduit-lwt-unix-ssl: domain name verification can be disabled by users,
it's enabled by default. The library returns an error when the hostname
verification is turned on but it cannot be performed, this follows the TLS
implementation. - conduit-lwt-unix-ssl: IP verification can be enabled by users, it's disabled
by default. - conduit-lwt-unix-ssl: SNI is not sent when there isn't a domain name available