This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed thumbnails staying with their file after moves or restores.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Performance | Medium |
Folder listing with thousands of files is 20–30% faster via single query and lightweight token scanner. Folder listing with thousands of files is 20–30% faster via single query and lightweight token scanner. Source: llm_adapter@2026-06-09 Confidence: high |
— |
| Performance | Medium |
Background jobs start instantly upon enqueue rather than polling once per second. Background jobs start instantly upon enqueue rather than polling once per second. Source: llm_adapter@2026-06-09 Confidence: high |
— |
| Performance | Medium |
Interactive requests remain responsive under heavy background load by offloading DB write completions from the single writer thread. Interactive requests remain responsive under heavy background load by offloading DB write completions from the single writer thread. Source: llm_adapter@2026-06-09 Confidence: high |
— |
| Bugfix | Medium |
Moving or restoring files now carries dependent thumbnails and OCR artifacts to the new location. Moving or restoring files now carries dependent thumbnails and OCR artifacts to the new location. Source: llm_adapter@2026-06-09 Confidence: high |
— |
Full changelog
1.1.38
- [IMPROVEMENT] Large folders open noticeably faster — listing a folder with thousands of files is 20–30% quicker: thumbnail metadata is fetched in a single query instead of once per file (backed by a new index), and parsed with a lightweight token scanner instead of full JSON deserialization
- [IMPROVEMENT] Background jobs start instantly — the queue wakes up the moment a job is enqueued instead of polling once per second; job pickup also got cheaper (indexed per-category selection instead of ranking the whole backlog) and an idle system no longer takes write locks every second
- [IMPROVEMENT] Smoother responses under heavy background load — database write completions no longer run request code on the single writer thread, so a burst of finished jobs can't stall interactive requests
- [FIX] Thumbnails now follow their file — moving a file to another folder or restoring it from trash left its dependent files (thumbnails, OCR artifacts) assigned to the old folder; deleting that folder could then permanently remove them. Both operations now carry dependent files along, and a migration re-aligns existing data
Full Changelog: https://github.com/damian-krychowski/plikshare/compare/v1.1.37...v1.1.38
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About plikshare
PlikShare - Self-hosted file sharing platform with unlimited users, flexible storage options (local disk or S3), and secure external collaboration features. Own your data, control your infrastructure.
Related context
Related tools
Beta — feedback welcome: [email protected]