-
Notifications
You must be signed in to change notification settings - Fork 4k
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
v0.34.0 #2791
v0.34.0 #2791
Conversation
CHANGELOG.md
Outdated
* **core:** Properties passed to `addPropertyOverride` should match in capitalization to the CloudFormation schema (normally pascal case). For example, `addPropertyOverride('accessControl', 'xxx')` should now be `addPropertyOverride('AccessControl', 'xxx')`. | ||
|
||
|
||
|
||
# Change Log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this meant to be at the very top of the file?
CHANGELOG.md
Outdated
* **route53:** `recordValue: string` prop in `route53.TxtRecord` changed to `values: string[]` | ||
* `recordValue` prop in `route53.CnameRecord` renamed to `domainName` | ||
* `route53.AliasRecord` has been removed, use `route53.ARecord` or `route53.AaaaRecord` with the `target` prop. | ||
* **core:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line
CHANGELOG.md
Outdated
* **kms:** The `EncryptionKeyAlias` class was renamed to `Alias`. | ||
Associated types (such as `EncryptionKeyAliasProps`) were renamed in the | ||
same way. | ||
* **core:** * **cli:** This release requires CDK CLI >= 0.34.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean up
Build is broken atm, need a patch on jsii before we can merge this release. |
* **tokens:** enable type coercion ([#2680](https://github.com/awslabs/aws-cdk/issues/2680)) ([0f54698](https://github.com/awslabs/aws-cdk/commit/0f54698)), closes [#2679](https://github.com/awslabs/aws-cdk/issues/2679) | ||
|
||
|
||
### BREAKING CHANGES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following breaking changes from #2187 are missing (were not included in the final PR description):
rds.RotationSingleUser
renamed tords.SecretRotation
rds.ClusterParameterGroup
no longer hassetParameter()
andremoveParameter()
methods, use theparameters
prop directly in the constructor instead.
See CHANGELOG
Pull Request Checklist
design
folderBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.