Skip to content

Commit 777748c

Browse files
committed
Prepare 1.7.0 release
1 parent 9f18d0d commit 777748c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CHANGELOG
33

44
[//]: # (comment: Don't forget to update src/DogStatsd.php:DogStatsd::version when releasing a new version)
55

6+
# 1.7.0 / 2025-07-11
7+
* Fix the array shape for configuration (#159) [@lcobucci][]
8+
* Fix Windows errors caused by 1.6.3 (#162)
9+
610
# 1.6.3 / 2025-06-13
711

812
* Enable Origin Detection, via CGroups, `DD_EXTERNAL_ENV` or inode. (#155, #156, #157)
@@ -130,6 +134,11 @@ CHANGELOG
130134
[#27]: https://github.com/DataDog/php-datadogstatsd/issues/27
131135
[#28]: https://github.com/DataDog/php-datadogstatsd/issues/28
132136
[#41]: https://github.com/DataDog/php-datadogstatsd/pull/41
137+
[#79]: https://github.com/DataDog/php-datadogstatsd/pull/79
138+
[#155]: https://github.com/DataDog/php-datadogstatsd/pull/155
139+
[#156]: https://github.com/DataDog/php-datadogstatsd/pull/156
140+
[#157]: https://github.com/DataDog/php-datadogstatsd/pull/157
141+
[#163]: https://github.com/DataDog/php-datadogstatsd/pull/162
133142
[@bigthyme]: https://github.com/bigthyme
134143
[@obradovic]: https://github.com/obradovic
135144
[@shadowhand]: https://github.com/shadowhand
@@ -159,4 +168,5 @@ CHANGELOG
159168
[@NickStallman]: https://github.com/NickStallman
160169
[@cosmastech]: https://github.com/cosmastech
161170
[@vlakarados]: https://github.com/vlakarados
171+
[@lcobucci]: https://github.com/lcobucci
162172
[dogstatsd_telemetry_doc]: https://docs.datadoghq.com/developers/dogstatsd/high_throughput/?tab=php#client-side-telemetry

src/DogStatsd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class DogStatsd
7171
private $packets_dropped;
7272

7373
// Used for the telemetry tags
74-
public static $version = '1.6.3';
74+
public static $version = '1.7.0';
7575

7676
/**
7777
* DogStatsd constructor, takes a configuration array. The configuration can take any of the following values:

0 commit comments

Comments
 (0)