All Versions
18
Latest Version
Avg Release Cycle
151 days
Latest Release
-

Changelog History
Page 1

  • v0.4.5 Changes

    • Compatibility with network-3.0.

    • ⬆️ Bumped minimum network version to 2.7.

    • ➕ Added dependency on network-bsd >= 2.7.

  • v0.4.4 Changes

    June 08, 2019
    • Compatibility with socks-0.6.
  • v0.4.3 Changes

    September 26, 2018
    • ➕ Added SOCKS5 proxy support using the socks library. See functions connectSOCKS5 and connectSockSOCKS5.

    • ⏱ Increased connection timeout.

    • Client side sockets now have SO_KEEPALIVE and TCP_NODELAY on by default.

    • 0️⃣ Server side sockets now have SO_KEEPALIVE on by default.

  • v0.4.2 Changes

    July 31, 2018
    • 🗄 Deprecate sendMany in favor of sendLazy.

    • Generalize return type of serve.

    • 🔀 Silence all synchronous exceptions on socket shutdown and close.

    • 👍 Better exception handling everywhere.

    • ➕ Added dependency on safe-exceptions.

    • ➕ Added listenSock.

    • 👌 Improved documentation.

  • v0.4.1 Changes

    May 15, 2018
    • 🛠 Fix HostAny so that IPv6 addresses are correctly included as well. See #22.

    • Implement a very crude version of Happy Eyeballs (RFC 8305). See #15.

    • ✂ Remove upper bounds from all dependencies other than base.

  • v0.4 Changes

    May 18, 2014
    • ⬆️ Bump lower and upper bounds exceptions dependency. Replacing some uses of MonadCatch with `MonadMask.

    • ⬆️ Bump upper bound on network dependency.

    • ⬆️ Bump upper bound on transformers dependency.

  • v0.4.0.5 Changes

    May 27, 2016
    • ⬆️ Bump upper bound on transformers dependency.
  • v0.4.0.4 Changes

    February 28, 2015
    • ⬆️ Bump upper bound on exceptions dependency.
  • v0.4.0.3 Changes

    February 12, 2015
    • ⬆️ Bump upper bound on exceptions dependency.
  • v0.4.0.2 Changes

    October 21, 2014
    • 🏁 Workaround sendLazy build issues in Windows 8 (see #13).

    • ⬆️ Bump upper bound on network dependency.