Skip to content

Commit

Permalink
Merge pull request #344 from carlhoerberg/recover_from_connection_clo…
Browse files Browse the repository at this point in the history
…se_by_default

Update ChangeLog with recover_from_connection_close: true
  • Loading branch information
michaelklishin committed Sep 2, 2015
2 parents 2738b07 + d4ea9b2 commit b66c523
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Before this the connection options only allowed multiple hosts, an
address is a combination of a host and a port. This makes it possible to
specify different hosts with different ports.

### Recover from connection.close by default

Bunny will now try to reconnect also when server sent connection.close is
received, e.g. when a server is restarting (but also when the connection is
force closed by the server). This is in-line with how many other clients behave.
The old default was `recover_from_connection_close: false`.

## Changes between Bunny 2.0.0 and 2.1.0

Bunny 2.1.0 has an **important breaking change**. It is highly
Expand Down

0 comments on commit b66c523

Please sign in to comment.