Releases: openmetrics-php/exposition-text
Releases · openmetrics-php/exposition-text
Version 0.4.3
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
HttpResponseclass in order to get rid of the dependency topsr/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
- Integration tests to check metrics output against openmetrics' python parser - #3
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
What's Changed
- Switch to docker compose (without hyphen) by @hollodotme in #15
- Php84 by @Vitexus in #17
New Contributors
Full Changelog: v0.4.1...v0.4.2
Version 0.4.1
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
HttpResponseclass in order to get rid of the dependency topsr/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
- Integration tests to check metrics output against openmetrics' python parser - #3
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
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
HttpResponseclass in order to get rid of the dependency topsr/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
- Integration tests to check metrics output against openmetrics' python parser - #3
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
Version 0.3.0
Version 0.2.0
Version 0.1.0
First stable release.