Releases: hyperf/async-queue
Releases · hyperf/async-queue
Release v3.1.42
Full Changelog: v3.1.34...v3.1.42
Release v3.1.34
Added command `queue:dynamic-reload`. (#6979)
Release v3.1.27
Added composer.json normalize support (#6887)
Release v3.1.15
Format code by the latest `cs-fixer`. (#6617)
Release v3.1.13
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
Fixed bug that the older versions of parsers cannot parse new message…
v3.1.8.1
Fixed bug that message will be lost when unpack failed.
Release v3.1.8
Optimized the serialization of `Hyperf\AsyncQueue\JobMessage` (#6511)
Release v3.1.6
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
Fixed bug that AOP not working when using variadic parameters. (#6372) Co-authored-by: 李铭昕 <715557344@qq.com>