Skip to content

Commit f6e39f9

Browse files
authored
Update Monitor Changelog for Release (Azure#23903)
1 parent f007ccf commit f6e39f9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sdk/monitor/Azure.Monitor.Query/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.4 (2021-09-08)
44

55
### Features Added
6+
- `Endpoint` is a public property in `LogsQueryClient`
67

78
### Breaking Changes
9+
- `NamespaceCollection` renamed to `MetricNamespaceCollection`
10+
- `QueryModelFactory` renamed to `MonitorQueryModelFactory`
11+
- `TimeSeriesElement` renamed to `MetricTimeSeriesElement`
12+
- `Data` renamed as `Values` in `MetricTimeSeriesElement`
13+
- `Top` renamed to `Size` in `MetricsQueryOptions`
14+
- Updated `GetObject` methods to be internal in `LogsTableRow`
815

916
### Bugs Fixed
17+
- Updated `GetResult()` in `LogsBatchQueryResult` to return a `LogsBatchQueryResult`
1018

1119
### Other Changes
20+
- `ServiceVersion` numbering starts at 1 instead of 0 in `LogsQueryClientOptions` and `MetricsQueryClientOptions`
1221

1322
## 1.0.0-beta.3 (2021-08-10)
1423

0 commit comments

Comments
 (0)