Skip to content

Commit

Permalink
Merge pull request #1082 from openziti/release-next
Browse files Browse the repository at this point in the history
Release 0.27.9
  • Loading branch information
plorenz authored Apr 12, 2023
2 parents b27cefe + 62b9c8d commit e4520fd
Show file tree
Hide file tree
Showing 17 changed files with 3,750 additions and 3,729 deletions.
3,670 changes: 25 additions & 3,645 deletions CHANGELOG.md

Large diffs are not rendered by default.

738 changes: 738 additions & 0 deletions changelogs/CHANGELOG.0.20.md

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions changelogs/CHANGELOG.0.21.md
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.
Loading

0 comments on commit e4520fd

Please sign in to comment.