-
1.19.0 (2023-12-04)
-
1.18.0 (2023-08-13)
- Improve compatibility with Symfony 6.3 and PHPUnit 10 (#88) (thanks to @Johnmeurt)
-
1.17.0 (2023-06-04)
-
1.16.0 (2023-02-22)
- Remove deprecations, update supported versions (#84)
- Fix deprecation in ClearMetricsCommand (#83) (thanks to @alshenetsky)
-
1.15.0 (2023-02-21)
- Allow usage of env var for the namespace (#81) (thanks to @Johnmeurt)
- Fix supported storage types by adding 'apcng' to allowed values (#82) (thanks to @edditor)
-
1.14.0 (2022-05-28)
- Add support for
disable_default_promphp_metrics
config option, which allows disabling default metrics from promphp/prometheus_client_php (#63) (thanks to @Johnmeurt). - Add console command to clear metrics (#67) (thanks to @Johnmeurt).
- Add storage adapter factory (#68) (thanks to @Johnmeurt).
- Add APCng adapter (#71) (thanks to @Johnmeurt).
- Drop support for Symfony 5.3.
- Add support for
-
1.13.0 (2021-12-05)
- Add support for Symfony 5.4 and 6.0.
- Drop support for Symfony 4.4 and 5.2.
- Add support for PHP 8.1.
- Drop support for PHP 7.3.
- Drop support for deprecated
prometheus_metrics_bundle.metrics_generator
service tag. - Drop support for deprecated
MetricsGeneratorInterface
interface.