Skip to content

v0.7.3

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:20
· 1 commit to main since this release

v0.7.3

Highlights

  • Log rotation: Managarr now automatically rotates its log file when it reaches 10 MB, keeping up to 3 archived logs. No more unbounded log growth. #60
  • tail-logs improvements: The tail-logs command now correctly follows log rollovers (reopens the active log file after rotation) and no longer busy-loops when idle, significantly reducing CPU usage.
  • Security: Upgraded OpenSSL dependency to 0.10.79 to address known vulnerabilities.
  • Docs: Improved the README docs to explain better what a minimum Servarr configuration looks like and what the default values are when omitted. #61
  • Rust 1.95: Upgraded to Rust v1.95.0 and refactored to take advantage of newer language APIs.

AI Use Disclosure

The only AI used in this release is Copilot for reviewing the PR. All other code and edits were written by myself entirely by hand.