|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 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 | + |
3 | 12 | ## 2.10.3 / 2020.07.17
|
4 | 13 | * [BUGFIX] Fix library shutdown: use daemon threads for StatsDProcess + TimerTask. See [#117][] (Thanks [@blevz][])
|
5 | 14 |
|
@@ -112,8 +121,14 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
|
112 | 121 | [#111]: https://github.com/DataDog/java-dogstatsd-client/issues/111
|
113 | 122 | [#115]: https://github.com/DataDog/java-dogstatsd-client/issues/115
|
114 | 123 | [#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 |
115 | 130 | [@PatrickAuld]: https://github.com/PatrickAuld
|
116 | 131 | [@blevz]: https://github.com/blevz
|
117 | 132 | [@cithal]: https://github.com/cithal
|
118 | 133 | [@hanny24]: https://github.com/hanny24
|
119 |
| -[@njhill]: https://github.com/njhill |
| 134 | +[@njhill]: https://github.com/njhill |
0 commit comments