pipes-network v0.6.5 Release Notes

Release Date: 2018-05-16 // almost 6 years ago
    • โœ‚ Remover upper bound on all dependencies except base.

    • ๐Ÿ›  Fixed internal error handling in server-side functions.

    • Re-export MonadSafe.


Previous changes from v0.6.4

    • The various fromServe and toServe* pipes from Pipes.Network.TCP.Safe now close the listening socket immediately after accepting a first connection.

    • Re-export sendLazy, sendMany and closeSock.

    • โž• Add to{Socket,SocketTimeout,Serve,Connect}{Lazy,Many}.

    • ๐Ÿ›  Fix issue #29 where fromSocketTimeout and fromSocketTimeoutN would loop forever.