Cdk-monitoring-constructs

Latest version: v7.12.0

Safety actively analyzes 640986 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 43

5.0.0

[5.0.0](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v4.0.9...v5.0.0) (2023-06-01)


⚠ BREAKING CHANGES

* **dashboards:** handle dynamic dashboards in SingleWidgetDashboardSegment (373)
* `addToSummary` and `addToAlarm` props have been removed
* To control dashboard visibility of this segment, please use `MonitoringDashboardsOverrideProps` in calls to `addSegment` instead.
* No action is required if you were not providing these props
* `dashboardsToInclude` prop has been added
* If you would like to use `SingleWidgetDashboardSegment` with dynamic dashboards, provide the list of dashboards on which this segment should show.

Before:

ts
// Adds single widget to detail dashboard only
facade.addSegment(
new SingleWidgetDashboardSegment(new TextWidget({ markdown: "Simple Dashboard Segment" }), false, false)
);


After:

ts
// Adds single widget to detail dashboard only
facade.addSegment(
new SingleWidgetDashboardSegment(new TextWidget({ markdown: "Simple Dashboard Segment" })),
{
addToSummaryDashboard: false,
addToAlarmDashboard: false,
addToDetailDashboard: true,
}
);


Bug Fixes

* **dashboards:** handle dynamic dashboards in SingleWidgetDashboardSegment ([373](https://github.com/cdklabs/cdk-monitoring-constructs/issues/373)) ([18786c4](https://github.com/cdklabs/cdk-monitoring-constructs/commit/18786c4cdbe5772972205030a8ef84289b784c5e))

4.0.9

[4.0.9](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v4.0.8...v4.0.9) (2023-05-29)

4.0.8

[4.0.8](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v4.0.7...v4.0.8) (2023-05-22)

4.0.7

[4.0.7](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v4.0.6...v4.0.7) (2023-05-19)


Bug Fixes

* **dynamo:** divide GSI consumed RCU/WCU metrics by period ([368](https://github.com/cdklabs/cdk-monitoring-constructs/issues/368)) ([f2f5b67](https://github.com/cdklabs/cdk-monitoring-constructs/commit/f2f5b67f19db0ae021f58bd00e80c24cf670d00b)), closes [#362](https://github.com/cdklabs/cdk-monitoring-constructs/issues/362)

4.0.6

[4.0.6](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v4.0.5...v4.0.6) (2023-05-16)


Bug Fixes

* **dashboards:** use correct scope for default DashboardFactory ([367](https://github.com/cdklabs/cdk-monitoring-constructs/issues/367)) ([005d951](https://github.com/cdklabs/cdk-monitoring-constructs/commit/005d951a32780fbf234e1ffd4f09e0bca4eb4b68)), closes [#357](https://github.com/cdklabs/cdk-monitoring-constructs/issues/357)

4.0.5

[4.0.5](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v4.0.4...v4.0.5) (2023-05-15)

Page 13 of 43

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.