You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add final image cache versioning and TTL (ded892a)
Introduce FINAL_IMAGE_RENDERER_CACHE_VERSION and persist cacheVersion with final image metadata; invalidate/prune final image files when metadata version mismatches. Add RANKING_CACHE_TTL_MS and use it for ranking fetches. Ensure distributed cache writes include cacheVersion. Improve objectStorage pruning and error logging, and make deleteCachedObject robust against ENOENT. Add warmImageCachePruner in startup script to initialize image-cache cleanup on server start. Bump package version. (Updated tsbuildinfo only reflects build metadata.) Full Changelog: v0.4.95...v0.4.96