Skip to content

Releases: roadrunner-php/metrics

v3.2.0

11 Apr 18:11
ad5e245
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...v3.2.0

v3.1.0

14 Nov 11:55
8878661
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

v3.0.0

14 Apr 12:08
2733196
Compare
Choose a tag to compare

Features

  • Added Spiral\RoadRunner\Metrics\CollectorType enum class
  • Upgraded to PHP 8.1
  • Upgraded to PHPUnit 10
  • Upgraded to Psalm 5
  • Added reusable Gh Actions
  • Added metapackage spiral/roadrunner:^2023

Breaking Changes

Spiral\RoadRunner\Metrics\MetricsInterface Changes

It has been updated with a new method:

  • public function unregister(string $name): void

Full Changelog: v2.0.1...3.0.0

v2.0.1

18 Feb 17:54
256c121
Compare
Choose a tag to compare
  • Fix composer dependecies
  • A little more code improvements

v2.0.0

21 Jan 10:25
Compare
Choose a tag to compare
  • split codebase from spiral/roadrunner
  • migrate to roadrunner 2.0 and goridge 3.0
  • added the ability to declare metrics dynamically