Skip to content

Releases: BedrockStreaming/StatsdBundle

v4.2.2

09 Aug 12:18
658a73e

Choose a tag to compare

Merge pull request #95 from BedrockStreaming/fix/cast-string

Fix M6WebStatsdBundle::getContainer return type + setup phpstan (static analysis tool)

04 Nov 13:59
c00c1f3

Choose a tag to compare

Fix phpcs notices (#91)

* fix(cs): pin phpstan and cs-fixer-config dependencies

Co-authored-by: Michael Garifullin <[email protected]>
Co-authored-by: Oliboy50 <[email protected]>

DogStatsD support (+ message formatting choice)

04 Mar 09:21
2db6800

Choose a tag to compare

v4.1.0

05 Jan 06:36
c6e2fec

Choose a tag to compare

  • Add PHP 8 support
  • Add Symfony 6 support
  • Fix PropertyAccessor::__construct() deprecation usage

Symfony 5.x support and drop support for Symfony versions below 4.4

26 Jul 07:49
55d6a36

Choose a tag to compare

BC Break

  • support for symfony before 4.4 has been dropped

Feature

  • symfony 5.0 is fully supported (🤞)

PRs

Fix PSR-4 namespaces

17 Jul 17:30
94941d9

Choose a tag to compare

v3.0.2

Fix a test namespace and include them in dev classmap only (#73)

Symfony5 compatibility (first step)

10 Jul 15:34
4e7df16

Choose a tag to compare

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 <[email protected]>

Support Symfony 4

17 Apr 11:54
a4b43ff

Choose a tag to compare

PR:

BC Breaks:

  • Drop support for Symfony <=3.3
  • Drop support for PHP <= 7.0

Features:

  • Add support for Symfony 4

Fix sf3.4 datacollector deprecation

17 Jan 20:38
70bc097

Choose a tag to compare

Merge pull request #63 from fracz/patch-1

Implement reset() method in StatsdDataCollector

implement decrement statsd method

12 Dec 11:04
f5ca7cb

Choose a tag to compare

Merge pull request #62 from alexsegura/decrement

Handle decrement method.