PHP AMQP v2.6.2 Release Notes

Release Date: 2016-03-02 // about 8 years ago
  • โž• 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