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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.0.0 (2021-07-08)
Features added
Added getAdmins and setAdmins methods to NotificationHook model
Added the getMeasureType and setMeasureType to MetricBoundaryCondition model
Added getViewers and setViewers methods to DataFeedOptions model
Breaking changes
Removed the prefix Anomaly from all Alert Configuration APIs
Removed the prefix MetricAnomaly from all Detection Configuration APIs
Renamed MetricAnomalyAlertConfiguration to MetricAlertConfiguration
Renamed DetectionConditionsOperator to DetectionConditionOperator
Renamed the getDimensionsToSplitAlert method in the model AnomalyAlertConfiguration to getDimensionsToSplitAlert
Renamed the setDimensionsToSplitAlert method in the model AnomalyAlertConfiguration to setDimensionsToSplitAlert
Updated the model getter and setter methods for primitive types to use corresponding reference types
Renamed setCrossConditionOperator method in all detection configuration condition models to setConditionOperator
Renamed getCrossConditionOperator method in all detection configuration condition models to getConditionOperator
Updated the constructors of DataFeedMetric, DataFeedDimension, ChangeThresholdCondition, HardThresholdCondition, SmartDetectionCondition, SeverityCondition, MetricAnomalyAlertSnoozeCondition and TopNGroupScope to take required parameters.
Removed SingleBoundaryCondition model
Removed setSingleBoundary and setBothBoundary methods in MetricBoundaryCondition model
Replaced listAnomalies API with listAnomaliesForAlert and listAnomaliesForDetectionConfig
Replaced listIncidents API with listIncidentsForAlert and listIncidentsForDetectionConfig