You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 2.2.0 - 2021-08-17
7
+
### Added
8
+
- Support for getting management agent hosts which are eligible to create Operations Insights host resources on, in the Operations Insights service
9
+
- Support for getting summarized agent counts and summarized plugin counts in the Management Agent Cloud service
10
+
11
+
### Breaking changes
12
+
- Removed default retries and default circuit breakers from all the services
13
+
- The model `WorkSubmissionKey` has been removed from the Management Agent Cloud service
14
+
- The data type of property `pluginName` in `ListManagementAgentsRequest` has been changed to `Array<string>` in the Management Agent Cloud service
15
+
- The data type of property `version` in `ListManagementAgentsRequest` has been changed to `Array<string>` in the Management Agent Cloud service
16
+
- The data type of property `platformType` in `ListManagementAgentsRequest` has been changed to `Array<model.PlatformTypes>` in the Management Agent Cloud service
17
+
6
18
## 2.1.0 - 2021-08-03
7
19
### Added
8
20
- Support for manually copying volume group backups across regions in the Block Volume service
0 commit comments