Added
- #1288 Added driver object into
Hyperf\AsyncQueue\Event\QueueLength
event as the first parameter - #1292 Added
Hyperf\Database\Schema\ForeignKeyDefinition
for return type ofHyperf\Database\Schema\Blueprint::foreign()
method. - #1313 Added Command mode support to
hyperf\crontab
. - #1321 Added hyperf/nsq component, NSQ is a realtime distributed messaging platform.
Fixed
- #1291 Fixed
$_SERVER
has lower keys for super-globals. - #1302 Fixed JSONRPC reconnect failed, when the node is invalid.
- #1308 Fixed some missing traslation of validation, like gt, gte, ipv4, ipv6, lt, lte, mimetypes, not_regex, starts_with, uuid.
- #1310 Fixed register failed because has the exactly same service.
- #1315 Fixed the missing config variable for
Hyperf\AsyncQueue\Process\ConsumerProcess
.