Sourced from aws-cdk-lib's releases.
v2.128.0
Features
- cloudwatch: add
TableWidget
(#29078) (4599aa3), closes #28975- codedeploy: ignoreAlarmConfiguration parameter to Deployment Groups (#26957) (e890e89)
- codepipeline: pipeline type v2 with pipeline-level variables and triggers (#28538) (40ffe2b), closes #28476 #28694
- ses:
grant
methods toIEmailIdentity
(#29084) (c3c771c), closes #29083- allow overriding the filename of the processed file after substitution (#29029) (88decc6), closes #28450
Bug Fixes
- lambda:
@deprecated
tag to deprecated runtimes (#29081) (2503f68)- stepfunctions-tasks: missing permissions for running tasks on ecs (#27891) (683d595), closes #27803
Alpha modules (2.128.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
- app-staging-synthesizer-alpha:
stagingBucketEncryption
property is now required. For existing apps, specifyBucketEncryption.KMS
to retain existing behavior. For new apps, choose the bucket encryption that makes most sense for your use case.BucketEncryption.S3_MANAGED
is available and is intended to be the default when this module is stabilized.Features
- app-staging-synthesizer-alpha: require passing
stagingBucketEncryption
and note that we intend to default toS3_MANAGED
in the future (#28978) (fc8b955), closes #28815 #28903 aws/aws-cdk#28978- pipes-enrichments: new EventBridge Pipes enrichments alpha module (#29063) (5a54ec5)
- pipes-targets: new EventBridge Pipes targets alpha module (#29057) (9419f54)
- scheduler-targets-alpha:
SageMakerStartPipelineExecution
Target (#28927) (db260b0), closes #27457Bug Fixes
Sourced from aws-cdk-lib's changelog.
2.128.0 (2024-02-14)
Features
- cloudwatch: add
TableWidget
(#29078) (4599aa3), closes #28975- codedeploy: ignoreAlarmConfiguration parameter to Deployment Groups (#26957) (e890e89)
- codepipeline: pipeline type v2 with pipeline-level variables and triggers (#28538) (40ffe2b), closes #28476 #28694
- ses:
grant
methods toIEmailIdentity
(#29084) (c3c771c), closes #29083- allow overriding the filename of the processed file after substitution (#29029) (88decc6), closes #28450
Bug Fixes
- lambda:
@deprecated
tag to deprecated runtimes (#29081) (2503f68)- stepfunctions-tasks: missing permissions for running tasks on ecs (#27891) (683d595), closes #27803
2.127.0 (2024-02-09)
Features
- eks: support for Kubernetes version 1.29 (#29040) (9dfabb1), closes #27930 #28983
- update L1 CloudFormation resource definitions (#29053) (7fcd5be)
- codebuild: new CodeBuild lambda compute images (#28630) (610fce1)
- codepipeline: change default value for crossAccountKeys to false (under feature flag) (#28556) (144b1b9), closes /github.com/aws/aws-cdk/blob/f4c1d1253ee34c2837a57a93faa47c9da97ef6d8/packages/aws-cdk-lib/aws-codepipeline/lib/pipeline.ts#L380-L381 #28247
- cognito: specifying the trigger event version in UserPool.addTrigger() (#28899) (7f2d4f1), closes #28683 #28683
- ecs:
idleTimeout
andperRequestTimeout
for service connect (#28877) (ffcae2f)- ecs-patterns:
healthCheck
property forApplicationLoadBalancedFargateService
(#28797) (5996856), closes #28796- efs: create read-only file system for use as a destination of replication (#28913) (832f70c), closes #28912
- lambda: support enums in loggingFormat (#28942) (fb2329f)
- route53: multivalue answer routing (#28938) (0e6e37e), closes #28939
- sns: message archive policy (#29008) (9782f6b), closes #29007
- stepfunctions: distributed map construct (#28821) (97e3827), closes #23216
Bug Fixes
- cloudwatch: Math:UnknownIdentifier warning for INSIGHT_RULE_METRIC (#28870) (7eedb54)
- ec2: deploying an isolated subnet fails when
ipv6AssignAddressOnCreation
is set to true (#28902) (9de77bb), closes aws/aws-cdk#28843 #28843- lambda: LoggingConfig default error (#28973) (8c79bdc)
- lambda-event-sources: update s3-event-source to accept IBucket (#28943) (431df3b), closes #4323 #25782
- migrate:
--from-stack
does not retrieved processed template (#29035) (74c4c6f)- stepfunctions: the Retry field in the statesJson in CustomState is always overwrited (#28793) (3c33e2c), closes /github.com/aws/aws-cdk/blob/45b8398bec9ba9c03f195c14f3b92188c9058a7b/packages/aws-cdk-lib/aws-stepfunctions/lib/states/custom-state.ts#L74 #28769 #28586
2.126.0 (2024-02-02)
Features
2.125.0 (2024-01-31)
... (truncated)
d995261
chore(release): 2.128.0 (#29107)72262dd
chore: update changelog v24cdb26d
chore(release): 2.128.0a21731c
fix(appconfig): deployment recreated on every cdk deployment (#28782)fc8b955
feat(app-staging-synthesizer-alpha): require passing `stagingBucketEncryption...5a54ec5
feat(pipes-enrichments): new EventBridge Pipes enrichments alpha module (#29063)db260b0
feat(scheduler-targets-alpha): SageMakerStartPipelineExecution
Target (#28927)40ffe2b
feat(codepipeline): pipeline type v2 with pipeline-level variables and trigge...9419f54
feat(pipes-targets): new EventBridge Pipes targets alpha module (#29057)4599aa3
feat(cloudwatch): add TableWidget
(#29078)