Added
- #860 Added retry component.
- #952 Added think template engine for view.
- #973 Added
Hyperf\JsonRpc\JsonRpcPoolTransporter. - #976 Added params
close_on_destructforhyperf/amqp.
Fixed
- #955 Fixed bug that port and charset do not work for
hyperf/db. - #956 Fixed bug that
RedisHandler::incrfails in cluster mode for model cache. - #966 Fixed type error, when use paginator in non-worker process.
- #968 Fixed aspect does not works when class and annotation exist at the same time.
- #980 Fixed
migrate,saveandhasmethods of Session do not work as expected. - #982 Fixed
Hyperf\GrpcClient\GrpcClient::yielddoes not get the correct channel pool. - #987 Fixed missing method call
parent::configure()ofcommand.stub.
Optimized
- #991 Optimized
Hyperf\DbConnection\ConnectionResolver::connection.