Skip to content

Releases: Slickdeals/statsd-php

3.2.3 - Change timeout signature for fsockopen to be float

09 Feb 04:17
2a92aa0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.2...3.2.3

3.2.2 - Support PHP 8.4 & update PHP tests versions

09 Feb 04:16
e1b20af

Choose a tag to compare

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

Full Changelog: 3.2.1...3.2.2

Support global minimum sampling rate

20 Dec 17:45
34a2ca7

Choose a tag to compare

Fix recursive time calls

24 Nov 08:05
96b8a5e

Choose a tag to compare

3.2.0

chore: release 3.2.0

StatsdAwareInterface/Trait

04 Jun 20:35

Choose a tag to compare

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).