Added
- #2455 Added method
Socket::getRequestto retrieve psr7 request from socket for socketio-server. - #2459 Added
ReloadChannelListenerto reload timeout or failed channels automatically for async-queue. - #2463 Added optional visitor
ModelRewriteGetterSetterVisitorforgen:model. - #2475 Added
throwbaleto the end of arguments of fallback forretrycomponent.
Fixed
- #2464 Fixed method
filldoes not works for camel case model. - #2478 Fixed
Sender::checkdoes not works when the checked fd not belong to websocket. - #2488 Fixed
beginTransactionfailed when the pdo isnull.
Optimized
- #2461 Optimized the http route observer which you can observe any one not only
httpforreactive-x. - #2465 Optimized the fallback of
FallbackRetryPolicywhich supportclass@method, the class will be get from Container.
Changed
- #2492 Adjust event sequence to ensure sid is added to room for socketio-server.