Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#27259 (#319)
Browse files Browse the repository at this point in the history
We don't have a way of targeting specific languages, so this is going to blast all users not just python ones.
  • Loading branch information
kaizencc authored Sep 26, 2023
1 parent 0190fc6 commit ecf724e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit ecf724e

Please sign in to comment.