Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Loading