Skip to content

0.3.0

Compare
Choose a tag to compare
@anmonteiro anmonteiro released this 08 Aug 23:46
· 58 commits to master since this release

CHANGES:

  • gluten-lwt, gluten-lwt-unix: in the OpenSSL backend, select the ALPN protocol
    properly (#20)
  • Make (select ...) compatible with Dune 2.0
    (#21)
  • Adapt to newer conduit versions by removing Server_with_conduit
    (#22)
  • gluten-async: Depend on core and async >= v.0.15.0
    (#30)
  • gluten-async: Add tls-async I/O support on the client
    (#31)
  • gluten-mirage: Fix read and writev
    (#32):
    • read now respects the length parameter of the receiving buffer and
      buffers extra bytes until the next time read is called
    • writev now copies the underlying IOVecs, as Flow.writev takes
      ownership of the buffers, which can't be reused