Skip to content

Commit

Permalink
Merge pull request #257 from DataDog/vickenty/443
Browse files Browse the repository at this point in the history
[release] prepare v4.4.3
  • Loading branch information
vickenty authored Oct 8, 2024
2 parents f51383a + 30fe2a9 commit 357adcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.4.3 / 2024.10.04

* [BUGFIX] Use correct buffer size for unix sockets. See [#256][]

## 4.4.2 / 2024.06.03

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


[@PatrickAuld]: https://github.com/PatrickAuld
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The client jar is distributed via Maven central, and can be downloaded [from Mav
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>java-dogstatsd-client</artifactId>
<version>4.4.2</version>
<version>4.4.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>java-dogstatsd-client</artifactId>
<packaging>jar</packaging>
<name>java-dogstatsd-client</name>
<version>4.4.2</version>
<version>4.4.3</version>
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
<url>https://github.com/DataDog/java-dogstatsd-client</url>

Expand Down

0 comments on commit 357adcd

Please sign in to comment.