We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941e30a commit b8d27c2Copy full SHA for b8d27c2
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
3
+## Version 3.7.7 GA (01/23/2026)
4
+
5
+### Enhancements
6
7
+* Update to OpenTelemetry Java Instrumentation 2.21.0
8
+ ([#4511](https://github.com/microsoft/ApplicationInsights-Java/pull/4511))
9
+* Enable Spring Cloud Gateway instrumentation
10
+ ([#4559](https://github.com/microsoft/ApplicationInsights-Java/pull/4559))
11
+* Add azure_monitor to metrics exporter for AKS
12
+ ([#4575](https://github.com/microsoft/ApplicationInsights-Java/pull/4575))
13
14
## Version 3.7.6 GA (10/28/2025)
15
16
### Enhancements
gradle.properties
@@ -1,5 +1,5 @@
// Project properties
-version=3.7.6
+version=3.7.7
org.gradle.parallel=true
org.gradle.caching=true
0 commit comments