Verified by the sovseal team
Platform & Edge
Release notes for the sovseal hosted platform — backend scale, edge functions, billing, and infrastructure changes.
Platform & Edge
Release notes for the sovseal hosted platform — backend scale, edge functions, billing, and infrastructure changes.
v5.6.0 - 2026-05-31
SaaS Dashboard Scaffolded
- Encrypted Web Console: Scaffolded a new data-dense SaaS dashboard (
apps/dashboard) for monitoring agent memory infrastructure. - Privacy-First Design: Decryption is handled 100% locally in the browser. The cloud console only visualizes encrypted sequence numbers, sizes, active storage paths, and chronological lineage trees.
- Performance Monitoring: Dual Recharts panels trace total requests and active entities over time.
v5.5.0 - 2026-05-21
Open-Source Repository Clean-up
- Repository Partitioning: We have officially partitioned the repository. The public
sovseal/localrepository now strictly contains essential developer tools:@sovseal/mcp-server,@sovseal/sdk, and the Deno Edge Function. - Private Core Migration: All legacy marketing, billing, and internal dashboard code has been migrated to a private internal repository to make open-source contributions clean.
v5.4.0 - 2026-05-20
Security Audit & Integrity Verification
- End-to-End Validation Guarantees: Hardened the replication pipeline to guarantee 100% recall rate post-restoration. If you wipe your local database, the cloud sync will perfectly reconstruct the local Merkle root and database state.
- Zero-Knowledge Hardening: Completed a formal security audit on the differential sync protocol, verifying that the server never decrypts client payloads. Cloud sync relies purely on opaque, encrypted block diffs.
v5.3.0 - 2026-05-20
Differential Sync & Edge Endpoints
- Differential Cloud Replication: Added support for append-only replication. Instead of rewriting the entire database state on every change, the client now securely syncs O(1) encrypted block diffs to the cloud.
- Self-Hostable Edge Functions: The replication endpoints (
/replicate,/head,/replay) are now available as Deno Edge functions, easily deployable to your own Supabase project.