Skip to content

Commit 9dea19a

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.0...v2.0.0) (2023-03-08) ### Bug Fixes * **resolver:** return false if a deny statement is missing context ([7efaa56](7efaa56)) * feat!: rewrite to simpler interface ([f3a11b3](f3a11b3)) ### Features * **policy-resolver:** use an LRU cache instead of a map ([2c573b1](2c573b1)) * **store:** add concept of policy statement groups ([#71](#71)) ([c93708f](c93708f)) * use an event emitter to invalidate caches ([6ab9059](6ab9059)) ### BREAKING CHANGES * the 2.x interface drops environments and resource types
1 parent db90ebf commit 9dea19a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@
1616
* use an event emitter to invalidate caches ([6ab9059](https://github.com/freakyfelt/could-could/commit/6ab9059d4fba7942cb3ebe105d533cde6bdf2ae1))
1717

1818

19+
### BREAKING CHANGES
20+
21+
* the 2.x interface drops environments and resource types
22+
23+
# [2.0.0](https://github.com/freakyfelt/could-could/compare/v1.0.0...v2.0.0) (2023-03-08)
24+
25+
26+
### Bug Fixes
27+
28+
* **resolver:** return false if a deny statement is missing context ([7efaa56](https://github.com/freakyfelt/could-could/commit/7efaa56dc01e0cd35d540a6aabeb3e42f74bc880))
29+
30+
31+
* feat!: rewrite to simpler interface ([f3a11b3](https://github.com/freakyfelt/could-could/commit/f3a11b35cca652c4896095741b073d013c0e9bc8))
32+
33+
34+
### Features
35+
36+
* **policy-resolver:** use an LRU cache instead of a map ([2c573b1](https://github.com/freakyfelt/could-could/commit/2c573b1c5c7de0c3582efcacb1304bf6f57785a0))
37+
* **store:** add concept of policy statement groups ([#71](https://github.com/freakyfelt/could-could/issues/71)) ([c93708f](https://github.com/freakyfelt/could-could/commit/c93708ff74245713e86d198f356a1ce2fbd585d6))
38+
* use an event emitter to invalidate caches ([6ab9059](https://github.com/freakyfelt/could-could/commit/6ab9059d4fba7942cb3ebe105d533cde6bdf2ae1))
39+
40+
1941
### BREAKING CHANGES
2042

2143
* the 2.x interface drops environments and resource types

0 commit comments

Comments
 (0)