fix(web_serviceworker): Standardize DeesComms message format in service worker backend

This commit is contained in:
2025-12-04 18:07:52 +00:00
parent eabee2d658
commit dbbfd313ae
3 changed files with 30 additions and 31 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-04 - 7.7.1 - fix(web_serviceworker)
Standardize DeesComms message format in service worker backend
- Add createMessage helper to generate consistent TypedRequest-shaped messages (includes messageId and correlation.id/phase).
- Replace inline postMessage payloads with createMessage(...) calls across ServiceworkerBackend (status updates, new-version broadcasts, alerts, event pushes, metrics updates, resource-cached notifications).
- Improves message consistency and enables easier correlation/tracing of DeesComms messages; behavior should remain backward-compatible.
## 2025-12-04 - 7.7.0 - feat(typedserver)
Add SPA fallback support to TypedServer