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+
7+ # 1.6.2 / 2024-07-16
8+
9+ * Add getter for ` BatchedDogStatsd::$bufferLength ` (#151 ) [ @cosmastech ] [ ]
10+
611# 1.6.1 / 2024-02-23
712
813* Add support for ` DD_DOGSTATSD_URL ` environment variable (#148 ) [ @fernandocarletti ] [ ]
@@ -148,4 +153,5 @@ CHANGELOG
148153[ @Lewiscowles1986 ] : https://github.com/Lewiscowles1986
149154[ @fernandocarletti ] : https://github.com/fernandocarletti
150155[ @NickStallman ] : https://github.com/NickStallman
156+ [ @cosmastech ] : https://github.com/cosmastech
151157[ 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 @@ -60,7 +60,7 @@ class DogStatsd
6060 private static $ eventUrl = '/api/v1/events ' ;
6161
6262 // Used for the telemetry tags
63- public static $ version = '1.6.1 ' ;
63+ public static $ version = '1.6.2 ' ;
6464
6565 /**
6666 * 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