Releases: PromPHP/prometheus_client_php
Releases · PromPHP/prometheus_client_php
v2.15.0
What's Changed
- CI: Test against Redis 8 by @simonhammes in #188
- Add Slack workspace link to README by @simPod in #199
- CI: Allow Docker Hub login to fail gracefully for fork PRs by @simPod in #197
- Match host PHP version to Docker (8.2) to fix blackbox tests by @simPod in #200
- CI: Test against PHP 8.5 by @simPod in #198
- Drop support for EOL PHP versions, require PHP 8.2+ by @simPod in #201
- Add Predis support by @mtk3d in #186
New Contributors
- @simonhammes made their first contribution in #188
- @mtk3d made their first contribution in #186
Full Changelog: v2.14.1...v2.15.0
v2.14.1
What's Changed
- Changed the parent class for MetricNotFoundException to improve the exception hierarchy by @SevaWeb011 in #181
- create index if not exist to prevent duplicate error by @Sergio-Acevedo in #180
- Storage/Redis & RedisNG: Remove usage of str_replace to get metrics a… by @LKaemmerling in #185
New Contributors
- @Sergio-Acevedo made their first contribution in #180
Full Changelog: v2.14.0...v2.14.1
v2.14.0
What's Changed
- Use PHP 8.4 for tests and fix phpstan issue by @LKaemmerling in #176
- Catch invalid JSON from Redis and throw an error by @SevaWeb011 in #174
- feat: add metric name to MetricsRegistrationException by @simPod in #163
- Prevent php error when data was removed from redis by @pluk77 in #149
- APCng storage - avoid worst-case memory usage in buildPermutationTree by @Princemachiavelli in #123
New Contributors
- @SevaWeb011 made their first contribution in #174
- @Princemachiavelli made their first contribution in #123
Full Changelog: v2.13.1...v2.14.0
v2.13.1
v2.13.0
What's Changed
- Ignore phpstan argument.type lint in test by @lianatech-matias-ylipelto in #169
- Use explicit nullable type parameters by @lianatech-matias-ylipelto in #168
- Redis - Metrics collection should not write anything by @iKsSs in #165
- Redis ACL AUTH two argument supporting. by @Ragaga in #167
New Contributors
- @lianatech-matias-ylipelto made their first contribution in #169
- @iKsSs made their first contribution in #165
- @Ragaga made their first contribution in #167
Full Changelog: v2.12.0...v2.13.0
v2.12.0
What's Changed
- Add PostgreSQL support in Storage/PDO.php and other fixes by @2646298 in #162
- Ensure that label values are strings in APCNg adapter by @filakhtov in #159
New Contributors
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's Changed
- Fix PHPStan errors by @LKaemmerling in #158
- Add PDO storage adapter. by @slashrsm in #157
New Contributors
Full Changelog: v2.10.0...v2.11.0
v2.10.0
What's Changed
- feat: add support for rendering Infinity by @simPod in #144
- Avoid possible infinite loops on APCu eviction by @TobiasBengtsson in #136
Full Changelog: v2.9.0...v2.9.1
v2.9.0
v2.8.0
What's Changed
- Test with php 8.3 by @LKaemmerling in #138
- Include metric name in exception message by @vlahanas in #131
- Feature/verbose exceptions by @daneiserman in #134
- Make updateGauge lock-free in critical paths of APC and APCng by @TobiasBengtsson in #135
New Contributors
- @vlahanas made their first contribution in #131
- @daneiserman made their first contribution in #134
Full Changelog: v2.7.2...v2.8.0