caterium-app/docs/releases/V17.7.2-CHANGES.txt
pavlov346346-source 815cc602c5
Caterium v17.7.2 — clients foundation
Canonical client identity, client data layer, legacy loyalty/communication compatibility, normalized Supabase client RPC, release metadata and tests.
2026-09-09 10:42:14 +03:00

9 lines
583 B
Plaintext

Caterium v17.7.2 — Clients Foundation
- Added a client repository to Caterium Data Layer.
- Canonical client identity: phone digits, then normalized name, then order ID only as a fallback.
- Loyalty and communication stores remain backward-compatible in localStorage while being adopted by the client repository.
- Added additive normalized client RPC sun_v17_save_client_v1772 with workspace, subscription, feature and permission checks plus optimistic version protection.
- Existing legacy client rows are preserved for rollback safety.
- No client UI redesign in this release.