File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ CHANGELOG
33
44[ // ] : # ( comment: Don't forget to update src/DogStatsd.php:DogStatsd::version when releasing a new version )
55
6+ # 1.5.2 / 2021-2-17
7+
8+ * Fix Add PHPCS + style updates, thanks to [ @timrourke ] [ ]
9+ * Fix ` normalizeStat ` ` number_format ` , thanks to [ @umpirsky ] [ ] and [ @ManInTheBox ] [ ]
10+
611# 1.5.2 / 2020-10-12
712
813* Fix 0 gauge not emitter, thanks to [ @ZymoticB ] [ ] .
@@ -107,4 +112,7 @@ CHANGELOG
107112[ derek9gag ] : https://github.com/derek9gag
108113[ @TheBooper ] : https://github.com/TheBooper
109114[ @ZymoticB ] : https://github.com/ZymoticB
115+ [ @umpirsky ] : https://github.com/umpirsky
116+ [ @ManInTheBox ] : https://github.com/ManInTheBox
117+ [ @timrourke ] : https://github.com/timrourke
110118[ dogstatsd_telemetry_doc ] : https://docs.datadoghq.com/developers/dogstatsd/high_throughput/?tab=php#client-side-telemetry
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class DogStatsd
6464 private static $ eventUrl = '/api/v1/events ' ;
6565
6666 // Used for the telemetry tags
67- public static $ version = '1.5.2 ' ;
67+ public static $ version = '1.5.3 ' ;
6868
6969 /**
7070 * DogStatsd constructor, takes a configuration array. The configuration can take any of the following values:
You can’t perform that action at this time.
0 commit comments