Skip to content

Releases: openmetrics-php/exposition-text

Version 0.4.3

20 Feb 11:22
754e000

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.3 - 2026-02-20

Added

  • Support for PHP 8.5 — see #18

0.4.2 - 2025-06-04

Added

  • Support for PHP 8.4 — see #16

0.4.1 - 2024-07-16

Fixed

  • Invalid separation of labels with ", " (comma and space) instead of "," (comma only) — see #14

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

04 Jun 15:02
v0.4.2
4f65004

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

Version 0.4.1

16 Jul 12:50
v0.4.1
fcfca38

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.1 - 2024-07-16

Fixed

  • Invalid separation of labels with ", " (comma and space) instead of "," (comma only) — see #14

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

04 May 12:29
v0.4.0
880a8de

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

Choose a tag to compare

Version 0.3.0

22 Nov 11:29
v0.3.0
239a41b

Choose a tag to compare

Version 0.2.0

16 Nov 13:11
v0.2.0
3ea4e30

Choose a tag to compare

Version 0.1.0

04 Nov 12:57
v0.1.0
36e3c01

Choose a tag to compare

First stable release.