chore: version 1.0.6 - simplify YAML configuration
- Remove service.name and service.language (unused) - Remove enabled flags on outputs (presence = enabled) - Simplify correlation config: time_window_s (integer) instead of nested object - Simplify orphan_policy to emit_orphans boolean - Rename apache socket to http.socket - Add socket_permissions option for unix sockets (default: 0660) - Update tests for new configuration format Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@ -5,6 +5,21 @@ All notable changes to logcorrelator are documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.6] - 2026-03-01
|
||||
|
||||
### Changed
|
||||
|
||||
- Configuration YAML simplified: removed `service.name`, `service.language`, `enabled` flags
|
||||
- Correlation config simplified: `time_window_s` (integer) instead of nested `time_window` object
|
||||
- Orphan policy simplified: `emit_orphans` boolean instead of `orphan_policy` object
|
||||
- Apache socket renamed to `http.socket`
|
||||
|
||||
### Added
|
||||
|
||||
- `socket_permissions` option on unix sockets to configure file permissions (default: `0660`)
|
||||
|
||||
---
|
||||
|
||||
## [1.0.4] - 2026-03-01
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user