Skip to content

v1.4.477

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 22:57

Changes

PR #2211 by ksylvan: fix: prevent pattern loader temporary directory leaks

  • Prevent pattern loader leaks by lazily creating temporary directories during database population and cleaning them up after successful or failed downloads.
  • Add regression tests for lazy directory creation and cleanup.