Releases: LKaemmerling/laravel-horizon-prometheus-exporter
Releases · LKaemmerling/laravel-horizon-prometheus-exporter
v1.8.1
What's Changed
- Add more type hinting to the classes and fix a typo in the CurrentProcessesPerQueue class name by @thisismahabadi in #27
- Avoid undefined index message by @stefanbauer in #30
New Contributors
- @thisismahabadi made their first contribution in #27
- @stefanbauer made their first contribution in #30
Full Changelog: v1.8.0...v1.8.1
v1.8.0
v1.7.0
v1.6.0
v1.5.0
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
What's Changed
- Laravel 9.x Compatibility by @laravel-shift in #20
New Contributors
- @laravel-shift made their first contribution in #20
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.2
Bugfix: Fixed TypeError in IPWhitelistingMiddleware (#15, @Rene-Roscher)