Update change log for 3.6.0 release (#3895)

This commit is contained in:
Trask Stalnaker 2024-10-03 15:10:43 -07:00 коммит произвёл GitHub
Родитель 418ce0170e
Коммит b2dcd506e4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 16 добавлений и 6 удалений

Просмотреть файл

@ -1,12 +1,22 @@
# CHANGELOG
## Version 3.6.0 GA (TBD)
## Version 3.6.0 GA (10/03/2024)
### Enhancements:
* Migrate from Jackson to Azure-json
([#3790](https://github.com/microsoft/ApplicationInsights-Java/pull/3790))
* Disable publication of gradle module metadata for runtime-attach
([#3823](https://github.com/microsoft/ApplicationInsights-Java/pull/3823))
### Enhancements
* Update to OpenTelemetry Java Instrumentation 2.8.0
([#3871](https://github.com/microsoft/ApplicationInsights-Java/pull/3871))
* Better populate exception type name and message from span events
([Azure/azure-sdk-for-java#41397](https://github.com/Azure/azure-sdk-for-java/pull/41397))
* Internal migration to Azure Json library
([#3790](https://github.com/microsoft/ApplicationInsights-Java/pull/3790))
* Changed live metrics CPU/Memory perf counter metrics to emit normalized process CPU and process physical memory bytes.
([Azure/azure-sdk-for-java#42147](https://github.com/Azure/azure-sdk-for-java/pull/42147))
### Bug fixes
* Disable publication of gradle module metadata for all artifacts
([#3836](https://github.com/microsoft/ApplicationInsights-Java/pull/3836))
## Version 3.5.4 GA (07/29/2024)