File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
sdk/monitor/azure-monitor-opentelemetry-autoconfigure Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ com.azure:azure-messaging-webpubsub-client;1.1.2;1.2.0-beta.1
161
161
com.azure:azure-mixedreality-authentication;1.2.33;1.3.0-beta.1
162
162
com.azure:azure-mixedreality-remoterendering;1.1.38;1.2.0-beta.1
163
163
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33
164
- com.azure:azure-monitor-opentelemetry-autoconfigure;1.2.0;1.3.0-beta.1
164
+ com.azure:azure-monitor-opentelemetry-autoconfigure;1.2.0;1.3.0
165
165
com.azure:azure-monitor-ingestion;1.2.11;1.3.0-beta.1
166
166
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
167
167
com.azure:azure-monitor-query;1.5.7;1.6.0-beta.1
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.3.0-beta.1 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
3
+ ## 1.3.0 (2025-08-01)
8
4
9
5
### Bugs Fixed
10
-
11
- ### Other Changes
6
+ - Don't call .toString() or .length() on null strings/urls ([ #44933 ] ( https://github.com/Azure/azure-sdk-for-java/pull/44933 ) )
7
+ - Fix null exception message error ([ #46001 ] ( https://github.com/Azure/azure-sdk-for-java/pull/46001 ) )
8
+ - Fix live metrics race condition ([ #45944 ] ( https://github.com/Azure/azure-sdk-for-java/pull/45944 ) )
12
9
13
10
## 1.2.0 (2025-04-11)
14
11
Original file line number Diff line number Diff line change 14
14
15
15
<groupId >com.azure</groupId >
16
16
<artifactId >azure-monitor-opentelemetry-autoconfigure</artifactId >
17
- <version >1.3.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-monitor-opentelemetry-autoconfigure;current} -->
17
+ <version >1.3.0</version > <!-- {x-version-update;com.azure:azure-monitor-opentelemetry-autoconfigure;current} -->
18
18
19
19
<name >Azure Monitor OpenTelemetry SDK Autoconfigure Distro</name >
20
20
<description >This package contains Azure Monitor OpenTelemetry SDK Autoconfigure Distro.</description >
You can’t perform that action at this time.
0 commit comments