Skip to content

Commit d2a8c7f

Browse files
committed
[changelog] adding 2.11.0 updates
1 parent bd4bbbb commit d2a8c7f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 2.11.0 / Unreleased
4+
5+
[FEATURE] Aggregation: simple type client-side aggregation. See [#121][]
6+
[IMPROVEMENT] UDP+UDS: set better defaults for max packet size. See [#125][]
7+
[BUGFIX] Aggregator: fix thread leak + dont always start scheduler. See [#129][]
8+
[BUGFIX] Sampling: on counts to be disabled when aggregation is enabled. See [#127][]
9+
[BUGFIX] Processor: shutdown the executor on cue, dont leak. See [#126][]
10+
[DOCS] Aggregation: update with new aggregation instructions. See [#122][]
11+
312
## 2.10.3 / 2020.07.17
413
* [BUGFIX] Fix library shutdown: use daemon threads for StatsDProcess + TimerTask. See [#117][] (Thanks [@blevz][])
514

@@ -112,8 +121,14 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
112121
[#111]: https://github.com/DataDog/java-dogstatsd-client/issues/111
113122
[#115]: https://github.com/DataDog/java-dogstatsd-client/issues/115
114123
[#117]: https://github.com/DataDog/java-dogstatsd-client/issues/117
124+
[#121]: https://github.com/DataDog/java-dogstatsd-client/issues/121
125+
[#122]: https://github.com/DataDog/java-dogstatsd-client/issues/122
126+
[#125]: https://github.com/DataDog/java-dogstatsd-client/issues/125
127+
[#126]: https://github.com/DataDog/java-dogstatsd-client/issues/126
128+
[#127]: https://github.com/DataDog/java-dogstatsd-client/issues/127
129+
[#129]: https://github.com/DataDog/java-dogstatsd-client/issues/129
115130
[@PatrickAuld]: https://github.com/PatrickAuld
116131
[@blevz]: https://github.com/blevz
117132
[@cithal]: https://github.com/cithal
118133
[@hanny24]: https://github.com/hanny24
119-
[@njhill]: https://github.com/njhill
134+
[@njhill]: https://github.com/njhill

0 commit comments

Comments
 (0)