Releases: Slickdeals/statsd-php
Releases · Slickdeals/statsd-php
3.2.3 - Change timeout signature for fsockopen to be float
3.2.2 - Support PHP 8.4 & update PHP tests versions
What's Changed
- chore: update changelog notes for release 3.2.1 by @drwho725 in #13
- [PHP8.4] Implicitly marking parameter $memory as nullable is deprecated by @PhilETaylor in #12
- Test against PHP 8.1, 8.2 and 8.3 by @snapshotpl in #9
New Contributors
- @PhilETaylor made their first contribution in #12
- @snapshotpl made their first contribution in #9
Full Changelog: 3.2.1...3.2.2
Support global minimum sampling rate
Full Changelog: 3.2.0...3.2.1
Fix recursive time calls
3.2.0 chore: release 3.2.0
StatsdAwareInterface/Trait
This release adds utility classes for helping to auto-inject the StatsD client into a service using a dependency injection container (like Symfony's DI component).