fix(network-manager): Refined network management logic for better offline handling.

This commit is contained in:
2025-02-03 00:30:18 +01:00
parent aebcbe4a61
commit 804537c059
4 changed files with 155 additions and 19 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-02-03 - 3.0.58 - fix(network-manager)
Refined network management logic for better offline handling.
- Improved logic to handle missing connections more gracefully.
- Added detailed online/offline connection status logging.
- Implemented a check for stale cache with a grace period for offline scenarios.
- Network requests now use optimized retries and timeouts.
## 2025-02-03 - 3.0.57 - fix(updateManager)
Refine cache management for service worker updates.