Skip to content

Commit 627e428

Browse files
author
Test
committed
docs: add CHANGELOG entry for v0.2.0
1 parent f41f003 commit 627e428

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.0] - 2026-03-26
6+
7+
### Added
8+
9+
- Power commands: `top` (live ops), `slow` (query digest), `explain` (collection intelligence), `ls` (databases/collections), `who` (client dependency lookup)
10+
- `watch` command for continuous anomaly detection with Slack notifications and delta reporting
11+
- `mcp` command — MCP server mode with 7 agent-native tools (status, doctor, ls, top, slow, explain, who)
12+
- `users` command for MongoDB user/role audit with unused account detection
13+
- `grep` command to search collections and indexes by regex pattern
14+
- `diff` command to compare two status snapshots with structured deltas
15+
- `snapshot` command to save cluster state for offline analysis
16+
- `ci-init` command to generate GitHub Actions and GitLab CI pipeline snippets
17+
- `--policy` flag on status for policy-as-code enforcement (YAML rules)
18+
- `--baseline` flag on status to suppress known conditions with auto-expiry
19+
- `--format sarif` output on status and doctor for GitHub Code Scanning integration
20+
- `--quiet` / `-q` global flag for machine consumption
21+
- `--verbose` / `-v` global flag for debug logging
22+
- Executive summary Grafana dashboard (4 key signals)
23+
- systemd unit file and environment template in deploy/
24+
25+
### Changed
26+
27+
- All logging migrated from log.Printf to structured slog (JSON in serve mode, text in CLI)
28+
- DSN credentials masked in all log output via MaskDSN helper
29+
- init command supports `--with-policy` to generate sample policy YAML
30+
531
## [0.1.0] - 2026-03-26
632

733
### Added

0 commit comments

Comments
 (0)