Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: notice for https://github.com/aws/aws-cdk/issues/27259 #319

Merged
merged 2 commits into from
Sep 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,36 @@
}
],
"schemaVersion": "1"
},
{
"title": "Python users using Schedule class get synth-time TypeError for mismatched types",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps we should highlight python users only more given that this is going to blast non python users

"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",
"verion": "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"
}
}
]
}
Loading