Fixed
- #4028 Fixed the success rate calculation in grafana dashboard.
- #4030 Fixed bug that async-queue broken caused by uncompressing model failed.
- #4042 Fixed coroutines deadlock caused by cleaning up expired fds in socketio-server when stop server.
Added
- #4013 Support
sameSite=Nonewhen return response with cookies. - #4017 Added
MacroableintoHyperf\Utils\Collection. - #4021 Added argument
$attemptsinto$callbackwhen using functionretry(). - #4040 Added method
ConsumerDelayedMessageTrait::getDeadLetterExchange()which used to rewritex-dead-letter-exchangeby yourself.
Removed
- #4017 Removed
MacroablefromHyperf\Database\Model\Collectionbecause it already exists inHyperf\Utils\Collection.