2.1.3: Simplify cache
What’s changed
- Simplified the collection/media cache internals and removed obsolete cache meta fields
- Made folder snapshot writes atomic and kept branch reconcile non-destructive
- Preserved incremental updates only for already-verified direct folders
- Stopped trusting empty folder snapshots and fixed empty/missing Git directories for collections and media
- Refreshed README guidance around cache clearing and environment variables
How to upgrade
Deploy 2.1.3, run npm run db:migrate, and if you are carrying old cache state, run npm run db:clear-cache once.
Full Changelog: 2.1.2...2.1.3