Skip to content

v3.13.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:19
· 6 commits to main since this release
692d15d

Fixed

  • Fixed a race condition where a download-triggered re-scan could leave an attachment stuck in Scanning (causing clean files to be rejected on download). The redundant request-path status write in rescan has been removed; the spawned scan (_scanAttachmentsFile) already sets the status to Scanning as its first step. This also avoids holding a DB connection across the request rejection, which could drain the pool on single-connection databases.
  • Non-draft PATCH now allows for deleting attachment arrays from the database.