PHP AMQP v2.10.0-rc1 Release Notes

Release Date: 2019-08-08 // over 4 years ago
  • Full Changelog

    Implemented enhancements:

    • depricated getIO will break heartbeat #696
    • โœ… Run travis tests against PHP 7.4 #700 (ramunasd)
    • ๐Ÿ‘ allow assoc array and generator for connection creation #689 (black-silence)
    • getDeliveryTag method for AMQPMessage #688 (ilyachase)

    ๐Ÿ›  Fixed bugs:

    • UNIX only SOCKET_* constants trigger E_NOTICE on Windows #723
    • ๐Ÿ›  Fix wrong exception type on failed connect to broker #716 (ramunasd)

    Closed issues:

    • Heartbeat problem when the consumer consume a message for too long #725
    • โœจ Enhance PHPUnit version definitions in composer.json #718
    • โฑ Connection timeout disguised as missed server heartbeat #713
    • why php alway quit #708
    • Is Channel access by reference a possibility? #707
    • Broken pipe or closed connection #706
    • โš  Warning for SOCKET_EWOULDBLOCK not defined #705
    • how to get Consumer Cancel Notify #704
    • Long running producer -- can send messages to queues already declared, but can't declare new queues #703
    • [Question] php-amqplib reuse connection #702
    • 0๏ธโƒฃ Enabling heartbeat by default throws PHP Fatal error #699
    • FATAL ERROR: Call to a member function send_content() on null #698
    • stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE #693
    • report error inqueue_declare #692
    • ๐Ÿ‘ป Catch Them all except: PhpAmqpLib\Exception\AMQPConnectionClosedException #691
    • stream_socket_client unable to connect (Unknown error) - OpenSSL 1.0 vs 1.1 #687
    • ๐Ÿš€ High CPU usage after 2.9.0 release. #686
    • โฑ Always allow to set a timeout #89

    ๐Ÿ”€ Merged pull requests: