Changelog
What's new in NeuronX Guard.
v2.4.0 Latest
April 2, 2026
- SaaS Platform: GitHub OAuth login, user dashboard, Stripe billing, onboarding flow
- /guard explain: Detailed finding explanations with OWASP/CWE references and bad/good examples
- /guard quality: Code quality score (0-100, grade A-F) with trending data
- /guard leaderboard: Developer leaderboard ranked by cleanest code
- /guard report: Compliance-ready markdown reports for SOC2/ISO audits
- /guard config: View repo config in a PR comment
- PostgreSQL backend: Dual PG/SQLite with connection pooling (guard_db.py)
- Settings page: API key regeneration, account deletion
- Contact page: Support form with FAQ
- Legal pages: Terms of Service, Privacy Policy
- Landing redesign: Proper user flow, competitor comparison, tabbed integrations
v2.3.0 Improvement
March 2026
- E15: Auto-retry failed reviews every 5 minutes
- E14: Review caching — skip re-review on same commit SHA
- E13: httpx connection pooling — 10x faster API calls
- E12: Redis job queue — crash-resilient reviews with 3x retry
- E11: Reaction feedback — thumbs up/down trains quality scores
- NXGuard Worker: Continuous internal codebase scanner (30min cycles)
v2.2.0
March 2026
- E10: VS Code extension — scan on save, Ctrl+Shift+G, diagnostics on exact lines
- E9: GitHub Actions CI — run Guard as a CI step, no webhook needed
- E8: Suggested reviewers based on git history of changed files
- E7: PR description quality checks (empty body, missing test plan)
- E6: Dependency CVE scanning via OSV.dev (requirements.txt, package.json, go.mod, Cargo.toml)
v2.1.0
March 2026
- E5: Language-specific rules — 62 rules across 14 languages
- E4: Cross-file analysis — broken imports, duplicate definitions
- E3: Exact line mapping — inline comments on the precise changed line
- E2: Auto-learn from dismissals — suppress after 3x
- E1: Multi-model LLM consensus — 2-3 models, only report agreed issues
v2.0.0
February 2026
- Initial release: 19 security patterns, AST complexity, LLM review
- GitHub App: Automatic PR review on open/update/reopen
- Check Run: Green/red badge, annotations on exact lines
- .neuronx-guard.yml: Per-repo configuration
- Welcome issue: Created on first installation