fix(updateManager): Refine cache management for service worker updates.

This commit is contained in:
2025-02-03 00:25:05 +01:00
parent 8202ce6227
commit c5cb8c1f01
3 changed files with 51 additions and 7 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-02-03 - 3.0.57 - fix(updateManager)
Refine cache management for service worker updates.
- Ensured cache is forcibly updated if older than defined maximum age.
- Implemented interval checks and forced updates for cache staleness.
- Updated version information and cache timestamps upon forced updates or validations.
## 2025-02-03 - 3.0.56 - fix(cachemanager)
Adjust cache control headers and fix redundant code