Skip to content

Commit 357adcd

Browse files
authored
Merge pull request #257 from DataDog/vickenty/443
[release] prepare v4.4.3
2 parents f51383a + 30fe2a9 commit 357adcd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 4.4.3 / 2024.10.04
4+
5+
* [BUGFIX] Use correct buffer size for unix sockets. See [#256][]
6+
37
## 4.4.2 / 2024.06.03
48

59
* [BUGFIX] Fix sampling and visibility issues with new direct client. See [#249][]
@@ -254,6 +258,7 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
254258
[#243]: https://github.com/DataDog/java-dogstatsd-client/issues/243
255259
[#247]: https://github.com/DataDog/java-dogstatsd-client/issues/247
256260
[#249]: https://github.com/DataDog/java-dogstatsd-client/issues/249
261+
[#256]: https://github.com/DataDog/java-dogstatsd-client/issues/256
257262

258263

259264
[@PatrickAuld]: https://github.com/PatrickAuld

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.2</version>
19+
<version>4.4.3</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.2</version>
10+
<version>4.4.3</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)