@dynatrace-sdk/client-classic-environment-v2 6.1.0 → 8.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,56 @@
2
2
 
3
3
  @dynatrace-sdk/client-classic-environment-v2
4
4
 
5
+ ## 8.0.0
6
+
7
+ ### Breaking Changes
8
+
9
+ - Made `securityContext` required in `SecurityContextDtoImpl`. As this is the request body of `monitoredEntitiesClient.setSecurityContext`, callers must now always provide `body.securityContext` (previously optional) — pass `securityContext: []` to clear it or the desired management-zone IDs to set it.
10
+
11
+ ### Features
12
+
13
+ - Added `getRotationStatus` method to `AccessTokensTenantTokensClient` for querying tenant token rotation status. Added `TenantTokenRotationStatus` model and `TenantTokenRotationStatusStatus` enum (`ACTIVE`, `INACTIVE`).
14
+ - Added `minActiveGateCount`, `maxActiveGateCount`, and `nodeSize` fields to `PrivateSyntheticLocation`. Added `PrivateSyntheticLocationNodeSize` enum (`XS`, `S`, `M`, `UNSUPPORTED`).
15
+ - Added `sql-extension-executor` value to `ContainerImageComponent.type` and the `ContainerImageComponentType` enum.
16
+ - Added `LIMITED_BY_SERVICE_DETECTION_V2` value to `AssessmentAccuracyDetails.reducedReasons` and the `AssessmentAccuracyDetailsReducedReasonsItem` enum.
17
+ - Made `entityId` and `type` required in `SyntheticMonitorSummaryDto` (response-only type).
18
+ - Updated JSDoc with example, minimum, and default fields. (APPDEV-16816)
19
+
20
+ ### Deprecations
21
+
22
+ - Deprecated `getActiveGateGroups` in `ActiveGatesActiveGateGroupsClient`.
23
+ - Deprecated `getAllActiveGates` and `getOneActiveGateById` in `ActiveGatesClient`.
24
+
25
+ ## 7.0.0
26
+
27
+ ### New capabilities
28
+
29
+ - Added support for _HTTP Synthetic Monitors_ in the Classic Environment V2 SDK. New request and response models now support the HTTP monitor type.
30
+ - Added new AdaptiveTrafficManagementClient.
31
+ - Added new FleetManagementContainerImagesClient.
32
+
33
+ ### API contract changes impacting UI/AI integrations
34
+
35
+ - Removed securityContext from Browser, HTTP, and Multi-Protocol monitor request/response models.
36
+ - UI forms, state mapping, validation logic, and AI workflows relying on this field must be updated.
37
+ - Synthetic monitor response models were extended to include the HTTP monitor type.
38
+ - Type guards, monitor filtering, monitor creation flows, and monitor-specific UI rendering may require updates.
39
+ - SyntheticMonitorSummaryDto no longer contains the THIRD_PARTY monitor type.
40
+ - Consumers should review monitor-type handling logic, filters, analytics, and reporting logic.
41
+ - Asset catalog models now support the DOCUMENT_SCREEN asset type.
42
+ - Asset type selectors, renderers, and AI classification workflows should support the new value.
43
+ - API token scope definitions now include openpipeline.events_smartscape.
44
+ - Permission UIs, scope validation, and access-management flows may require updates.
45
+
46
+ ### ActiveGate model changes
47
+
48
+ - targetVersion and updateWindows were removed from ActiveGate auto-update configuration models.
49
+ - Introduced dedicated UpdateWindow and UpdateWindowsConfig models.
50
+
5
51
  ## 6.1.0
6
52
 
7
53
  ### Minor changes
54
+
8
55
  - Extensions - Added endpoints for PMI process and metric discovery
9
56
  - Synthetic - Http step paramater "requestBody" requirement changed to optional
10
57
  - ActiveGate - Fixed `AccessTokensActiveGateTokensClient` by restoring `ActiveGateTokenActiveGateType` and `ActiveGateTokenCreateActiveGateType` enums that were removed in 6.0.0.