File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 3.5.3 GA (05/24/2024)
4
+
5
+ ### Enhancements:
6
+ * Emit stable OpenTelemetry HTTP metrics
7
+ ([ #3676 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/3676 ) )
8
+ * Support AAD clientsecret via env var
9
+ ([ #3692 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/3692 ) )
10
+ * Display a message about sampling at start-up
11
+ ([ #3700 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/3700 ) )
12
+ * Fail if HTTP status code used in sampling override
13
+ ([ #3708 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/3708 ) )
14
+ * Fix misleading connection string message
15
+ ([ #3709 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/3709 ) )
16
+ * Update to OpenTelemetry Java Instrumentation 2.4.0
17
+ ([ #3711 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/3711 ) )
18
+ * Introduce explicit option to disable ingestion sampling
19
+ ([ #3713 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/3713 ) )
20
+ * Remove ` _APPRESOURCEPREVIEW_ ` custom metric as it is still in preview
21
+ * ([ #3710 ] ( https://github.com/microsoft/ApplicationInsights-Java/pull/3710 ) )
22
+
3
23
## Version 3.5.2 GA (04/19/2024)
4
24
5
25
### Enhancements:
You can’t perform that action at this time.
0 commit comments