@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.2] - 2026-04-07
11+
1012### Fixed
1113
1214- ** CLI startup robustness** — ` .env ` loading is now non-fatal.
@@ -19,6 +21,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921
2022### Added
2123
24+ - ** Expanded detector framework** with additional log-driven detection coverage.
25+ - Reverse shell, sensitive file access, cloud metadata / SSRF, exfiltration chain, and secret leakage detectors.
26+ - file integrity monitoring with SQLite-backed baselines via ` STACKDOG_FIM_PATHS ` .
27+ - configuration assessment via ` STACKDOG_SCA_PATHS ` .
28+ - package inventory heuristics via ` STACKDOG_PACKAGE_INVENTORY_PATHS ` .
29+ - Docker posture audits for privileged mode, host namespaces, dangerous capabilities, Docker socket mounts, and writable sensitive mounts.
30+
31+ - ** Improved syslog ingestion**
32+ - RFC3164 and RFC5424 parsing in file-based log ingestion for cleaner timestamps and normalized message bodies.
33+
2234#### Log Sniffing & Analysis (` stackdog sniff ` )
2335- ** CLI Subcommands** — Multi-mode binary with ` stackdog serve ` and ` stackdog sniff `
2436 - ` --once ` flag for single-pass mode
@@ -76,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7688- Refactored ` main.rs ` to dispatch ` serve ` /` sniff ` subcommands via clap
7789- Added ` events ` , ` rules ` , ` alerting ` , ` models ` modules to binary crate
7890- Updated ` .env.sample ` with ` STACKDOG_LOG_SOURCES ` , ` STACKDOG_AI_* ` config vars
91+ - Version metadata updated to ` 0.2.2 ` across Cargo, the web package manifest, and current release documentation.
7992
8093### Testing
8194
0 commit comments