-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
3,644 additions
and
3,646 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Release 0.21.0 | ||
|
||
## Semantic now Required for policies (BREAKING CHANGE) | ||
|
||
Previouxly semantic was optional when creating or updating policies (POST or PUT), defaulting to `AllOf` when not | ||
specified. It is now required. | ||
|
||
## What's New | ||
|
||
* Bug fix: Using PUT for policies without including the semantic would cause them to be evaluated using the AllOf | ||
semantic | ||
* Bug fix: Additional concurrency fix in posture data | ||
* Feature: Ziti CLI now supports a comprehensive set of `ca` and `cas` options | ||
* Feature: `ziti ps` now supports `set-channel-log-level` and `clear-channel-log-level` operations | ||
* Change: Previouxly semantic was optional when creating or updating policies (POST or PUT), defaulting to `AllOf` when | ||
not specified. It is now required. |
Oops, something went wrong.