Added
- #1137 Added translator for constants.
- #1165 Added a method
routeforHyperf\HttpServer\Contract\RequestInterface. - #1195 Added max offset for
CacheableandCachePut. - #1204 Added
insertOrIgnorefor database. - #1216 Added default value for
$dataofRenderInterface::render(). - #1221 Added
traceIdandspanIdof theswoole-trackercomponent.
Fixed
- #1175 Fixed
Hyperf\Utils\Collection::randomdoes not works when the number is null. - #1199 Fixed variadic arguments do not work in task annotation.
- #1200 Request path shouldn't include query parameters in hyperf/metric middleware.
- #1210 Fixed validation
sizedoes not works withoutnumericorintegerrules when the type of value is numeric.
Optimized
- #1211 Convert app name to valid prometheus namespace.
Changed
- #1217 Replaced
zendframework/zend-mimeintolaminas/laminas-mine.