fix(cachemanager): Adjust cache control headers and fix redundant code

This commit is contained in:
2025-02-03 00:16:58 +01:00
parent 021c980a4f
commit 4598bd0e25
3 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-02-03 - 3.0.56 - fix(cachemanager)
Adjust cache control headers and fix redundant code
- Remove duplicate assetbroker URLs in the cache evaluation logic.
- Update cache control headers to improve caching behavior.
- Increase the timeout for fetch operations to improve compatibility.
## 2025-01-28 - 3.0.55 - fix(server)
Fix response content manipulation for HTML files with injectReload