@dynatrace-sdk/client-classic-environment-v2 6.1.0 → 7.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,9 +2,36 @@
2
2
 
3
3
  @dynatrace-sdk/client-classic-environment-v2
4
4
 
5
+ ## 7.0.0
6
+
7
+ ### New capabilities
8
+
9
+ * Added support for *HTTP Synthetic Monitors* in the Classic Environment V2 SDK. New request and response models now support the HTTP monitor type.
10
+ * Added new AdaptiveTrafficManagementClient.
11
+ * Added new FleetManagementContainerImagesClient.
12
+
13
+ ### API contract changes impacting UI/AI integrations
14
+
15
+ * Removed securityContext from Browser, HTTP, and Multi-Protocol monitor request/response models.
16
+ * UI forms, state mapping, validation logic, and AI workflows relying on this field must be updated.
17
+ * Synthetic monitor response models were extended to include the HTTP monitor type.
18
+ * Type guards, monitor filtering, monitor creation flows, and monitor-specific UI rendering may require updates.
19
+ * SyntheticMonitorSummaryDto no longer contains the THIRD_PARTY monitor type.
20
+ * Consumers should review monitor-type handling logic, filters, analytics, and reporting logic.
21
+ * Asset catalog models now support the DOCUMENT_SCREEN asset type.
22
+ * Asset type selectors, renderers, and AI classification workflows should support the new value.
23
+ * API token scope definitions now include openpipeline.events_smartscape.
24
+ * Permission UIs, scope validation, and access-management flows may require updates.
25
+
26
+ ### ActiveGate model changes
27
+
28
+ * targetVersion and updateWindows were removed from ActiveGate auto-update configuration models.
29
+ * Introduced dedicated UpdateWindow and UpdateWindowsConfig models.
30
+
5
31
  ## 6.1.0
6
32
 
7
33
  ### Minor changes
34
+
8
35
  - Extensions - Added endpoints for PMI process and metric discovery
9
36
  - Synthetic - Http step paramater "requestBody" requirement changed to optional
10
37
  - ActiveGate - Fixed `AccessTokensActiveGateTokensClient` by restoring `ActiveGateTokenActiveGateType` and `ActiveGateTokenCreateActiveGateType` enums that were removed in 6.0.0.