Releases: php-amqplib/php-amqplib
Releases · php-amqplib/php-amqplib
v3.5.1
What's Changed
- Update GHA to use latest RabbitMQ by @lukebakken in #1068
- Revert #1060 by @lukebakken in #1066
Full Changelog: v3.5.0...v3.5.1
v3.5.0
What's Changed
- Added channel_rpc_timeout by @bravoman in #1041
- Fix hardcoded signal code in SIGHeartbeatSender by @ramunasd in #1043
- Define default ssl context parameter by @ramunasd in #1060
- Optimize frame parsing logic by @ramunasd in #1063
- Support for authentication method "external" by @ramunasd in #1064
- Add support for lazy connect to all classes by @ramunasd in #1042
New Contributors
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Missing PHPDoc param in AbstractConnection constructor by @i3bepb in #1033
- Split buffer and IO readers into separate classes by @ramunasd in #1031
- Add the ability to set the connection name through AMQPConnectionConfig by @i3bepb in #1035
New Contributors
Full Changelog: v3.3.1...v3.4.0
v3.3.1
What's Changed
Full Changelog: v3.3.0...v3.3.1
v3.2.0
What's Changed
- Custom PCNTL Heartbeat Sender by @khepin in #971
- Add $restart_syscalls = true explicitly when calling pcntl_signal to avoid crashing SQL Server connections by @maxiwheat in #972
- Propagate real exceptions by @dmitryuk in #976
- getChannelId can return null by @dmitryuk in #981
- unified configuration class and factory for all kinds of connection by @ramunasd in #975
- Channel method for continuous message consumption by @ramunasd in #977
- Php amqplib 3.2.0 by @lukebakken in #984
New Contributors
- @khepin made their first contribution in #971
- @maxiwheat made their first contribution in #972
- @dmitryuk made their first contribution in #976
Full Changelog: v3.1.2...v3.2.0