|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +# Version 3.0.3-BETA |
| 4 | +* Extra attributes in `applicationinsights.json` (e.g. typos) are logged as warnings at startup |
| 5 | + [#1459](https://github.com/microsoft/ApplicationInsights-Java/issues/1459) |
| 6 | +* Better 2.x SDK interop |
| 7 | + [#1454](https://github.com/microsoft/ApplicationInsights-Java/issues/1454) |
| 8 | +* Fix for ClassNotFoundException when deploying some JBoss ear files |
| 9 | + [#1465](https://github.com/microsoft/ApplicationInsights-Java/issues/1465) |
| 10 | +* Fix configuration for disabling spring boot actuator metrics |
| 11 | + [#1478](https://github.com/microsoft/ApplicationInsights-Java/issues/1478) |
| 12 | +* Add env vars for disabling instrumentation |
| 13 | + [#1495](https://github.com/microsoft/ApplicationInsights-Java/issues/1495) |
| 14 | +* Removed the undocumented micrometer reportingIntervalSeconds, |
| 15 | + and instead, added preview configuration `metricIntervalSeconds` that controls all metrics: |
| 16 | + [#1507](https://github.com/microsoft/ApplicationInsights-Java/pull/1507) |
| 17 | +* Changed undocumented reload of connection string and sampling percentage to be preview and opt-in |
| 18 | + [#1507](https://github.com/microsoft/ApplicationInsights-Java/pull/1507) |
| 19 | +* Additional reactor-netty and kotlin coroutine instrumentation |
| 20 | + [#1511](https://github.com/microsoft/ApplicationInsights-Java/pull/1511) |
| 21 | +* Improved error messages for network connectivity issues |
| 22 | + [#1483](https://github.com/microsoft/ApplicationInsights-Java/pull/1483) |
| 23 | +* Support for roles in Live metrics |
| 24 | + [#1510](https://github.com/microsoft/ApplicationInsights-Java/pull/1510) |
| 25 | +* Fixed role name on Azure Functions |
| 26 | + [#1526](https://github.com/microsoft/ApplicationInsights-Java/pull/1526) |
| 27 | +* Populate client IP |
| 28 | + [#1538](https://github.com/microsoft/ApplicationInsights-Java/pull/1538) |
| 29 | +* Support for role name in Azure Functions consumption plan |
| 30 | + [#1537](https://github.com/microsoft/ApplicationInsights-Java/pull/1537) |
| 31 | + |
3 | 32 | # Version 3.0.2 GA |
4 | 33 | * Fix App Services logback parser exceptions. |
5 | 34 | * Log instead of throwing exception on unbridged API [#1442](https://github.com/microsoft/ApplicationInsights-Java/issues/1442) |
|
0 commit comments