Skip to content

Commit

Permalink
[release][AMLII-1807] prepare v4.4.0 (#245)
Browse files Browse the repository at this point in the history
* Preparing 4.4.0 release

* Update CHANGELOG.md

Co-authored-by: Vickenty Fesunov <[email protected]>

* Removing reference to #421

---------

Co-authored-by: Vickenty Fesunov <[email protected]>
  • Loading branch information
carlosroman and vickenty authored May 24, 2024
1 parent f9b0644 commit 86df381
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG

## 4.X.Y / 2024.XX.XX
## 4.4.0 / 2024.05.24

* [FEATURE] Added new API to send multiple samples at once. See [#235][]
* [BUGFIX] When using `SOCK_STREAM` Unix sockets we now correctly close the socket. See [#243][]

## 4.3.0 / 2024.01.24

Expand Down Expand Up @@ -238,7 +241,9 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
[#203]: https://github.com/DataDog/java-dogstatsd-client/issues/203
[#211]: https://github.com/DataDog/java-dogstatsd-client/issues/211
[#217]: https://github.com/DataDog/java-dogstatsd-client/issues/217
[#228]: https://github.com/DataDog/java-dogstatsd-client/pull/228
[#228]: https://github.com/DataDog/java-dogstatsd-client/issues/228
[#235]: https://github.com/DataDog/java-dogstatsd-client/issues/235
[#243]: https://github.com/DataDog/java-dogstatsd-client/issues/243

[@PatrickAuld]: https://github.com/PatrickAuld
[@blevz]: https://github.com/blevz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.2.1</version>
<version>4.4.0</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.3.0</version>
<version>4.4.0</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 86df381

Please sign in to comment.