Releases: BedrockStreaming/StatsdBundle
Releases · BedrockStreaming/StatsdBundle
v4.2.2
Fix M6WebStatsdBundle::getContainer return type + setup phpstan (static analysis tool)
Fix phpcs notices (#91) * fix(cs): pin phpstan and cs-fixer-config dependencies Co-authored-by: Michael Garifullin <michael.garifullin@smartbox.com> Co-authored-by: Oliboy50 <oliver.thebault@gmail.com>
DogStatsD support (+ message formatting choice)
v4.1.0
Symfony 5.x support and drop support for Symfony versions below 4.4
Fix PSR-4 namespaces
v3.0.2 Fix a test namespace and include them in dev classmap only (#73)
Symfony5 compatibility (first step)
fix: TreeBuilder (#72) * fix: SF5 compatibility * refactor: check for getRootNode method existence * fix: test if getRootNode exits * fix(review): remove unused use statement Co-authored-by: Oliver THEBAULT <Oliboy50@users.noreply.github.com>
Support Symfony 4
Fix sf3.4 datacollector deprecation
Merge pull request #63 from fracz/patch-1 Implement reset() method in StatsdDataCollector
implement decrement statsd method
Merge pull request #62 from alexsegura/decrement Handle decrement method.