master
Name already in use
Commits on Mar 1, 2023
-
-
-
Bug fix, Deprecation notice update (#1077)
* added "config" parameter when building connection using AMQPConnectionFactory::create * method suggestion updated with proper name
Commits on Feb 27, 2023
Commits on Jan 20, 2023
-
-
-
Fixes #1065 Add deprecation error Add non-TLS SSL test Only trigger_error in version 8 and higher do not report user deprecations as errors in phpunit Update PhpAmqpLib/Connection/AMQPSSLConnection.php Co-authored-by: Andrii Dembitskyi <[email protected]> Co-authored-by: Andrii Dembitskyi <[email protected]>
Commits on Jan 19, 2023
Commits on Jan 18, 2023
-
Merge pull request #1068 from php-amqplib/lukebakken/ci-updates
Update GHA to use latest RabbitMQ
-
Update GHA to use latest RabbitMQ
Uses a `rabbitmq.conf` file rather than env vars
Commits on Jan 16, 2023
-
-
-
Support for authentication method "external" (#1064)
* External login using login response * add tests for external auth method Co-authored-by: Alexander Birch <[email protected]>
-
Merge pull request #1063 from php-amqplib/optimize_frame_parser
Optimize frame parsing logic
Commits on Jan 13, 2023
-
-
Merge pull request #1060 from php-amqplib/fix_ssl_connection_default_…
…params Define default ssl context parameter
Commits on Jan 10, 2023
Commits on Dec 15, 2022
Commits on Nov 23, 2022
-
Merge pull request #1043 from ramunasd/fix_sig_sender_signal
Fix hardcoded signal code in SIGHeartbeatSender
Commits on Nov 20, 2022
Commits on Nov 16, 2022
-
Added channel_rpc_timeout (#1041)
* Added channel_rpc_timeout Added channel_rpc_timeout to try_create_connection since it was missing as an option and it's a valid option to pass to the constructor. * Update AMQPSocketConnection.php Co-authored-by: Ramūnas Dronga <[email protected]>
-
-
Commits on Oct 18, 2022
-
-
This reverts commit 1d19921. We have automatic changelog generation in place.
-
-
Merge pull request #1035 from i3bepb/dev
Add the ability to set the connection name through AMQPConnectionConfig
Commits on Oct 17, 2022
-
Merge pull request #1031 from ramunasd/reader_split
Split buffer and IO readers into separate classes
Commits on Oct 15, 2022
Commits on Oct 14, 2022
-
Merge pull request #1033 from i3bepb/missed_phpdoc
Missed param PHPDoc in construct AbstractConnection
-
-