All Versions
46
Latest Version
Avg Release Cycle
57 days
Latest Release
917 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v2.7.1 Changes
February 01, 2018 -
v2.7.0 Changes
September 20, 2017โ Added
- โ Increased overall test coverage
- ๐ Bring heartbeat support to socket connection
- โ Add message delivery tag for publisher confirms
- โ Add support for serializing DateTimeImmutable objects
๐ Fixed
- ๐ Fixed infinite loop on reconnect - check_heartbeat
- ๐ Fixed signal handling exit example
- ๐ Fixed exchange_unbind arguments
- ๐ Fixed invalid annotation for channel_id
- ๐ Fixed socket null error on php 5.3 version
- ๐ Fixed timeout parameters on HHVM before calling stream_select
๐ Changed
- declare(ticks=1) no longer needed after PHP5.3 / amqplib 2.4.1
- Minor DebugHelper improvements
โจ Enhancements
- โ Add extensions requirements to README.md
- โ Add PHP 7.1 to Travis build
- โฌ๏ธ Reduce memory usage in StreamIO::write()
- Re-enable heartbeats after reconnection
-
v2.6.3 Changes
April 11, 2016โ Added
- โ Added the ability to set timeout as float
๐ Fixed
- ๐ Fixed restoring of error_handler on connection error
โจ Enhancements
- Verify read_write_timeout is at least 2x the heartbeat (if set)
- ๐ Many PHPDoc fixes
- ๐ป Throw exception when trying to create an exchange on a closed connection
-
v2.6.2 Changes
March 02, 2016โ Added
- โ Added AMQPLazySocketConnection
- AbstractConnection::getServerProperties method to retrieve server properties.
- AMQPReader::wait() will throw IOWaitException on stream_select failure
- โ Add PHPDocs to Auto-generated Protocol Classes
๐ Fixed
- Disable heartbeat when closing connection
- ๐ Fix for when the default error handler is not restored in StreamIO
โจ Enhancements
- ๐ Cleanup tests and improve testing performance
- Confirm received valid frame type on wait_frame in AbstractConnection
- โก๏ธ Update DEMO files closer to PSR-2 standards
-
v2.6.1 Changes
February 12, 2016โ Added
- โ Add constants for delivery modes to AMQPMessage
๐ Fixed
- ๐ Fix some PHPDoc problems
- AbstractCollection value de/encoding on PHP7
- StreamIO: fix "bad write retry" in SSL mode
โจ Enhancements
- โก๏ธ Update PHPUnit configuration
- โ Add scrutinizer-ci configuration
- Organizational changes from videlalvaro to php-amqplib org
- Minor complexity optimizations, code organization, and code cleanup
-
v2.6.0 Changes
September 23, 2015BC Breaking Changes
- The
AMQPStreamConnection
class now throwsErrorExceptions
when errors happen while reading/writing to the network.
โ Added
- โฑ Heartbeat frames will decrease the timeout used when calling wait_channel - heartbeat frames do not reset the timeout
๐ Fixed
- Declared the class AbstractChannel as being an abstract class
- ๐ฆ Reads, writes and signals respond immediately instead of waiting for a timeout
- โฑ Fatal error in some cases on Channel.wait with timeout when RabbitMQ restarted
- โ Remove warning when trying to push a deferred frame
* This Changelog was automatically generated by github_changelog_generator
- The