Skip to content

Releases: hyperf/metric

Release v3.0.21

18 May 03:01
Compare
Choose a tag to compare
Optimized the code of `metric` and added some unit cases. (#5719)

Release v3.0.18

26 Apr 04:13
Compare
Choose a tag to compare
Instead of classes and functions of `Hyperf\Utils` (#5674)


Co-authored-by: 李铭昕 <[email protected]>

Release v3.0.17

19 Apr 06:30
Compare
Choose a tag to compare
Use `Hyperf\Stringable\Str` instead of `Hyperf\Utils\Str` (#5634)

Release v3.0.16

12 Apr 08:27
Compare
Choose a tag to compare
Use `Hyperf\Coroutine\Coroutine` instead of `Hyperf\Utils\Coroutine` …

…(#5623)

Release v3.0.15

07 Apr 09:03
Compare
Choose a tag to compare
Use `Hyperf\Collection\Collection` instead of `Hyperf\Utils\Collectio…

…n`. (#5593)

* Format code

* Use `Hyperf\Collection\Collection` instead of `Hyperf\Utils\Collection`.

* Use `Hyperf\Collection\collect` instead of `collect`.

Release v3.0.7

17 Feb 23:04
Compare
Choose a tag to compare
Fixed bug that metric middleware cannot work well when encountered an…

… exception. (#5428)

Release v3.0.6

12 Feb 01:01
Compare
Choose a tag to compare
Fix the path of `CoroutineServerStats` (#5378)

Release v3.0.5

05 Feb 11:45
Compare
Choose a tag to compare
Fix the bug that `undefined swoole_cpu_num()` on `swow` (#5355)

Release v3.0.3

16 Jan 06:23
Compare
Choose a tag to compare
Collect the metric of `Server::stats` by loop (#5326)

Release v3.0.2

09 Jan 09:33
Compare
Choose a tag to compare
Fix the parameter `$timeout` of `Timer::tick()` in `hyperf/metric` (#…

…5307)


Co-authored-by: 李铭昕 <[email protected]>