Skip to content

Releases: bigcommerce/grphp-statsd

Fix null assignment

08 May 01:18
2e92784

Choose a tag to compare

Fix the null assignment error resulting in:
Cannot assign null to property Grphp\StatsD\Interceptor::$client of type Domnikl\Statsd\Client, if the client property is not set in options.

grphp v4.0 compatibility

20 Apr 02:20
99b8f42

Choose a tag to compare

This release enables support for grphp v4.0. It is still backwards compatible with 3.x.

Replace domnikl/statsd with slickdeals/statsd

02 Nov 01:01
6f2c686

Choose a tag to compare

The domnikl/statsd that we have previously used is abandoned and no longer supported. The slickdeals/statsd has been forked out of it and is active and supported library that we will be using moving forward.

Update composer dependencies

02 Feb 22:27
b69d1dc

Choose a tag to compare

composer.json now has

  • php: ^7.0 || ^8.0 to composer.json
  • phpunit/phpunit: ^9.0
  • bigcommerce/grphp: ^3.0
  • domnikl/statsd: ^3.0

Moved from travis to circleci

0.1.3

31 Jul 12:15
bce1787

Choose a tag to compare

Remove dependency on phpunit/timer.

0.1.2

19 Oct 17:00

Choose a tag to compare

  • Bump grphp dependency to 0.3.8

0.1.1

15 Sep 01:35

Choose a tag to compare

Merge pull request #2 from bigcommerce/update-grphp

bump bigcommerce/grphp to 0.3.4 to bring in new changes

0.1.0

24 Jul 15:32

Choose a tag to compare

  • Better namespaced key support
  • Added full unit tests
  • Added code coverage

0.0.3

21 Jul 20:25

Choose a tag to compare

  • Fixed composer dependencies
  • Fixed timer to properly measure in ms

0.0.2

21 Jul 03:38

Choose a tag to compare

  • Initial release