Releases: mirage/ocaml-conduit
Releases · mirage/ocaml-conduit
5.1.1
5.1.0
5.0.0
CHANGES:
- change the type of
Conduit_lwt_tls.X509.default_authenticator
and
Conduit_lwt_unix.default_ctx
to be lazy, avoiding various side-effects
(system interactions, logging) due to constructing these values at
initialisation time. (@craigfe, #395 #404) - Adapt conduit-mirage to dns-client 6.0.0 API (#406 @hannesm)
- Use Lwt.pause instead of Lwt_unix.yield (#403 @MisterDA)
- Avoid deprecated Fmt.kstrf (#407 @hannesm)
4.0.2
v4.0.1
CHANGES:
- Add missing
ipaddr-sexp
dependency on conduit-async (#385, @anmonteiro) - Update the link of the documentation (959f57a & #398, reported by @misterfish, @zshipko, @dinosaure)
- Gitignore
opam/
even if it is a symlink (#394, @craigfe, @avsm) - Adapt
conduit-lwt-unix
totls.0.14.0
(#396, @hannesm, @dinosaure)
v4.0.0
CHANGES:
- conduit-mirage: replace the alias
X509_lwt.priv
by
Tls.Config.certchain
(@dinosaure, @samoht, #381) - conduit-mirage: Upgrade to dns.5.0.0 and use
Mirage_stack.V4V6
instead ofMirage_stack.V4
- by this way, conduit-mirage supports
IPv6 connection - conduit.3.0.0 will be unavailable with this release. The design
discussion did not reach consensus andconduit.3.0.0
is unmaintained.
We advise use to useconduit.2.*
orconduit.4.*
then and discard
the migration process betweenconduit.2.*
andconduit.3.*
.
2.3.0
CHANGES:
- conduit-mirage: simplify the API to not mix functors and first-class
modules anymore. We just use functors now and rely on the mirage tool
to apply them properly (#376, @samoht) - add client-side TLS certificate validation using OS trust anchors for
conduit-lwt-unix
and Mozilla's NSS forconduit-mirage
(#375, @samoht)