Added
- #185 Added support for xml format of response.
- #202 Added trace message when throw a uncaptured exception in function
go. - #138 #197 Added crontab component.
Changed
- #195 Changed the behavior of parameter
$timesofretry()function, means the retry times of the callable function. - #198 Optimized
has()method ofHyperf\Di\Container, if pass a un-instantiable object (like an interface) to$container->has($interface), the method result isfalsenow. - #199 Re-produce one times when the amqp message produce failure.
- #200 Make tests directory out of production package.
Fixed
- #176 Fixed TypeError: Return value of LengthAwarePaginator::nextPageUrl() must be of the type string or null, none returned.
- #188 Fixed proxy of guzzle client does not work expected.
- #211 Fixed rpc client will be replaced by the latest one.
- #212 Fixed config
ssl_keyandcertof guzzle client does not work expected.