1.2.5StashSync.app team1 min read

v1.2.5 — Service Worker: RSC Caching & Cache Cleanup

Improves service worker caching strategy for React Server Component payloads and removes outdated caches on activation.

Changed

  • Enhanced the service worker caching strategy to properly handle Next.js RSC (React Server Component) payload responses.
  • Added cache cleanup logic to remove stale caches from previous service worker versions on activation.
  • Updated the SW precache manifest to reflect the latest build artifacts.
  • Disabled navigation preload for compatibility with the Cloudflare Workers runtime.

Notes

  • v1.2.5a is a follow-up patch that applies a further service worker configuration update on the same date.