Skip to content

Commit 86df381

Browse files
[release][AMLII-1807] prepare v4.4.0 (#245)
* 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]>
1 parent f9b0644 commit 86df381

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

3-
## 4.X.Y / 2024.XX.XX
3+
## 4.4.0 / 2024.05.24
4+
5+
* [FEATURE] Added new API to send multiple samples at once. See [#235][]
6+
* [BUGFIX] When using `SOCK_STREAM` Unix sockets we now correctly close the socket. See [#243][]
47

58
## 4.3.0 / 2024.01.24
69

@@ -238,7 +241,9 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
238241
[#203]: https://github.com/DataDog/java-dogstatsd-client/issues/203
239242
[#211]: https://github.com/DataDog/java-dogstatsd-client/issues/211
240243
[#217]: https://github.com/DataDog/java-dogstatsd-client/issues/217
241-
[#228]: https://github.com/DataDog/java-dogstatsd-client/pull/228
244+
[#228]: https://github.com/DataDog/java-dogstatsd-client/issues/228
245+
[#235]: https://github.com/DataDog/java-dogstatsd-client/issues/235
246+
[#243]: https://github.com/DataDog/java-dogstatsd-client/issues/243
242247

243248
[@PatrickAuld]: https://github.com/PatrickAuld
244249
[@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.2.1</version>
20+
<version>4.4.0</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.3.0</version>
10+
<version>4.4.0</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)