File tree 1 file changed +4
-1
lines changed
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
4
4
5
5
## 2.6.0 - 2015-09-23
6
6
7
+ ### BC Breaking Changes
8
+ - The ` AMQPStreamConnection ` class now throws ` ErrorExceptions ` when errors happen while reading/writing to the network.
9
+
7
10
### Added
8
11
- Heartbeat frames will decrease the timeout used when calling wait_channel - heartbeat frames do not reset the timeout
9
12
10
13
### Fixed
11
14
- Declared the class AbstractChannel as being an abstract class
12
15
- 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
14
17
- Remove warning when trying to push a deferred frame
You can’t perform that action at this time.
0 commit comments