tcp-streams-openssl v1.0.0.0 Release Notes

  • Major rewrite using new Connection interface.

    • Introduce Connection in Data.Connection to leaverage vectorized IO.
    • ๐Ÿšš Now connect, accept return Connection, remove withXXX functions.
    • ๐Ÿ”„ Change exception behavior to work better with bracket.
    • bindAndListen 's type changed from PortNumber -> Int -> IO Socket to Int -> PortNumber -> IO Socket.
    • โž• Add bindAndListenWith for custom socket options.
    • โž• Add unix domain socket support.
    • โšก๏ธ Update built-in mozilla CA list(2017/01/18).