Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

49 lines (33 loc) · 2.99 KB

CHANGELOG

  • 1.19.0 (2023-12-04)

    • This release introduces an official support for php 8.3 and Symfony 6.4/7.0 (thanks to @rmbl)
    • Add php 8.3 to GitHub Actions workflows (#92)
    • Add symfony 6.4 to GitHub workflow (#93)
    • Add symfony 7.0 to GitHub workflow (#94)
  • 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)

    • Add support for Symfony 6.3
    • Update dev and testing dependencies
    • Add lazy load command description for artprima:prometheus:metrics:clear (#86) (thanks to @marein)
  • 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)

  • 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.