Platform Changelog
Official Updates
Follow version updates, performance modifications, and security patches compiled by our core repository developers.
v1.0.0-rc.2Security
June 28, 2026
Enforced AES-256 Client-Side Key Rotation
Enhanced security on the evidence vault by introducing client-side master key rotation without decryption overhead.
Commits Logged
- Introduced key derivation via Argon2id locally on Android.
- Optimized block header validation on the web dashboard.
- Mitigated threat model against persistent server database compromise.
v1.0.0-rc.1Android
June 15, 2026
Frictionless Foreground Service Integration
Restructured the core Android client background service to align with the strict Google Play Store Android 14+ requirements.
Commits Logged
- Implemented a persistent notification design detailing battery-saving parameters.
- Reduced CPU cycles during GPS polling static states.
- Implemented auto-restart service after OS system kills due to low memory.
v0.9.0-beta.3Dashboard
May 20, 2026
Low-Latency WebRTC Web Stream Player
Launched the WebRTC video streaming component on the emergency dashboard, facilitating real-time guardian oversight.
Commits Logged
- Built automatic camera fallback connection routines.
- Created a silent mode toggle inside the telemetry widget drawer.
- Optimized canvas aspect ratios for desktop and mobile screen viewports.
v0.8.5-beta.1Infrastructure
April 08, 2026
Redis Cluster Integration for Websocket Pub/Sub
Restructured backend websocket pipelines to scale horizontally using Redis Pub/Sub channels.
Commits Logged
- Integrated Redis cluster architecture enabling multi-server scale.
- Eliminated connection cross-talk dropouts during high-intensity alerts.
- Added performance testing benchmarks outlining 10,000 parallel streams.