Skip to content

Commit 2ad4b69

Browse files
authored
Merge pull request #185 from DataDog/vickenty/400
[release] prepare v4.0.0
2 parents c8cac43 + dc7bc43 commit 2ad4b69

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# CHANGELOG
22

3+
## 4.0.0 / 2022.01.10
4+
5+
This release is a correction for v3.0.0, which was released without client-side
6+
aggregation enabled by default.
7+
8+
There are no incompatible API changes in this release.
9+
10+
* [BUGFIX] Re-enable aggregation by default. See [#171][]
11+
* [FEATURE] Windows named pipe support. See [#169][]
12+
* [FEATURE] jar-with-dependencies artifact now include license information. See [#179][]
13+
* [FEATURE] send buffered metrics when a blocking client is closed. See [#180][]
14+
* [FEATURE] client can be used without jnr-posix in the classpath. See [#182][]
15+
316
## 3.0.1 / 2021.12.14
417

5-
* [BUGFIX] Fix visibility for overrideable methods (#170)
18+
* [BUGFIX] Fix visibility for overrideable methods. See [#170][]
619

720
## 3.0.0 / 2021.11.02
821

@@ -66,7 +79,7 @@ Please refer to the [readme][readme configuration] for tips on how to migrate to
6679
* [FEATURE] Architecture revamp + non-blocking queue, improved performance. See [#94][]
6780
* [FEATURE] Enable buffer pool, concurrent sending threads. See [#95][]
6881
* [FEATURE] Adding dogstatsd telemetry to client. See [#97][]
69-
* [FEATURE] DD_SERVICE; DD_ENV; DD_VERSION; DD_TAGS env vars support. See [#107][], [#108][], [#111][]
82+
* [FEATURE] DD_SERVICE; DD_ENV; DD_VERSION env vars support. See [#107][], [#108][], [#111][]
7083
* [FEATURE] Allow different remote destination for telemetry. See [#109][]
7184
* [IMPROVEMENT] Improved abstractions + better object construction. See [#96][]
7285
* [IMPROVEMENT] Reduce number of allocations. Thanks [@njhill][]. See [#105][]
@@ -188,6 +201,13 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
188201
[#160]: https://github.com/DataDog/java-dogstatsd-client/issues/160
189202
[#162]: https://github.com/DataDog/java-dogstatsd-client/issues/162
190203
[#164]: https://github.com/DataDog/java-dogstatsd-client/issues/164
204+
[#169]: https://github.com/DataDog/java-dogstatsd-client/issues/169
205+
[#170]: https://github.com/DataDog/java-dogstatsd-client/issues/170
206+
[#171]: https://github.com/DataDog/java-dogstatsd-client/issues/171
207+
[#179]: https://github.com/DataDog/java-dogstatsd-client/issues/179
208+
[#180]: https://github.com/DataDog/java-dogstatsd-client/issues/180
209+
[#182]: https://github.com/DataDog/java-dogstatsd-client/issues/182
210+
191211
[@PatrickAuld]: https://github.com/PatrickAuld
192212
[@blevz]: https://github.com/blevz
193213
[@cameronhotchkies]: https://github.com/cameronhotchkies
@@ -196,4 +216,4 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
196216
[@gherceg]: https://github.com/gherceg
197217
[@hanny24]: https://github.com/hanny24
198218
[@njhill]: https://github.com/njhill
199-
[@snopoke]: https://github.com/snopoke
219+
[@snopoke]: https://github.com/snopoke

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>3.0.1</version>
20+
<version>4.0.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>3.0.1</version>
10+
<version>4.0.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)