Skip to content

Releases: hyperf/async-queue

Release v3.1.42

25 Sep 03:34
Compare
Choose a tag to compare

Release v3.1.34

01 Aug 02:24
Compare
Choose a tag to compare
Added command `queue:dynamic-reload`. (#6979)

Release v3.1.27

20 Jun 02:53
Compare
Choose a tag to compare
Added composer.json normalize support (#6887)

Release v3.1.15

28 Mar 07:56
Compare
Choose a tag to compare
Format code by the latest `cs-fixer`. (#6617)

Release v3.1.13

14 Mar 10:50
Compare
Choose a tag to compare
Release v3.1.13 (#6596)

* Update quick-start.md (#6585)

* Upgrade docs for command (#6587)

* Added warn comments for async queue message. (#6592)

---------

Co-authored-by: Kelvin Romero <8683337+kelvinromero@users.noreply.github.com>
Co-authored-by: guandeng <guandeng@Hotmail.com>

Release v3.1.9

18 Feb 01:43
Compare
Choose a tag to compare
Fixed bug that the older versions of parsers cannot parse new message…

v3.1.8.1

01 Feb 03:40
Compare
Choose a tag to compare

Fixed bug that message will be lost when unpack failed.

Release v3.1.8

01 Feb 02:33
Compare
Choose a tag to compare
Optimized the serialization of `Hyperf\AsyncQueue\JobMessage` (#6511)

Release v3.1.6

18 Jan 10:44
Compare
Choose a tag to compare
Upgrade the documents. (#6460)

* Translate comments to English

* 容器运行添加-w参数指定工作目录

* 3.0版本后增加的可以在全局配置关闭amqp进程自启

* Upgrade async-queue support max_messages  config

Co-authored-by: Sharif <54396379+developersharif@users.noreply.github.com>
Co-authored-by: baicaiit <42630572+baicaiit@users.noreply.github.com>
Co-authored-by: Tina.Lee <1016963252@qq.com>
Co-authored-by: guandeng <guandeng@Hotmail.com>

Release v3.1.2

15 Dec 01:44
Compare
Choose a tag to compare
Fixed bug that AOP not working when using variadic parameters. (#6372)



Co-authored-by: 李铭昕 <715557344@qq.com>