Skip to content

Releases: Enalean/php-prometheus-client

v1.7.0

06 Dec 14:59
v1.7.0
Compare
Choose a tag to compare

What's Changed

  • Add PHP 8.3 support by @LeSuisse in #751
  • Fix exception message when PSR18UnexpectedPushGatewayResponse is thrown by @LeSuisse in #752

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 May 13:24
v1.6.0
Compare
Choose a tag to compare
  • Allow both psr/http-message ^1.0 and ^2.0 in #661

Full Changelog: v1.5.0...v1.6.0

Version 1.5.0

17 Mar 16:00
v1.5.0
Compare
Choose a tag to compare
  • Dropped PHP 8.0 support (#592)
  • Passed to redis multi method default param directly (#621)

Version 1.4.0 - PHP 8.2 support

09 Dec 09:22
v1.4.0
Compare
Choose a tag to compare

Enhancements

  • PHP 8.2 support (#558)

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0 - PHP 8.1 support

25 Nov 10:44
v1.3.0
Compare
Choose a tag to compare

Enhancements

  • PHP 8.1 support 🎉 (#385)
  • Drop PHP 7.4 support (#378)

Version 1.2.0 - PHP 8.0 support

27 Nov 14:29
v1.2.0
Compare
Choose a tag to compare

Enhancements

Version 1.1.0

27 Jul 16:23
v1.1.0
Compare
Choose a tag to compare

Enhancements

  • Do not render metrics with incoherent labels, an exception is now thrown when the situation is detected (#155)
  • Type coverage has been improved (#93 #99)