Skip to content

Commit 5e43e42

Browse files
committed
docs: add v0.1.0 release note reference
1 parent 2fd19c6 commit 5e43e42

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/release-v0.1.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# LogLens v0.1.0
2+
3+
LogLens v0.1.0 is the first public MVP release of the repository.
4+
5+
## Highlights
6+
7+
- Parses Linux authentication logs in both `syslog_legacy` and `journalctl_short_full` modes.
8+
- Normalizes authentication evidence and applies configurable detections for SSH brute force, multi-user probing, and sudo burst activity.
9+
- Reports parser coverage telemetry so unsupported lines are visible instead of silently ignored.
10+
- Ships with deterministic Markdown and JSON reports, unit tests, CI, CodeQL, and baseline repository hardening.
11+
12+
## Notes
13+
14+
- This release is intentionally narrow in scope and focused on a clean, public-safe baseline.
15+
- Parser coverage is limited to a small set of common `sshd`, `sudo`, and `pam_unix` patterns.
16+
- Repository protections are designed for PR-based development with CI and CodeQL gating merges into `main`.

0 commit comments

Comments
 (0)