Skip to content

Releases: cdklabs/cdk-verified-permissions

v0.3.3

03 Feb 17:20
65b5876

Choose a tag to compare

0.3.3 (2026-02-03)

Features

  • add rate limiting to prevent policy conflicts (#550) (65b5876)

v0.3.2

03 Feb 14:30
c7ebd31

Choose a tag to compare

0.3.2 (2026-02-03)

Bug Fixes

  • avoid non compatibility with integ-tests-alpha 2.237.0 (#549) (c7ebd31)

v0.3.1

13 Jan 10:59
05278a0

Choose a tag to compare

0.3.1 (2026-01-13)

Features

  • Adding recursion option while adding Policies from Path (#545) (05278a0), closes #526

v0.3.0

19 Aug 08:36
e930261

Choose a tag to compare

0.3.0 (2025-08-19)

⚠ BREAKING CHANGES

  • main changes are on thePolicy.fromFile method which
    now handles many policies per file. This implies having to introduce a
    new way of specifying Policy Id in file (via new annotation). For this
    new feature we prefer bump the major version since it introduces also
    priority behaviours over ids and changes the meaning and behaviour of
    some method parameters. In addition we're supporting Cedar 4 version
    from now on.

Features

  • Supporting multiple Cedar policies per file (#471) (e930261), closes #419

v0.2.1

13 Jun 09:31
a54faa9

Choose a tag to compare

0.2.1 (2025-06-13)

Features

  • Flag to enable or disable Policy Validation (#507) (a54faa9)

v0.2.0

23 May 15:19
08372af

Choose a tag to compare

0.2.0 (2025-05-23)

⚠ BREAKING CHANGES

  • This PR aligns with the new version of PolicyStore
    resource. We bump the major version since in CloudFormation the
    DeletionProtection property is marked as required

Features

  • adding support for deletion protection and tags on policy-store construct (#496) (08372af)

v0.1.7

08 Apr 08:15
4dbcafd

Choose a tag to compare

0.1.7 (2025-04-08)

Features

v0.1.6

31 Jan 08:33
58b804f

Choose a tag to compare

0.1.6 (2025-01-31)

Features

v0.1.5

25 Nov 18:45
059dfa3

Choose a tag to compare

0.1.5 (2024-11-25)

Features

v0.1.4

11 Oct 10:50
105a186

Choose a tag to compare

0.1.4 (2024-10-11)

Bug Fixes

  • error message during validation of Cedar Policy (#271) (105a186), closes #268