Added
- #2752 Support route
optionsfor@AutoController@Controllerand@Mapping.
Fixed
- #2768 Fixed memory leak when websocket hande shake failed.
- #2777 Fixed
$authdoes not supportnullfor low version ofext-redis. - #2779 Fixed server start failed, when don't publish config of translation.
Changed
- #2765 Use
Hyperf\Utils\Coroutine::create()instead ofSwoole\Coroutine::create()forConcurrent.
Optimzied
- #2347 You can set
$waitTimeoutforConsumerMessageto stop amqp consumer safely in coroutine style server.