1.1.37
- [IMPROVEMENT] Uploads stay fast in large workspaces — the current size is tracked in memory instead of being recomputed from scratch on every upload
- [IMPROVEMENT] Image-dimension extraction is much faster during big uploads — it no longer re-scans the whole workspace per batch (now indexed)
- [IMPROVEMENT] Lighter background processing — thumbnails, image dimensions and upload finalization commit their result and completion in one transaction instead of two
- [IMPROVEMENT] SQL performance is observable via
dotnet-counters(PlikShare.SqliteQueries/PlikShare.SqliteWriteQueue), each query attributed to its call site - [FIX] Multipart uploads no longer get stuck when the database briefly errors at finalization — the failure was silently swallowed, leaving the file marked "uploading"; it's now retried
Full Changelog: v1.1.36...v1.1.37