|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## 2.12.0 / 2020.04.05 |
| 3 | +## 2.13.0 / 2021.06.09 |
| 4 | + |
| 5 | +* [FEATURE] Telemetry: adding developer mode: additional metrics. See [#131][] |
| 6 | +* [IMPROVEMENT] Cleanup internal thread model. See [#144][] |
| 7 | +* [IMPROVEMENT] All dogstatsd messages are EOL terminated. See [#130][] |
| 8 | +* [IMPROVEMENT] Refactor version.properties to dedicated directory. See [#147][] (Thanks [@cameronhotchkies][]) |
| 9 | +* [IMPROVEMENT] Dev: make environment variable variables public. See [#132][] (Thanks [@dbyron0][]) |
| 10 | +* [BUGFIX] Properly compute unicode event strings length. See [#149][] |
| 11 | +* [DOCUMENTATION] Updated javadoc and README. See [#139][] and [#136][]. (Thanks [@snopoke][] and [@gherceg][]) |
| 12 | + |
| 13 | + |
| 14 | +## 2.12.0 / 2021.04.05 |
4 | 15 |
|
5 | 16 | * [IMPROVEMENT] Deployments to Sonatype are now automated (but manually triggered). |
6 | 17 | No user-facing changes are part of this release. |
@@ -132,8 +143,20 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d |
132 | 143 | [#126]: https://github.com/DataDog/java-dogstatsd-client/issues/126 |
133 | 144 | [#127]: https://github.com/DataDog/java-dogstatsd-client/issues/127 |
134 | 145 | [#129]: https://github.com/DataDog/java-dogstatsd-client/issues/129 |
| 146 | +[#130]: https://github.com/DataDog/java-dogstatsd-client/issues/130 |
| 147 | +[#131]: https://github.com/DataDog/java-dogstatsd-client/issues/131 |
| 148 | +[#132]: https://github.com/DataDog/java-dogstatsd-client/issues/132 |
| 149 | +[#136]: https://github.com/DataDog/java-dogstatsd-client/issues/136 |
| 150 | +[#139]: https://github.com/DataDog/java-dogstatsd-client/issues/139 |
| 151 | +[#144]: https://github.com/DataDog/java-dogstatsd-client/issues/144 |
| 152 | +[#147]: https://github.com/DataDog/java-dogstatsd-client/issues/147 |
| 153 | +[#149]: https://github.com/DataDog/java-dogstatsd-client/issues/149 |
135 | 154 | [@PatrickAuld]: https://github.com/PatrickAuld |
136 | 155 | [@blevz]: https://github.com/blevz |
| 156 | +[@cameronhotchkies]: https://github.com/cameronhotchkies |
137 | 157 | [@cithal]: https://github.com/cithal |
| 158 | +[@dbyron0]: https://github.com/dbyron0 |
| 159 | +[@gherceg]: https://github.com/gherceg |
138 | 160 | [@hanny24]: https://github.com/hanny24 |
139 | 161 | [@njhill]: https://github.com/njhill |
| 162 | +[@snopoke]: https://github.com/snopoke |
0 commit comments