Skip to content

v1.0.17 - Security & Performance

Choose a tag to compare

@PrzemekSkw PrzemekSkw released this 27 Apr 18:58
· 25 commits to main since this release

Security

Performance

  • Fix thumbnail generating full-size PNG 14 times (5-minute delay reduced to <1 second)
  • Thumbnail generation moved to background tasks (HTTP response returns immediately)
  • Preserve input format during processing (JPG stays JPG, prevents file size inflation)
  • Fix RQ Worker crash from deprecated Connection import (rq >= 2.0)