Features
Bug Fixes
- cdk-lib: Pass lookupRoleArn to NestedStackSynthesizer (#26116) (3c29223)
- core: network option is not being propagated to Docker (#26014) (341de48)
- core: prevent the error when the condition is split into groups of 10 and 1 in
Fn.conditionAnd()
(#25999) (ee3d41e), closes /github.com/aws/aws-cdk/issues/25696#issuecomment-1561064092 - ecs: potential race condition on TaskRole default policy update with CfnService (#26070) (2d9078c), closes #24880
- ecs: validation for task definition fails when task-level memory is defined but container-level memory and memoryReservation are not defined with EC2 compatibility (#26027) (0e251e6), closes #25275
- elbv2: correct wrong timeout validation (#26031) (636841c), closes #26023
- stepfunctions: nested arrays are not serialized correctly (#26055) (f9d4573), closes #26045
Alpha modules (2.86.0-alpha.0)
Features
- app-staging-synthesizer: select different bootstrap region (#26129) (2fec6a4)
- integ-runner: integ-runner --watch (#26087) (1fe2f09)
- integ-tests: new HttpApiCall method to easily make http calls (#26102) (00b9c84)
Bug Fixes
- batch-alpha: cannot import FargateComputeEnvironment with fromFargateComputeEnvironmentArn (#25985) (05810f4), closes 40aws-cdk/aws-batch-alpha/lib/managed-compute-environment.ts#L1071 40aws-cdk/aws-batch-alpha/lib/managed-compute-environment.ts#L1077-L1079 #25979