Releases: arquivei/laravel-prometheus-exporter
Releases · arquivei/laravel-prometheus-exporter
5.0.0
Add suport for Laravel 10 and PHP 8.2
Add support for laravel 10 and php 8.2 (#39) * Add support for laravel 10 and php 8.2 --------- Co-authored-by: André Lázari <andre.lazari@arquivei.com.br>
Laravel 9 support
- Update dependencies
- Removes support for versions older than PHP 8.0
- Removes support for versions older than Laravel 9
Improve overall php and dependencies support
- Add PHP 8 support.
- Add PHP 7.2 support.
- Add pipeline for running tests.
- Replace
endclothing/prometheus_client_php
dependency with the more
up-to-datepromphp/prometheus_client_php
lib. - Update changelog.
- Add support for Guzzle 6 and 7.
- Drop Laravel 6 support and add support for Laravel 8.
Add support for Laravel 7
It was added the constraint version "|| ^7.0" for packages "illuminate/support" and "illuminate/routing" and also "|| 1.0.x-dev" for package "endclothing/prometheus_client_php"
Add support for Laravel 6
1.1.0 Add support for Laravel 6.