All Versions
14
Latest Version
Avg Release Cycle
114 days
Latest Release
1797 days ago
Changelog History
Page 1
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)
- ๐ Fix for older versions of
-
v1.1.1.0 Changes
January 30, 2019- ๐ Allow
network
3.0.
- ๐ Allow
-
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, 2017Disable 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, 2017Dep 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.