Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 15:24
1a96765

0.11.0 (2026-01-02)

⚠ BREAKING CHANGES

  • toolkit-cleaner: ToolkitCleaner schedule prop renamed to scheduleExpression and now accepts ScheduleExpression from aws-cdk-lib/aws-scheduler instead of Schedule from aws-cdk-lib/aws-events. ToolkitCleaner now uses a Lambda durable function instead of a Step Function. Lambda durable functions are not available in all regions, see AWS Capabilities by Region.

Features

  • toolkit-cleaner: use a durable Lambda function (#326) (1a96765), closes #290