yarn cdk 1.33.0
v1.33.0

latest releases: 2.159.1, 2.159.0, 2.158.0...
4 years ago

⚠ BREAKING CHANGES

  • kinesis: grantRead() API no longer provides permissions to kinesis:DescribeStream as it provides permissions to kinesis:DescribeStreamSummary and kinesis:SubscribeToShard in it's place. If it's still desired, it can be added through the grant() API on the stream.
  • kinesis: grantWrite() API no longer has DescribeStream permissions as it has been replaced by ListShards for shard discovery

Features

  • cfnspec: cloudformation spec v12.2.0 (#7248) (1475d5a)
  • Support AppSync DataSource type: NONE (f35a4db)
  • cfnspec: cloudformation spec v12.3.0 (#7359) (a80918f)
  • ec2: expose blockDevices in CommonAutoScalingGroupProps (#7291) (5fe4480)
  • ec2: filtering selected subnets by availability zone (2d3e612)
  • eks: support a new option to create bottlerocket capacity. (e9f691f), closes #7268
  • kinesis: grantRead now allows the ListShards action and grant is now public (#6141) (563fba4), closes #3357
  • kinesis: add grant API to IStream to add permissions to a Stream (#7354) (c223406)
  • kinesis: the aws-kinesis module is now stable (#7349) (4ab3ffa), closes #5874
  • update "constructs" to 3.x (#7408) (8f8d20f), closes #6978

Bug Fixes

Don't miss a new cdk release

NewReleases is sending notifications on new releases.