Skip to content

Releases: BedrockStreaming/StatsdBundle

v4.2.2

Choose a tag to compare

@Yokann Yokann released this 09 Aug 12:18
658a73e
Merge pull request #95 from BedrockStreaming/fix/cast-string

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

Choose a tag to compare

@Oliboy50 Oliboy50 released this 04 Nov 13:59
c00c1f3
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)

Choose a tag to compare

@Oliboy50 Oliboy50 released this 04 Mar 09:21
2db6800

v4.1.0

Choose a tag to compare

@jdecool jdecool released this 05 Jan 06:36
c6e2fec
  • 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

Choose a tag to compare

@Oliboy50 Oliboy50 released this 26 Jul 07:49
55d6a36

BC Break

  • support for symfony before 4.4 has been dropped

Feature

  • symfony 5.0 is fully supported (🤞)

PRs

Fix PSR-4 namespaces

Choose a tag to compare

@Oliboy50 Oliboy50 released this 17 Jul 17:30
94941d9
v3.0.2

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

Symfony5 compatibility (first step)

Choose a tag to compare

@Oliboy50 Oliboy50 released this 10 Jul 15:34
4e7df16
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

Choose a tag to compare

@Oliboy50 Oliboy50 released this 17 Apr 11:54
a4b43ff

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

Choose a tag to compare

@Oliboy50 Oliboy50 released this 17 Jan 20:38
70bc097
Merge pull request #63 from fracz/patch-1

Implement reset() method in StatsdDataCollector

implement decrement statsd method

Choose a tag to compare

@omansour omansour released this 12 Dec 11:04
f5ca7cb
Merge pull request #62 from alexsegura/decrement

Handle decrement method.