Skip to content

rustnzb v1.3.6

Choose a tag to compare

@thedancingdeveloper thedancingdeveloper released this 23 Jul 03:18
66d27a8

v1.3.6

This release fixes Docker RAR post-processing and download lifecycle reporting.

Fixed

  • Docker runtime images now build and bundle a SHA256-pinned unrar 7.2.3 binary, with the required runtime libraries. RAR extraction no longer falls back to Alpine 7z builds that lack RAR support.
  • The release smoke test validates unrar against a real RAR archive.
  • NNTP connection-pool usage now reports active article transfers; idle authenticated worker sockets no longer appear as 100% used.
  • Transient provider circuit-breaker cooldowns no longer strand downloads in a paused state near completion; jobs remain retryable.
  • Download dispatch is consolidated in the canonical nzb-dispatch engine with CI boundary enforcement.

Verification

  • Merged fix: 66d27a8
  • Source issue: #12
  • Full workspace Rust tests, Clippy, formatting, and frontend tests passed before release.
  • Multi-architecture GHCR image published and verified for Linux amd64 and arm64.