v2.1.5 - 2021-02-01
Fixed
- #3204 Fixed unexpected behavior for
middlewareswhen usingrpc-server. - #3209 Fixed bug that connection was not be released to pool when the amqp consumer broken in coroutine style server.
- #3222 Fixed memory leak for join queries in
hyperf/database. - #3228 Fixed bug that server crash when tracer flush failed in defer.
- #3230 Fixed
orderBydoes not works forhyperf/scout.
Added
- #3211 Added optional configuration url for nacos which used to request nacos server.
- #3214 Added Caller which help you to use instance in coroutine security mode.
- #3224 Added
Hyperf\Utils\CodeGen\Package::getPrettyVersion().
Changed
- #3218 Set qos of amqp by default.
- #3224 Upgrade
jean85/pretty-package-versionsto^1.2|^2.0, which supportcomposer 2.x.
Optimized
- #3226 Run pagination count as subquery for group by and havings.