This changelog references the relevant changes (bug and security fixes) done in 1.x.x minor.
To get the diff for a specific change, go to https://github.com/liuggio/statsd-php-client/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/liuggio/statsd-php-client/compare/v1.0.12...v1.0.13
- fix minor casing issue
- php 5.3.2 instead of php5.2
- add changelog
- feature StatsdService abstracting Client/Factory usage
- feature Deal with sampling in StatsdService