Changelog - Dev - 07.15.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-07-15 โ
Added โ
- Add in-portal appeals, moderation cases, and notices: Introduces user-facing safety surfaces including block, report, safety-buddy, my-reports, and notices inbox. Implements the complete report-to-case-to-notices pipeline with client-side intake and rules-gated writes, enabling users to appeal moderation decisions and track safety actions in-app. (#669)
enhancementsecurity
Security โ
- Implement sealed-ban reconciliation backend: Adds sealed-identity Stage C backend infrastructure for ban reconciliation and moderation case management. Provides the foundational safety layer that powers user-facing appeals and notice delivery while maintaining sealed-identity privacy guarantees. (#669)
enhancementsecurity
Update - 2026-07-15 15:36 UTC โ
Fixed โ
- Evict stuck PHONE_CONTEXT_SECRET ref from auth-api deploy: Resolves a lingering secret reference that caused auth-api dev deployments to fail after PHONE_CONTEXT_SECRET was removed from the secrets list. The fix explicitly evicts the orphaned secret reference during deployment. (#671)
devops