Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Version 3.7.7 GA (01/23/2026)

### Enhancements

* Update to OpenTelemetry Java Instrumentation 2.21.0
([#4511](https://github.com/microsoft/ApplicationInsights-Java/pull/4511))
* Enable Spring Cloud Gateway instrumentation
([#4559](https://github.com/microsoft/ApplicationInsights-Java/pull/4559))
* Add azure_monitor to metrics exporter for AKS
([#4575](https://github.com/microsoft/ApplicationInsights-Java/pull/4575))

## Version 3.7.6 GA (10/28/2025)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project properties
version=3.7.6
version=3.7.7

org.gradle.parallel=true
org.gradle.caching=true
Expand Down