Skip to content

Releases: LKaemmerling/laravel-horizon-prometheus-exporter

v1.8.0

23 Apr 07:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

31 Jan 07:33
Compare
Choose a tag to compare

What's Changed

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

v1.6.0

16 Jan 05:20
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.5.0

14 Oct 14:12
Compare
Choose a tag to compare

What's Changed

  • Use getOrRegisterGauge to make usage in Swoole possible by @e2site in #18
  • Allow storage to be wiped after a render of data in metrics controller by @fosron in #22

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

09 Feb 08:26
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.3.0

22 Nov 06:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

24 Mar 06:55
Compare
Choose a tag to compare

Bugfix: Fixed TypeError in IPWhitelistingMiddleware (#15, @Rene-Roscher)

v1.2.1

12 Mar 05:57
Compare
Choose a tag to compare

Bugfix: The enabled config flag was not used correctly (#14)

v1.2.0

09 Feb 13:35
Compare
Choose a tag to compare
  • Allow CIDR notation in the allow list (#12 @pokgak)

v1.1.3

10 Dec 05:45
Compare
Choose a tag to compare
  • Add Support for PHP 8 (This includes dropping support for PHP 7.2 & Laravel 5.8 & Horizon 3.0)