Changelog
Product updates and release notes for Sentinel.
February 22, 2026
v1.0.0 — Official Launch
Sentinel is officially live. The compliance automation platform you've been waiting for is here.
New
- AWS Integration — Connect your AWS account and automatically collect compliance evidence across 50+ security checks including IAM, S3, CloudTrail, EC2, RDS, and KMS configurations
- GitHub Integration — Connect your GitHub organization to verify branch protection rules, repository security settings, access controls, and code review policies
- Google Workspace Integration — Connect Google Workspace to assess admin security settings, 2FA enforcement, sharing policies, and user management
- Policy Generation — Generate comprehensive security policies from templates including Information Security Policy, Acceptable Use Policy, Access Control Policy, Incident Response Plan, Data Classification Policy, Change Management Policy, Business Continuity Plan, and Risk Assessment Policy
- Compliance Dashboard — Real-time overview of your compliance posture with score tracking, control status, and trend analysis across SOC 2 and ISO 27001 frameworks
- Evidence Collection Engine — Background job processing for evidence collection with progress tracking, retry logic, and detailed results per check
- Audit Reports — Generate SOC 2, ISO 27001, Combined, and Executive Summary reports as downloadable PDF documents ready for your auditors
- Compliance Control Mapping — Automatic mapping of collected evidence to SOC 2 Trust Service Criteria and ISO 27001 Annex A controls
- Remediation Guidance — Step-by-step remediation instructions for every failing compliance check, with severity ratings and estimated effort
- Subscription Management — Three-tier pricing (Starter, Professional, Enterprise) with Stripe-powered billing, customer portal, and usage tracking
- Team Management — Role-based access control with Admin, Member, and Viewer roles for managing your compliance team
Infrastructure
- Secure credential storage with AES-256 encryption
- JWT-based authentication with configurable expiration
- Rate limiting and CORS protection
- PostgreSQL database with Prisma ORM
- Stripe webhooks for real-time subscription state sync
February 10, 2026
v0.9.0 — Beta
Private beta release for early access users.
New
- Core evidence collection engine for AWS
- Basic compliance dashboard with pass/fail status
- Initial policy template library (5 templates)
- User authentication and company onboarding flow
Improved
- Refined SOC 2 control mapping accuracy
- Improved error handling for AWS credential validation
January 15, 2026
v0.1.0 — Alpha
Initial alpha release. Internal testing and foundational architecture.
New
- Project scaffolding with Express, Prisma, and React
- Database schema design for multi-tenant compliance platform
- Authentication system with JWT tokens
- Initial landing page