Skip to content

Version 0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 12:29
· 4 commits to master since this release
v0.4.0
880a8de

CHANGELOG

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning and Keep a CHANGELOG.

0.4.0 - 2024-05-04

  • Dropped support for PHP 7.1
  • Added support for PHP 8.3
  • Removed HttpResponse class in order to get rid of the dependency to psr/http-message — see #12
    • Users must implement or use their own response class to publish the metrics via HTTP
  • Fix deprecation warnings for IteratorAggregate since PHP 8.1 — see #8
  • Moved CI to GitHub Actions

0.3.1 - 2019-02-19

Fixed

  • Decimal representation of histogram buckets (which caused the python parser to fail)

0.3.0 - 2018-11-22

Fixed

  • Counters must always be exposed with <metric_name>_total - #2

Added

0.2.0 - 2018-11-16

Added

  • Support for PHP >= 7.1 - #1

0.1.0 - 2018-11-04

First stable release.