Skip to content

Commit fd5cf96

Browse files
authored
Merge pull request #186 from MrAnno/subscription-wildcard-filter
PrincsFilter to ClientFilter reimplementation
2 parents be92b23 + cfec315 commit fd5cf96

36 files changed

+2188
-959
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Optionally wrap TCP stream in a TLS session in TCP driver (#203)
1515
- Support for SPNEGO authentication (#307)
1616

17+
## Changed
18+
19+
- Rework subscription filters (#186) (**Warning: this require a databatase migration**)
20+
- In formats `Json`, `Nxlog` and `RawJson`, `OpenWEC.Principal` is replaced by `OpenWEC.Client` (#186)
21+
- In `Files` driver, `{principal}` is replaced by `{client}` in `path` config (#186)
22+
- In access log pattern, `{X(principal)}` is replaced by `{X(client)}` (#186)
23+
24+
## Removed
25+
26+
- Subscription filters can no longer be created nor edited using the cli (#186)
27+
1728
## [v0.3.0]
1829

1930
### Added

0 commit comments

Comments
 (0)