Skip to content

Commit cb5d513

Browse files
committed
[release] prepare v4.4.5
1 parent a623f2e commit cb5d513

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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 [#278][]
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][]

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)