Skip to content

Commit 62ff210

Browse files
authored
Merge pull request #281 from DataDog/vickenty/445
[release] prepare v4.4.5
2 parents a623f2e + 1741864 commit 62ff210

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 4.4.5 / 2025.08.15
4+
5+
* [IMPROVEMENT] Only send externalEnv when origin detection is enabled. See [#279][]
6+
* [FEATURE] Add per-metric tags cardinality setting. See [#277][]
7+
* [FEATURE] Add global tags cardinality setting. See [#276][]
8+
* [FEATURE] Use mountinfo for origin detection. See [#275][]
9+
* [FEATURE] Add support for externalEnv field. See [#274][]
10+
311
## 4.4.4 / 2025.03.27
412

513
* [IMPROVEMENT] Performance improvements. See [#263][]
@@ -264,7 +272,11 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
264272
[#249]: https://github.com/DataDog/java-dogstatsd-client/issues/249
265273
[#256]: https://github.com/DataDog/java-dogstatsd-client/issues/256
266274
[#263]: https://github.com/DataDog/java-dogstatsd-client/issues/263
267-
275+
[#274]: https://github.com/DataDog/java-dogstatsd-client/issues/274
276+
[#275]: https://github.com/DataDog/java-dogstatsd-client/issues/275
277+
[#276]: https://github.com/DataDog/java-dogstatsd-client/issues/276
278+
[#277]: https://github.com/DataDog/java-dogstatsd-client/issues/277
279+
[#279]: https://github.com/DataDog/java-dogstatsd-client/issues/279
268280

269281
[@PatrickAuld]: https://github.com/PatrickAuld
270282
[@blevz]: https://github.com/blevz

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The client jar is distributed via Maven central, and can be downloaded [from Mav
1616
<dependency>
1717
<groupId>com.datadoghq</groupId>
1818
<artifactId>java-dogstatsd-client</artifactId>
19-
<version>4.4.4</version>
19+
<version>4.4.5</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>java-dogstatsd-client</artifactId>
88
<packaging>jar</packaging>
99
<name>java-dogstatsd-client</name>
10-
<version>4.4.5-SNAPSHOT</version>
10+
<version>4.4.5</version>
1111
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
1212
<url>https://github.com/DataDog/java-dogstatsd-client</url>
1313

0 commit comments

Comments
 (0)