Skip to content

Releases: hyperf/amqp

Release v3.0.0-beta.2

06 Jun 02:25
Compare
Choose a tag to compare
Set the default value of configuration `amqp.concurrent.limit` to `2`…

Release v3.0.0-beta.1

30 May 02:33
Compare
Choose a tag to compare
Merge branch 'master' into 3.0-merge

# Conflicts:
#	src/rpn/src/Calculator.php

Release v2.2.33

30 May 01:58
Compare
Choose a tag to compare
Added `close-pull-request.yml` to close pr for `read-only` repositori…

Release v3.0.0-alpha.7

12 Apr 10:56
Compare
Choose a tag to compare
Changed all annotations which only support `PHP` >= `8.0`. (#4669)

Release v3.0.0-alpha.6

27 Mar 09:34
Compare
Choose a tag to compare
Changed return type to `void` for `Hyperf\Event\Contract\ListenerInte…

Release v3.0.0-alpha.1

16 Feb 05:28
Compare
Choose a tag to compare
Merge branch 'master' into 3.0-merge

# Conflicts:
#	.github/workflows/test.yml
#	phpunit.xml
#	src/amqp/src/ConnectionFactory.php
#	src/amqp/src/IO/SwooleIO.php

Release v2.2.22

04 Jan 04:24
Compare
Choose a tag to compare
Support `SSL` for `Hyperf\Amqp\IO\SwooleIO`. (#4420)

* 支持亚马逊AMQPS

Co-authored-by: 李铭昕 <[email protected]>

Release v2.2.21.1

20 Dec 07:14
Compare
Choose a tag to compare
Fixed bug that `AMQPConnection` does not adapt `php7.3`.

Release v2.2.21

20 Dec 01:30
Compare
Choose a tag to compare

Release v2.2.21-beta

15 Dec 08:22
Compare
Choose a tag to compare
Use `Swoole\Coroutine\Socket` in `Hyperf\Amqp\IO\SwooleIO`. (#4360)

* No longer uses `Swoole\Coroutine\Client`, but uses `Swoole\Coroutine\Socket`, which is more stable and has better performance in `Hyperf\Amqp\IO\SwooleIO`.