Skip to content

Commit

Permalink
docs: add changelog for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Oct 4, 2024
1 parent f1b162d commit b362176
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b362176

Please sign in to comment.