Releases: PromPHP/prometheus_client_php
Releases · PromPHP/prometheus_client_php
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
v2.7.2
What's Changed
- Backward compatiblity with older redis versions by @drieschel in #133
- Fix PHP notice: Undefined index: samples by @pluk77 in #128
New Contributors
- @drieschel made their first contribution in #133
Full Changelog: v2.7.1...v2.7.2