Skip to content

Commit f461149

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)) * trigger ci ([6c141ff](6c141ff)) * use an event emitter to invalidate caches ([6ab9059](6ab9059)) ### BREAKING CHANGES * the 2.x interface drops environments and resource types
1 parent 6c141ff commit f461149

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@
99
* feat!: rewrite to simpler interface ([f3a11b3](https://github.com/freakyfelt/could-could/commit/f3a11b35cca652c4896095741b073d013c0e9bc8))
1010

1111

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
23+
24+
# [2.0.0](https://github.com/freakyfelt/could-could/compare/v1.0.0...v2.0.0) (2023-03-08)
25+
26+
27+
### Bug Fixes
28+
29+
* **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+
1235
### Features
1336

1437
* **policy-resolver:** use an LRU cache instead of a map ([2c573b1](https://github.com/freakyfelt/could-could/commit/2c573b1c5c7de0c3582efcacb1304bf6f57785a0))

0 commit comments

Comments
 (0)