Skip to content

Releases: hyperf/async-queue

Release v3.0.0-alpha.4

01 Mar 04:29

Choose a tag to compare

Use `Hyperf/Context/Context` instead of `Hyperf/Utils/Context`. (#4565)

Release v3.0.0-alpha.1

16 Feb 05:28

Choose a tag to compare

Upgrade the minimum php version to `8.0` for `load-balancer` and `red…

Release v2.2.8

14 Sep 01:55

Choose a tag to compare

Fixed bug that async-queue broken caused by uncompress model failed.

Release v2.2.0

19 Jul 05:19

Choose a tag to compare

Update `branch-alias` to `2.2-dev` in `composer.json`

Release v2.2.0-beta2

15 Jun 16:43

Choose a tag to compare

php8 attribute annotation

Release v2.2.0-beta1

07 Jun 02:20

Choose a tag to compare

Use Fork Process strategy to replace BetterReflection strategy (#3634)

* 2.2

* Format code

* optimization

* ast parser

* temp data of scan process

* replace BetterReflection strategy

* Optimized code

* Update Scanner.php

* Fixed phpunit

* Fixed phpunit

* replace BetterReflection strategy

* Update AsyncQueueAspectTest.php

* optimization

* Update InjectTest.php

* Update CHANGELOG-2.2.md

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

Release v2.1.0

28 Dec 01:40

Choose a tag to compare

Changed branch-alias of `dev-master` to `2.1-dev` (#3038)

* Update branch-alias

* Update composer.json

Release v2.1.0-beta1

14 Dec 12:09

Choose a tag to compare

Added `QueueHandleListener` which can record running logs for async-q…

Release v2.0.11

14 Sep 03:30

Choose a tag to compare

Added `ReloadChannelListener` to reload timeout or failed channels  a…

Release v2.0.9

31 Aug 05:49

Choose a tag to compare

Optimized process which stop friendly in coroutine server. (#2359)

* Optimized process which stop friendly in coroutine server.

* Optimized code.

* Added document.