Skip to content

Commit

Permalink
Update change log for 3.6.0 release (#3895)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Oct 3, 2024
1 parent 418ce01 commit b2dcd50
Showing 1 changed file with 16 additions and 6 deletions.
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

0 comments on commit b2dcd50

Please sign in to comment.