@dynatrace-sdk/client-classic-environment-v2 8.0.0 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  @dynatrace-sdk/client-classic-environment-v2
4
4
 
5
+ ## 9.0.0
6
+
7
+ ### Major Changes
8
+ - BREAKING: `SyntheticLocationsNodesAndConfigurationClient.updateConfiguration` now returns `Promise<void>` because the endpoint returns HTTP 204 without a response body. Do not consume the resolved `SyntheticConfigDto`.
9
+ - BREAKING: `SyntheticConfigDto.maintenanceWindowsExcludedFromAvailability` is now required. Include this field in every `updateConfiguration` request.
10
+
11
+ ### Minor Changes
12
+ - Add optional `monitorCrossOriginFrames` to `SyntheticBrowserMonitorConfigurationDto`.
13
+ - Add `asHistogram` to metric descriptor transformations.
14
+ - Deprecate the API-token operations on `accessTokensApiTokensClient`.
15
+
5
16
  ## 8.0.0
6
17
 
7
18
  ### Breaking Changes