File tree Expand file tree Collapse file tree 7 files changed +21
-11
lines changed
Expand file tree Collapse file tree 7 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 244244 <dependency >
245245 <groupId >com.azure</groupId >
246246 <artifactId >azure-monitor-query</artifactId >
247- <version >1.0.0-beta.5 </version > <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
247+ <version >1.0.0</version > <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
248248 </dependency >
249249 <dependency >
250250 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ com.azure:azure-messaging-webpubsub;1.0.0-beta.3;1.0.0-beta.4
103103com.azure:azure-mixedreality-authentication;1.1.2;1.2.0-beta.1
104104com.azure:azure-mixedreality-remoterendering;1.1.0;1.1.1
105105com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.4;1.0.0-beta.5
106- com.azure:azure-monitor-query;1.0.0-beta.4;1.0.0-beta.5
106+ com.azure:azure-monitor-query;1.0.0-beta.4;1.0.0
107107com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
108108com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
109109com.azure:azure-search-documents;11.4.3;11.5.0-beta.4
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >com.azure</groupId >
2929 <artifactId >azure-monitor-query</artifactId >
30- <version >1.0.0-beta.5 </version > <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
30+ <version >1.0.0</version > <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
3131 </dependency >
3232 <dependency >
3333 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.0.0-beta.5 (Unreleased )
3+ ## 1.0.0 (2021-10-07 )
44
55### Features Added
6+ - Added ` getMetricByName ` API on ` MetricsQueryResult ` to get the metric result for a specific metric name.
7+ - Added ` LogsQueryStatus ` enum to specify if the query was successful, partially successful or failed.
68
79### Breaking Changes
8-
9- ### Bugs Fixed
10+ - Changed ` query ` API name in ` LogsQuery*Client ` to ` queryWorkspace `
11+ - Changed ` query ` API name in ` MetricsQuery*Client ` to ` queryResource `
12+ - Changed ` addQuery ` API name in ` LogsQueryBatch ` to ` addWorkspaceQuery `
13+ - Removed ` status ` from ` LogsBatchQueryResult `
14+ - Throws exception if a logs query is partially successful with an option in ` LogsQueryOptions ` to disable this
15+ behavior.
1016
1117### Other Changes
1218
19+ #### Dependency Updates
20+ - Upgraded ` azure-core ` to ` 1.21.0 ` .
21+ - Upgraded ` azure-core-http-netty ` to ` 1.11.1 ` .
22+
1323## 1.0.0-beta.4 (2021-09-10)
1424
1525### Features Added
2333### Other Changes
2434
2535#### Dependency Updates
26- - Upgraded ` azure-core ` from ` 1.18 .0 ` to ` 1.19 .0 ` .
27- - Upgraded ` azure-core-http-netty ` from ` 1.10.1 ` to ` 1.10.2 ` .
36+ - Upgraded ` azure-core ` from ` 1.19 .0 ` to ` 1.20 .0 ` .
37+ - Upgraded ` azure-core-http-netty ` from ` 1.10.2 ` to ` 1.11.0 ` .
2838
2939
3040## 1.0.0-beta.3 (2021-08-11)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Install the Azure Monitor Query client library for Java by adding the following
3232<dependency >
3333 <groupId >com.azure</groupId >
3434 <artifactId >azure-monitor-query</artifactId >
35- <version >1.0.0-beta.4 </version >
35+ <version >1.0.0</version >
3636</dependency >
3737```
3838
Original file line number Diff line number Diff line change 1111
1212 <groupId >com.azure</groupId >
1313 <artifactId >azure-monitor-query</artifactId >
14- <version >1.0.0-beta.5 </version > <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
14+ <version >1.0.0</version > <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
1515
1616 <name >Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name >
1717 <description >This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description >
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >com.azure</groupId >
2828 <artifactId >azure-monitor-query</artifactId >
29- <version >1.0.0-beta.5 </version > <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
29+ <version >1.0.0</version > <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
3030 </dependency >
3131 </dependencies >
3232
You can’t perform that action at this time.
0 commit comments