Skip to content

Commit

Permalink
[changelog] adding 2.11.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Dec 22, 2020
1 parent bd4bbbb commit d2a8c7f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 2.11.0 / Unreleased

[FEATURE] Aggregation: simple type client-side aggregation. See [#121][]
[IMPROVEMENT] UDP+UDS: set better defaults for max packet size. See [#125][]
[BUGFIX] Aggregator: fix thread leak + dont always start scheduler. See [#129][]
[BUGFIX] Sampling: on counts to be disabled when aggregation is enabled. See [#127][]
[BUGFIX] Processor: shutdown the executor on cue, dont leak. See [#126][]
[DOCS] Aggregation: update with new aggregation instructions. See [#122][]

## 2.10.3 / 2020.07.17
* [BUGFIX] Fix library shutdown: use daemon threads for StatsDProcess + TimerTask. See [#117][] (Thanks [@blevz][])

Expand Down Expand Up @@ -112,8 +121,14 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
[#111]: https://github.com/DataDog/java-dogstatsd-client/issues/111
[#115]: https://github.com/DataDog/java-dogstatsd-client/issues/115
[#117]: https://github.com/DataDog/java-dogstatsd-client/issues/117
[#121]: https://github.com/DataDog/java-dogstatsd-client/issues/121
[#122]: https://github.com/DataDog/java-dogstatsd-client/issues/122
[#125]: https://github.com/DataDog/java-dogstatsd-client/issues/125
[#126]: https://github.com/DataDog/java-dogstatsd-client/issues/126
[#127]: https://github.com/DataDog/java-dogstatsd-client/issues/127
[#129]: https://github.com/DataDog/java-dogstatsd-client/issues/129
[@PatrickAuld]: https://github.com/PatrickAuld
[@blevz]: https://github.com/blevz
[@cithal]: https://github.com/cithal
[@hanny24]: https://github.com/hanny24
[@njhill]: https://github.com/njhill
[@njhill]: https://github.com/njhill

0 comments on commit d2a8c7f

Please sign in to comment.