You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [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))
* trigger ci ([6c141ff](6c141ff))
* use an event emitter to invalidate caches ([6ab9059](6ab9059))
### BREAKING CHANGES
* the 2.x interface drops environments and resource types
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,29 @@
9
9
* feat!: rewrite to simpler interface ([f3a11b3](https://github.com/freakyfelt/could-could/commit/f3a11b35cca652c4896095741b073d013c0e9bc8))
10
10
11
11
12
+
### Features
13
+
14
+
***policy-resolver:** use an LRU cache instead of a map ([2c573b1](https://github.com/freakyfelt/could-could/commit/2c573b1c5c7de0c3582efcacb1304bf6f57785a0))
15
+
***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))
16
+
* trigger ci ([6c141ff](https://github.com/freakyfelt/could-could/commit/6c141ff784fa77ce8b00cfa7fe80753b59b3625e))
17
+
* use an event emitter to invalidate caches ([6ab9059](https://github.com/freakyfelt/could-could/commit/6ab9059d4fba7942cb3ebe105d533cde6bdf2ae1))
18
+
19
+
20
+
### BREAKING CHANGES
21
+
22
+
* the 2.x interface drops environments and resource types
***resolver:** return false if a deny statement is missing context ([7efaa56](https://github.com/freakyfelt/could-could/commit/7efaa56dc01e0cd35d540a6aabeb3e42f74bc880))
30
+
31
+
32
+
* feat!: rewrite to simpler interface ([f3a11b3](https://github.com/freakyfelt/could-could/commit/f3a11b35cca652c4896095741b073d013c0e9bc8))
33
+
34
+
12
35
### Features
13
36
14
37
***policy-resolver:** use an LRU cache instead of a map ([2c573b1](https://github.com/freakyfelt/could-could/commit/2c573b1c5c7de0c3582efcacb1304bf6f57785a0))
0 commit comments