All Versions
14
Latest Version
Avg Release Cycle
114 days
Latest Release
1430 days ago

Changelog History
Page 1

  • v1.1.1.2

    May 20, 2020
  • v1.1.1.1 Changes

    February 15, 2019
    • ๐Ÿ›  Fix for older versions of network (sorry about that)
  • v1.1.1.0 Changes

    January 30, 2019
    • ๐Ÿ‘ Allow network 3.0.
  • v1.1.0.0 Changes

    March 19, 2018
    • โž• Add support for GHC 8.4

    • โฌ†๏ธ Bump lower bound on base. GHC 7.4 is no longer supported.

    • ๐Ÿ‘‰ Make version bounds DRY

  • v1.0.3.3 Changes

    September 22, 2017

    Disable sendfile() on OSX (it's causing problems lately).

  • v1.0.3.2 Changes

    September 22, 2017

    ๐Ÿ›  Fix a timeout cancellation bug. (#104)

  • v1.0.3.1 Changes

    September 03, 2017

    โฌ†๏ธ Bump for io-streams 1.5.

  • v1.0.3.0 Changes

    August 12, 2017

    Dep bumps

    • criterion, time

    ๐Ÿ›  Fixes

    • TLS backend: close the socket if accept throws.

    • Use user-modified request during access logging. Fixes logging when used with X-Forwarded-For.

    • Don't listen on default port if unix socket is specified in the config.

    • Turn off sendfile() support on OSX (it doesn't seem to work correctly anymore).

  • v1.0.2.2 Changes

    May 15, 2017

    ๐Ÿ›  Fixes

    • Make sure we call TimeoutManager.cancel when threads die. Closes #99.
  • v1.0.2.1 Changes

    May 11, 2017
    • Bump io-streams.