Skip to content

Commit 8fe540d

Browse files
authored
Merge pull request #250 from DataDog/vickenty/442
[release][AMLII-1816] prepare v4.4.2
2 parents 59f96a2 + fa97214 commit 8fe540d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 4.4.2 / 2024.06.03
4+
5+
* [BUGFIX] Fix sampling and visibility issues with new direct client. See #[249][]
6+
37
## 4.4.1 / 2024.05.29
48

59
* [BUGFIX] Restore public constructor for `NoOpStatsDClient`. See #[247][]
@@ -249,6 +253,8 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
249253
[#235]: https://github.com/DataDog/java-dogstatsd-client/issues/235
250254
[#243]: https://github.com/DataDog/java-dogstatsd-client/issues/243
251255
[#247]: https://github.com/DataDog/java-dogstatsd-client/issues/247
256+
[#249]: https://github.com/DataDog/java-dogstatsd-client/issues/249
257+
252258

253259
[@PatrickAuld]: https://github.com/PatrickAuld
254260
[@blevz]: https://github.com/blevz

README.md

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

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.1</version>
10+
<version>4.4.2</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)