0.3.0
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
andasync
>= v.0.15.0
(#30) - gluten-async: Add
tls-async
I/O support on the client
(#31) - gluten-mirage: Fix
read
andwritev
(#32):read
now respects the length parameter of the receiving buffer and
buffers extra bytes until the next timeread
is calledwritev
now copies the underlying IOVecs, asFlow.writev
takes
ownership of the buffers, which can't be reused