Skip to content

Releases: mirage/ocaml-conduit

6.2.3

13 Jun 06:33
Compare
Choose a tag to compare

CHANGES:

  • conduit-mirage: adapt to dns-client 8.0.0 API changes (#426 @hannesm)
  • conduit-async: removed misplaced deprecation attribute
    (OCaml 5 complains about) (#426 @hannesm)

6.2.2

30 Apr 12:30
Compare
Choose a tag to compare

CHANGES:

  • conduit-mirage: IPv6 literal * DNS support for default resolver (#425 @Firobe)
  • conduit-mirage: adapt to mirage-flow 4 API, requiring tls 0.17.4, vchan 6.0.2
    (#424 @hannesm)
  • conduit-lwt-unix: disable deprecation alert (#424 @hannesm)

6.2.1

28 Nov 13:10
Compare
Choose a tag to compare

CHANGES:

  • conduit-mirage: adapt to tls 0.17.0 API changes (no more sexplib converters)
    #421 @hannesm

6.2.0

17 Feb 11:22
83a12dd
Compare
Choose a tag to compare

CHANGES:

  • conduit-lwt-unix: adapt tls 0.16 split: tls.lwt is now tls-lwt (#419 @hannesm)
  • conduit-mirage: adapt dns-client 7.0.0 split: dns-client-mirage (#419 @hannesm)

6.1.0

15 Dec 09:41
Compare
Choose a tag to compare

CHANGES:

done by @psafont in #417:

  • 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

14 Dec 15:01
Compare
Choose a tag to compare

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

all done by @psafont in #417

6.0.1

25 Oct 08:34
eec7b0b
Compare
Choose a tag to compare

CHANGES:

  • conduit-mirage: adapt to dns 6.4.0 changes, Resolver_mirage.v is now in Lwt.t
    monad (#416 @hannesm)

6.0.0

11 Oct 10:46
Compare
Choose a tag to compare

CHANGES:

5.1.1

04 Jul 19:14
Compare
Choose a tag to compare

CHANGES:

5.1.0

02 Mar 10:29
Compare
Choose a tag to compare

CHANGES:

  • conduit-mirage: avoid exception in TLS.listen (#413 @hannesm)
  • conduit-mirage: update to tcpip 6.0.0 and remove mirage-stack dependency (#413 @hannesm)