Skip to content

Releases: openmetrics-php/exposition-text

Version 0.4.0

04 May 12:29
v0.4.0
880a8de
Compare
Choose a tag to compare

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.

Version 0.3.1

19 Feb 21:22
v0.3.1
125dce0
Compare
Choose a tag to compare

Version 0.3.0

22 Nov 11:29
v0.3.0
239a41b
Compare
Choose a tag to compare

Version 0.2.0

16 Nov 13:11
v0.2.0
3ea4e30
Compare
Choose a tag to compare

Version 0.1.0

04 Nov 12:57
v0.1.0
36e3c01
Compare
Choose a tag to compare

First stable release.