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))
* 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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,28 @@
16
16
* use an event emitter to invalidate caches ([6ab9059](https://github.com/freakyfelt/could-could/commit/6ab9059d4fba7942cb3ebe105d533cde6bdf2ae1))
17
17
18
18
19
+
### BREAKING CHANGES
20
+
21
+
* 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))
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
+
19
41
### BREAKING CHANGES
20
42
21
43
* the 2.x interface drops environments and resource types
0 commit comments