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.6.0 / 2023-05-10
7+
8+ * Add support for [ Unified service tagging] ( https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/?tab=kubernetes )
9+ * Remove ` lib-curl ` dependency and support for events API (using ` APP_KEY ` ). Submitting events now requires a connection to a Datadog Agent.
10+
611# 1.5.6 / 2023-01-3
712
813* Fix warnings to support PHP 8.2
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.5.6 ' ;
63+ public static $ version = '1.6.0 ' ;
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