All Versions
46
Latest Version
Avg Release Cycle
57 days
Latest Release
1328 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.4.0 Changes
October 18, 2022 -
v3.3.1 Changes
October 04, 2022 -
v3.3.0 Changes
October 03, 2022Implemented enhancements:
- ๐ Allow set socket send buffer size #1026 (ramunasd)
- โ Add capath SSL option support #1014 (amino-garricklam)
๐ Fixed bugs:
- Heartbeat of client overwrite without any conditions the one from server #1018
- ๐ Fix heartbeat negotiation #1024 (ramunasd)
- Throw connection exceptions on batch publish #983 (foment)
๐ Merged pull requests:
- โก๏ธ Update codecov action to latest version #1028 (ramunasd)
- โฌ๏ธ Upgrade toxiproxy, enable all tests on CI #1025 (ramunasd)
- chore: Set permissions for GitHub actions #1001 (nathannaveen)
- ๐ Fix rate limiting #985 (lukebakken)
-
v3.2.0 Changes
March 10, 2022Implemented enhancements:
- Channel method for continuous message consumption #977 (ramunasd)
- Propagate real exceptions #976 (dmitryuk)
- ๐ง unified configuration class and factory for all kinds of connection #975 (ramunasd)
- Custom PCNTL Heartbeat Sender #971 (khepin)
๐ Fixed bugs:
- PCNTL SIGTERM break on select ? #458
- Add $restart_syscalls = true explicitly when calling pcntl_signal to avoid crashing SQL Server connections #972 (maxiwheat)
๐ Merged pull requests:
- Php amqplib 3.2.0 #984 (lukebakken)
- getChannelId can return null #981 (dmitryuk)
-
v3.1.2 Changes
January 18, 2022Implemented enhancements:
๐ Fixed bugs:
Closed issues:
- ๐ Deprecation warnings on ArrayAccess methods #967
๐ Merged pull requests:
-
v3.1.1 Changes
December 03, 2021๐ Fixed bugs:
Closed issues:
-
v3.1.0 Changes
October 22, 2021Implemented enhancements:
- โฌ๏ธ drop support for PHP7.0 #949 (ramunasd)
- โ Add support for floating point values in tables/array #945 (ramunasd)
๐ Fixed bugs:
- Consumer fails with AMQP-rabbit doesn't define data of type [d] #924
- ๐ Fixed composer php version constraint #916 (rkrx)
Closed issues:
- How $channel->wait() work on loop forever #939
- Severity: error --> Exception: stream_socket_client(): unable to connect to #938
- stream_socket_client(): unable to connect to ssl: connection time out #937
- The header isn't fragmented causing large headers to hit the maximum frame size. #934
- Keeping a connection open for publishing #932
- ๐ป How to locate problems by exception code -> CHANNEL_ERROR - expected 'channel.open'(40, 10) #930
- php5.6.9 Unable to use AMQPStreamConnection to connect RabbitServer but AMQPSocketConnection is normal #928
- How to start a quorum queue? #921
- ๐ prefetch_count seems to consume always only 1 message #919
- Can't connect to ssl amqp hosts. #918
- โก๏ธ Updating "phpseclib/phpseclib" is necessary! #914
- README - Non-existant code of conduct file #913
- How to get list of consumers with tags for a specific queue #910
- consumer_tag: Consumer identifier #909
- AMQPLazyConnection::create_connection does not work #798
๐ Merged pull requests:
- ๐ป throw exception on attempt to create lazy connection to multiple hosts #951 (ramunasd)
- ๐ Fix static analysis warnings #948 (ramunasd)
- โ Add PHP 8.1 support #929 (javer)
- Use correct default for read_write_timeout in AMQPStreamConnection#try_create_connection #923 (bezhermoso)
- ๐ Improved examples and dosc #917 (corpsee)
- ๐ Fix code style: unnecessary space #915 (maximal)
-
v3.0.0 Changes
March 16, 2021๐ Merged pull requests:
-
v3.0.0-rc2 Changes
March 09, 2021๐ Fixed bugs:
- ๐ PHP 8 support #904 (patrickkusebauch)
Closed issues:
- ๐ PHP 8 support issue #903
-
v3.0.0-rc1 Changes
March 08, 2021๐ฅ Breaking changes:
Implemented enhancements:
- ๐ Allow to use SSL connection as lazy #893 (odombrovskyi-dev)
- ๐ Support php 8.0 #858 (axxapy)
๐ Fixed bugs:
- BigInteger breaks authoritative class maps #885
- ๐ fix ValueError on closed or broken socket #888 (ramunasd)
๐ Merged pull requests: