diff --git a/changelog.md b/changelog.md index c801e77..dd20e7b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # ehttpc changes +## 0.6.0 + +- Add `max_inactive` duration option. This is to detect zombie connections especially when pipelining is set > 1. + With `{max_inactive, 10_000}` added to the `start_pool` option, it will try to reconnect HTTP server up on detection of the latest request had been expired for 10 seconds. + ## 0.5.0 - Dropped hot-upgrade support.