Releases: anmonteiro/gluten
Releases · anmonteiro/gluten
0.5.2
0.5.1
0.5.0
CHANGES:
- gluten-eio: require
~sw:Eio.Switch.t
argument and fail the switch when loop
raises an exception (#61) - gluten-eio: handle peer disconnects
(#60) - gluten: replace
Gluten.Buffer
implementation and drop theKe
dependency
(#67) - gluten-eio: adapt to Eio v0.12 (#66
- gluten-eio: don't fail switches in the I/O loop(#70
- gluten-eio: open up #Eio.Flow.two_way (#62
- gluten-async: async-tls compilation error when using tls-async package (#63)
- gluten-eio, gluten-async, gluten-lwt, gluten-lwt-unix: refactor: unwrap Gluten.Buffer.put in favor of exceptions (#58)
0.4.1
0.4.0
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
0.2.1
0.2.0
0.1.0
CHANGES:
- Initial public release