File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ All Notable changes to `PhpAmqpLib` will be documented in this file
44
55## 2.6.0 - 2015-09-23
66
7+ ### BC Breaking Changes
8+ - The ` AMQPStreamConnection ` class now throws ` ErrorExceptions ` when errors happen while reading/writing to the network.
9+
710### Added
811- Heartbeat frames will decrease the timeout used when calling wait_channel - heartbeat frames do not reset the timeout
912
1013### Fixed
1114- Declared the class AbstractChannel as being an abstract class
1215- Reads, writes and signals respond immediately instead of waiting for a timeout
13- - Fatal error in some cases on Channel.wait with timeout when rabbitMQ restarted
16+ - Fatal error in some cases on Channel.wait with timeout when RabbitMQ restarted
1417- Remove warning when trying to push a deferred frame
You can’t perform that action at this time.
0 commit comments