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

feat!: v9 breaking changes #594

Merged
merged 3 commits into from
Nov 13, 2024
Merged

Conversation

echeung-amzn
Copy link
Member

DO NOT MERGE AS-IS; I need to merge this non-squashed to retain a sensible commit history.

This PR includes some breaking changes to the API and minimum aws-cdk-lib peer dependency to unblock usage of newer features.

Refer to the individual commits for more details.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@echeung-amzn echeung-amzn added the do-not-merge Label to signify Mergify to not auto-merge. Useful for grouping PR merges into a single release. label Nov 12, 2024
mergify bot pushed a commit that referenced this pull request Nov 13, 2024
Extracting from #594 since it wasn't really relevant.

The problem with the types being incompatible has been long resolved.

---

_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
This allows us to consistently resolve stack information like
region and account.
The upstream MathExpression supports this now.
This unfortunately drops the guard for non-serverless DatabaseClusters for Aurora monitoring since
the constructs are now nearly indistinguishable based on their properties.

expect.addSnapshotSerializer({
test: (val) =>
val && Object.prototype.hasOwnProperty.call(val, "LatestNodeRuntimeMap"),
Copy link
Contributor

Choose a reason for hiding this comment

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

🧠

@echeung-amzn echeung-amzn merged commit e391785 into cdklabs:main Nov 13, 2024
9 checks passed
@echeung-amzn echeung-amzn deleted the breaking branch November 13, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge Label to signify Mergify to not auto-merge. Useful for grouping PR merges into a single release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants