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

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,25 @@
2
2
 
3
3
  @dynatrace-sdk/client-classic-environment-v2
4
4
 
5
+ ## 9.0.1
6
+
7
+ ### Patch Changes
8
+
9
+ - Fix encoding of the fields query parameter - reserved characters are now preserved verbatim instead of being percent-encoded. (APPDEV-19736)
10
+
11
+ ## 9.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - BREAKING: `SyntheticLocationsNodesAndConfigurationClient.updateConfiguration` now returns `Promise<void>` because the endpoint returns HTTP 204 without a response body. Do not consume the resolved `SyntheticConfigDto`.
16
+ - BREAKING: `SyntheticConfigDto.maintenanceWindowsExcludedFromAvailability` is now required. Include this field in every `updateConfiguration` request.
17
+
18
+ ### Minor Changes
19
+
20
+ - Add optional `monitorCrossOriginFrames` to `SyntheticBrowserMonitorConfigurationDto`.
21
+ - Add `asHistogram` to metric descriptor transformations.
22
+ - Deprecate the API-token operations on `accessTokensApiTokensClient`.
23
+
5
24
  ## 8.0.0
6
25
 
7
26
  ### Breaking Changes