Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Optionally wrap TCP stream in a TLS session in TCP driver (#203)
- Support for SPNEGO authentication (#307)

## Changed

- Rework subscription filters (#186) (**Warning: this require a databatase migration**)
- In formats `Json`, `Nxlog` and `RawJson`, `OpenWEC.Principal` is replaced by `OpenWEC.Client` (#186)
- In `Files` driver, `{principal}` is replaced by `{client}` in `path` config (#186)
- In access log pattern, `{X(principal)}` is replaced by `{X(client)}` (#186)

## Removed

- Subscription filters can no longer be created nor edited using the cli (#186)

## [v0.3.0]

### Added
Expand Down
Loading