Files
LOGAR/RELEASE_NOTES.md
T
me0nline e7bf277fb9
CI Test Suite / Run Component Tests & Pipeline Verification (push) Successful in 1m36s
Release Binaries / release (push) Successful in 2m51s
Add v1.0.1 release notes documenting removal of client filter logic
2026-09-04 15:38:10 +02:00

9 lines
925 B
Markdown

# LOGAR Release v1.0.1
### Changes in this Release:
- **Removed Client Filter Logic**: Removed restrictive source-level noise filtering on edge forwarders. Clients now collect and stream all candidate events from `INFO` up to `ERROR` over the lookback window instead of discarding them at the source.
- **State Tracking & Deduplication**: Added persistent client state tracking (`client_state.json`) with journalctl cursors and Windows Event Log record numbers to guarantee that previously transmitted events are never resent.
- **24-Hour Lookback Window**: Forwarders now scan and upload events from the last 24 hours (default `--hours 24`), skipping older entries.
- **Lightweight Distribution Structure**: Cleaned `out/` to strictly contain deployment documentation and sample configurations.
- **Automated Gitea CI/CD**: Integrated push testing workflow (`ci.yml`) and automated release asset packaging (`release.yml`).