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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## Version 3.7.1 GA (02/26/2025)

* Improve sampling override with dropped parent spans ([#4014](https://github.com/microsoft/ApplicationInsights-Java/pull/4014))
* Update to OpenTelemetry Java Instrumentation 2.13.1 ([#4087](https://github.com/microsoft/ApplicationInsights-Java/pull/4087))
* Fix QuickPulse "Unsupported text Content-Type" warning message ([#4079](https://github.com/microsoft/ApplicationInsights-Java/pull/4079))
* Fix CVE-2024-57699 ([#4078](https://github.com/microsoft/ApplicationInsights-Java/pull/4078))
* Fix CVE-2024-12798 and CVE-2025-24970 ([#4077](https://github.com/microsoft/ApplicationInsights-Java/pull/4077))

## Version 3.7.0 GA (01/22/2025)

### Enhancements
Expand Down
Loading