Skip to content

Commit b40db40

Browse files
author
AutoCloud Deploy Bot
committed
chore(release): 0.16.0
# [0.16.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.15.0...0.16.0) (2022-03-17) ### Features * Added DataProcessors to handle mutations depending on the StorageEngine ([e061c80](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/e061c80cd55a75816dfff9286b5757cc70d594dd)) * Composed related rules during prepare mutations method ([6ff9f9f](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/6ff9f9fb1b5912a04d9b587f9d207be2f2297ec7)) * Created CompositeEvaluator for composite rules ([b9b51a1](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/b9b51a1872eb2b23f07d04e24117de6bbcc8d2ce)) * Moved prepareMutations logic to DgraphDataProcessor ([6c7c5f5](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/6c7c5f5ee7ea15c19208e9abda9525bea6cfaa5f)) * Refactored RulesEngine to allow composite rules ([659e5b0](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/659e5b091cebe4ca2092f44e94a17bab22a82bca)) * Reused data for Automated Rules and created policyPackPlugin unit test ([cdc6226](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/cdc6226f80a81df814d5fa7b6976a935a11ed10b))
1 parent 872716f commit b40db40

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.16.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.15.0...0.16.0) (2022-03-17)
2+
3+
4+
### Features
5+
6+
* Added DataProcessors to handle mutations depending on the StorageEngine ([e061c80](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/e061c80cd55a75816dfff9286b5757cc70d594dd))
7+
* Composed related rules during prepare mutations method ([6ff9f9f](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/6ff9f9fb1b5912a04d9b587f9d207be2f2297ec7))
8+
* Created CompositeEvaluator for composite rules ([b9b51a1](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/b9b51a1872eb2b23f07d04e24117de6bbcc8d2ce))
9+
* Moved prepareMutations logic to DgraphDataProcessor ([6c7c5f5](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/6c7c5f5ee7ea15c19208e9abda9525bea6cfaa5f))
10+
* Refactored RulesEngine to allow composite rules ([659e5b0](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/659e5b091cebe4ca2092f44e94a17bab22a82bca))
11+
* Reused data for Automated Rules and created policyPackPlugin unit test ([cdc6226](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/cdc6226f80a81df814d5fa7b6976a935a11ed10b))
12+
113
# [0.15.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.14.3...0.15.0) (2022-03-16)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/sdk",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "SDK for cloud graph providers and cli",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)