1
1
# CHANGELOG
2
2
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
+
3
16
## 3.0.1 / 2021.12.14
4
17
5
- * [ BUGFIX] Fix visibility for overrideable methods ( #170 )
18
+ * [ BUGFIX] Fix visibility for overrideable methods. See [ #170 ] [ ]
6
19
7
20
## 3.0.0 / 2021.11.02
8
21
@@ -66,7 +79,7 @@ Please refer to the [readme][readme configuration] for tips on how to migrate to
66
79
* [ FEATURE] Architecture revamp + non-blocking queue, improved performance. See [ #94 ] [ ]
67
80
* [ FEATURE] Enable buffer pool, concurrent sending threads. See [ #95 ] [ ]
68
81
* [ 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 ] [ ]
70
83
* [ FEATURE] Allow different remote destination for telemetry. See [ #109 ] [ ]
71
84
* [ IMPROVEMENT] Improved abstractions + better object construction. See [ #96 ] [ ]
72
85
* [ 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
188
201
[ #160 ] : https://github.com/DataDog/java-dogstatsd-client/issues/160
189
202
[ #162 ] : https://github.com/DataDog/java-dogstatsd-client/issues/162
190
203
[ #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
+
191
211
[ @PatrickAuld ] : https://github.com/PatrickAuld
192
212
[ @blevz ] : https://github.com/blevz
193
213
[ @cameronhotchkies ] : https://github.com/cameronhotchkies
@@ -196,4 +216,4 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
196
216
[ @gherceg ] : https://github.com/gherceg
197
217
[ @hanny24 ] : https://github.com/hanny24
198
218
[ @njhill ] : https://github.com/njhill
199
- [ @snopoke ] : https://github.com/snopoke
219
+ [ @snopoke ] : https://github.com/snopoke
0 commit comments