From ecf724eb98ec749a4922e6fb0394995738b9c8ba Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:42:37 -0400 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/27259 (#319) We don't have a way of targeting specific languages, so this is going to blast all users not just python ones. --- data/notices.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/data/notices.json b/data/notices.json index 39f46e5..b87b636 100644 --- a/data/notices.json +++ b/data/notices.json @@ -295,6 +295,38 @@ } ], "schemaVersion": "1" + }, + { + "title": "Python users using Schedule class get synth-time TypeError for mismatched types", + "issueNumber": 27259, + "overview": "Using the 'Schedule' class in aws-events, aws-autoscaling, aws-applicationautoscaling, aws-backup, aws-scheduler-alpha, aws-synthetics-alpha causes a TypeError for Python users.", + "components": [ + { + "name": "aws-cdk-lib.aws-events.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-backup.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-autoscaling.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-applicationautoscaling.Schedule", + "version": "2.97.0" + }, + { + "name": "@aws-cdk/aws-synthetics-alpha.Schedule", + "version": "2.97.0-alpha.0" + }, + { + "name": "@aws-cdk/aws-scheduler-alpha.ScheduleExpression", + "version": "2.97.0-alpha.0" + } + ], + "schemaVersion": "1" } ] }