Releases: PromPHP/prometheus_push_gateway_php
Releases · PromPHP/prometheus_push_gateway_php
v1.1.1
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #7
- Move default timeouts from request to client configuration. by @claude-vessaz-hs in #9
New Contributors
- @dependabot-preview made their first contribution in #7
- @claude-vessaz-hs made their first contribution in #9
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Features:
- PHP 8 Support (#4, @LKaemmerling)
- Add Support For HTTPS Pushgateway endpoints (#2, @andremv)
Improvements:
- Improve Type Hinting (#3, @LKaemmerling)
v1.0.1
First release as https://github.com/PromPHP/prometheus_push_gateway_php .
This release does not contain any breaking change.
v1.0.0
First release out of https://github.com/LKaemmerling/prometheus_client_php
You can use composer require lkaemmerling/prometheus_push_gateway_php
for installation.
Migration from lkaemmerling/prometheus_client_php v1.0.3 to this package:
- Use
new \PrometheusPushGateway\PushGateway($pushGatewayAddress);
instead ofnew \Prometheus\PushGateway($pushGatewayAddress);
🎉