Skip to content

Releases: berenddeboer/cdk-rds-sql

v3.0.3

11 May 08:32
Compare
Choose a tag to compare

3.0.3 (2024-05-11)

v3.0.2

11 May 08:14
Compare
Choose a tag to compare

3.0.2 (2024-05-11)

v3.0.1

09 May 20:16
Compare
Choose a tag to compare

3.0.1 (2024-05-09)

v3.0.0

02 May 21:43
Compare
Choose a tag to compare

3.0.0 (2024-05-02)

⚠ BREAKING CHANGES

  • previously the default VPC strategy was used, but as
    a database should always be in an isolated subnet, this default makes
    a lot more sense. But will break code if your VPC does not have an
    isolated subnet, and for example only has egress only subnets.

So provider now allows you to specify a vpcSubnet selection.

Features

  • place sql lambda handler explicitly in a private isolated network (2791bb9)

v2.6.0

13 Mar 19:27
Compare
Choose a tag to compare

2.6.0 (2024-03-13)

Features

  • make logging optional (ac1b9ef)
  • update constructs to 10.3.0 and cdk to 2.124.0 (dac40d2)

v2.5.1

13 Mar 02:50
Compare
Choose a tag to compare

2.5.1 (2024-03-13)

Bug Fixes

  • retry longer as IAM update delays still happen after 1500ms (26e6ec7)

v2.5.0

05 Mar 03:10
Compare
Choose a tag to compare

2.5.0 (2024-03-05)

Features

  • support deleting database and role under more circumstances (f92eae2)

Bug Fixes

  • provider: depend on (ingress) security group (eedb493)

v2.4.3

04 Mar 05:05
Compare
Choose a tag to compare

2.4.3 (2024-03-04)

Bug Fixes

  • role: remove dependency on secret, creates circular dependencies (5e8ee42)

v2.4.2

02 Mar 03:19
Compare
Choose a tag to compare

2.4.2 (2024-03-02)

Bug Fixes

  • retry getting secret as IAM caching can fail just updated policies (0fab79d)

v2.4.1

02 Mar 01:13
Compare
Choose a tag to compare

2.4.1 (2024-03-02)

Bug Fixes

  • role: allow delete from database not called postgres (0dbb680)