Releases: DataDog/php-datadogstatsd
Releases · DataDog/php-datadogstatsd
1.7.1
Allow error handler to be defined for socket errors. (#169) @cosmastech
1.7.0
1.6.4
- Reverts the breaking origin detection changes from 1.6.3. These changes will be included in 1.7.0.
1.6.2
1.6.1
- Add support for
DD_DOGSTATSD_URLenvironment variable (#148) @fernandocarletti - Apply check for IPv6 addresses (#146) @NickStallman
1.6.0
1.6.0 / 2023-05-10
- Add support for Unified service tagging
- Remove
lib-curldependency and support for events API (usingAPP_KEY). Submitting events now requires a connection to a Datadog Agent.
1.5.6
1.5.5
- Fix test support for multiple PHP versions. thanks to @Lewiscowles1986
- Normalize sample rate
1.5.4
- Fix regression preventing string values in
set(). thanks to @colinodell - Fix boolean tag values, thanks to @roippi
- Adding suppport for a metric prefix, thanks to @scott-shields-github
- Add CircleCI status badge, thanks to @peter279k
1.5.3
- Fix Add PHPCS + style updates, thanks to @timrourke
- Fix
normalizeStatnumber_format, thanks to @umpirsky and @ManInTheBox