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
Copy file name to clipboardExpand all lines: cedar-policy-cli/CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,14 @@
2
2
3
3
## 3.1.0
4
4
5
+
Now uses Cedar language version 3.1.0.
6
+
5
7
### Added
6
8
7
-
- Added support for the human-readable schema format (`--schema-format human` when a schema is needed). The default schema format is still JSON for backward compatibility.
8
-
- Added command `translate-schema` that translates a schema in the JSON format to its human-readable format and vice versa (except comments).
9
+
- Added support for the human-readable schema format (`--schema-format human`
10
+
when a schema is needed). The default schema format is still JSON for backward
11
+
compatibility. - Added command `translate-schema` that translates a schema in
12
+
the JSON format to its human-readable format and vice versa (except comments).
9
13
- The `-p`/`--policies` flag can now be omitted across all subcommands where it
10
14
is present. If the flag is omitted, policies will be read from `stdin`.
11
15
-`--policy-format` flag to many subcommands, allowing you to pass policies in
0 commit comments