All Versions
46
Latest Version
Avg Release Cycle
57 days
Latest Release
528 days ago

Changelog History
Page 4

  • v2.8.2-rc1 Changes

    December 05, 2018

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix and add test for signal handling with PCNTL extension #630 (Shivox)

    Closed issues:

    • How do I listen to all queues #629
    • Broken pipe or closed connection #628
    • yii queue/listen No "message_id" property #625
    • ๐Ÿ”Š Long phpamqplib.DEBUG: Queue message processed logs before throwing fwrite #623
    • ๐Ÿ Undefined constant SOCKET_EAGAIN in Windows #619

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix undefined constant SOCKET_EAGAIN in Windows #620 (MaxwellZY)
  • v2.8.1 Changes

    November 13, 2018

    2.8.1 - 2018-11-13

    GitHub Milestone

    • ext-sockets is now required: PR
    • ๐Ÿ›  Fix errno=11 Resource temporarily unavailable error: Issue / PR
  • v2.8.1-rc3 Changes

    November 07, 2018

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • fwrite(): send of 3728 bytes failed with errno=11 Resource temporarily unavailable #613

    Closed issues:

    • calling check_heartbeat causes connection to close #617
    • ๐Ÿ‘ป message not received by the server but no exception thrown #595

    ๐Ÿ”€ Merged pull requests:

  • v2.8.1-rc2 Changes

    November 02, 2018

    Full Changelog

    Closed issues:

    • AMQPStreamConnection $connection_timeout - milliseconds or seconds? #616

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“œ Parse error string to determine error number instead of using errno #615 (davidgreisler)
  • v2.8.1-rc1 Changes

    October 30, 2018

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ext-sockets required since 2.8.0 #608
    • ๐Ÿ›  Fixed restoring previous error handler in StreamIO #612 (cezarystepkowski)
    • ๐Ÿšš Move ext-sockets from "suggest" to "require" #610 (lukebakken)

    Closed issues:

    • Getting really often "Connection reset by peer" #546
  • v2.8.0 Changes

    October 23, 2018

    Full Changelog

    Closed issues:

    • ๐Ÿ”‹ Feature Request: Allow overriding of LIBRARY_PROPERTIES #603

    ๐Ÿ”€ Merged pull requests:

    • โž• Add getLibraryProperties abstract connection method and test #606 (madrussa)
    • ๐Ÿ›  Fix potential indefinite wait #602 (lukebakken)
    • ๐Ÿ›  fix the logical error #601 (aisuhua)
    • ๐Ÿ‘‰ Use specific exceptions instead of general AMQPRuntimeException #600 (ondrej-bouda)
  • v2.8.0-rc1 Changes

    October 11, 2018

    Full Changelog

    Closed issues:

    • ๐Ÿท "Server nack'ed unknown delivery_tag" when using batch_basic_publish #597
    • fwrite: errno=11 in StreamIO #596
    • ๐Ÿ‘‰ Use swoole to generate multi-process channel errors #592
    • Connecting RMQ with multiple host connection #588
    • where is the function "AMQPStreamConnection::create_connection()" #586
    • RPC server not sending reply down the wire #585
    • ๐Ÿ‘ Please add support for AMQP 1.0 #583
    • Connecting to Red Hat JBOSS #580
    • Consuming message coming in truncated #579
    • can't throw fwrite() error immediately #578
    • Can't reuse AMQPMessage object with new properties #576
    • Invalid frame type 65 #572
    • The set_nack_handle can not be triggered correctly. #571
    • โฑ channel->wait() with timeout make memory leak #566
    • SOCKS Proxy between RMQ and client #558
    • ๐Ÿ”– Version 2.7 connects as 2.6 #555
    • โšก๏ธ Update minimum php version in composer.json #543
    • StreamIO can wait for data indefinitely #416
    • Releasing connection reference too early in a channel leads to a segmentation fault #415
    • StreamConnection does not time out #408
    • $this->debug can be null in AbstractConnection.php #386
    • Read and write to multiple queues within one script #293
    • lazy channels #291
    • decode() method not defined #160

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘‰ Use errno instead of error strings #599 (marek-obuchowicz)
    • Corrected typo and comment alignment in demo/amqp_consumer_exclusive.php #591 (lkorczewski)
    • Corrected typos in demo/amqp_publisher_exclusive.php #590 (lkorczewski)
    • ๐Ÿ›  Fix heartbeat-check if pcntl is unavailable #584 (srebbsrebb)
    • ๐Ÿ‘ป don't throw an exception in an error handler #581 (deweller)
    • Cleanup serialized_properties on property set #577 (p-golovin)
    • Annotate at @throws \ErrorException at AbstractChannel::wait #575 (nohponex)
    • โœ… Structuring tests #574 (programarivm)
    • โœ… Test with php 5.3 and 7.2 #569 (snapshotpl)
    • โž• Add extended datatype for bytes #568 (masell)
    • Fwrite \ErrorException not being thrown to the top function call when doing basic_publish #564 (dp-indrak)
    • Introduce a method to create connection from multiple hosts. #562 (hairyhum)
    • ๐Ÿ‘ป Throw exception on missed heartbeat #559 (hairyhum)
  • v2.7.3 Changes

    April 30, 2018

    Full Changelog

    Closed issues:

    • stream_select() ErrorException FD_SETSIZE #552
    • Whoops, looks like something went wrong. (1/1) ErrorException getimagesize(): send of 18 bytes failed with errno=104 Connection reset by peer #551
    • no-local? #550
    • ๐ŸŒ Can php-amqplib consumer work on a web page? #549
    • โฌ†๏ธ Functional tests fail after upgrading to 2.7.1 and 2.7.2 #545
    • fwrite failure / not sure how to debug further #544

    * This Changelog was automatically generated by github_changelog_generator

  • v2.7.2 Changes

    February 11, 2018

    GitHub Milestone

    • PHP 5.3 compatibility PR
  • v2.7.2.1 Changes

    October 17, 2018

    Full Changelog

    Closed issues:

    • When heartbeats parameter is greater than 0 #352