feat(container)!: Update ghcr.io/home-operations/sabnzbd ( 4.5.5 → 5.0.3 ) #167

Open
renovate[bot] wants to merge 1 commit from renovate/ghcr.io-home-operations-sabnzbd-5.x into main
renovate[bot] commented 2026-05-01 14:42:32 +00:00 (Migrated from github.com)

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/sabnzbd (source) major 4.5.55.0.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sabnzbd/sabnzbd (ghcr.io/home-operations/sabnzbd)

v5.0.3: SABnzbd 5.0.3

Compare Source

Release Notes - SABnzbd 5.0.3

In this fifth major release of SABnzbd, we included:

  • Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write.
  • Reliability gains from a reworked cache and safer processing.
  • A significant number of bug fixes and platform updates.
Features and bug fixes in 5.0.1, 5.0.2 and 5.0.3
  • Fetching NZB's failed on new installations.
  • Queue entries from older versions now load correctly after upgrading.
  • nzo_id now uses GUIDs to prevent duplicates.
  • Updating to 5.0 now succeeds even when duplicate nzo_id values exist.
  • URL fetching no longer crashes when duplicate jobs are present.
  • Default RSS priority is now applied correctly.
  • Duplicate filenames no longer cause queue stalls.
  • IPv6 binding now works correctly for the Web interface.
  • The On queue finish action now executes reliably.
  • Saving the post-processing queue no longer throws errors.
  • Directory creation now handles existing directories gracefully.
  • Windows and macOS: Updated Unrar to 7.21 and 7zip to 26.01.
New features in 5.0.0
  • Added support for NNTP Pipelining which eliminates idle waiting between
    requests, significantly improving speeds on high-latency connections.
    Read more here: https://sabnzbd.org/wiki/advanced/nntp-pipelining
    New servers will have Articles per request set to 2 by default.
    Existing servers need to be manually changed to use NNTP Pipelining.
  • Implemented Direct Write to optimize assembly of downloaded files.
    Read more here: https://sabnzbd.org/wiki/advanced/direct-write
  • Post-processing scripts will always be executed, even for failed jobs.
    Make sure to check the status of the job in your scripts!
  • Removed Special setting empty_postproc as it is no longer needed.
  • Complete redesign of article cache.
  • Improved disk speed measurement in Status window.
  • Reduced delays between jobs during post-processing.
  • Improved handling of disks getting full.
  • Diskspace check will now include Category-specific folders.
  • If a download only contains .nzb files, the new downloads
    will include the name of the original download.
  • No longer show tracebacks in the browser, only in the logs.
  • Dropped support for Python 3.8.
  • Windows: Added Windows ARM (portable) release.
  • Windows and macOS: Added HTML version of the Release Notes.
  • Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20,
    par2cmdline-turbo to 1.4 and 7zip to 26.00.
Bug fixes in 5.0.0
  • Check before download could get stuck or fail to reject.
  • Several stability changes for the core download process.
  • If only par2 files were missing, jobs could get incorrectly aborted.
  • No error was shown in case NZB upload failed.
  • Correct mobile layout if Full Width is enabled.
  • Handle passwords that exceed Unrar's password limit.
  • Aborted Direct Unpack could result in no files being unpacked.
  • Encrypted RAR detection could sometimes fail.
  • Unwanted extension check was unreliable on passworded downloads.
  • No longer exclusively lock all directory operations.
  • Improved handling of non-NFC unicode filenames.
  • Sorting of files inside jobs was inconsistent.
  • Linux: No longer break test-data in the release package.
  • Windows: Tray icon disappears after Explorer restart.
  • macOS: Slow to start on some network setups.
Changes to default settings for new installations in 5.0.0
  • Default Minimum Free Space for Temporary Download Folder set to 500M.
  • Enabled verify_xff_header setting by default.
Upgrade notices
  • You can directly upgrade from version 3.0.0 and newer.
  • Upgrading from older versions will require performing a Queue repair.
  • Downgrading from version 4.2.0 or newer to 3.7.2 or older will require
    performing a Queue repair due to changes in the internal data format.
Known problems and solutions
Code Signing Policy

Windows code signing is provided by SignPath.io using a SignPath Foundation certificate.

About

SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.

(c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org)

v5.0.2: SABnzbd 5.0.2

Compare Source

Release Notes - SABnzbd 5.0.2

In this fifth major release of SABnzbd, we included:

  • Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write.
  • Reliability gains from a reworked cache and safer processing.
  • A significant number of bug fixes and platform updates.

Features and bug fixes in 5.0.1 and 5.0.2

  • Queue entries from older versions now load correctly after upgrading.
  • nzo_id now uses GUIDs to prevent duplicates.
  • Updating to 5.0 now succeeds even when duplicate nzo_id values exist.
  • URL fetching no longer crashes when duplicate jobs are present.
  • Default RSS priority is now applied correctly.
  • Duplicate filenames no longer cause queue stalls.
  • IPv6 binding now works correctly for the Web interface.
  • The On queue finish action now executes reliably.
  • Saving the post-processing queue no longer throws errors.
  • Directory creation now handles existing directories gracefully.
  • Windows and macOS: Updated Unrar to 7.21 and 7zip to 26.01.

New features in 5.0.0

  • Added support for NNTP Pipelining which eliminates idle waiting between
    requests, significantly improving speeds on high-latency connections.
    Read more here: https://sabnzbd.org/wiki/advanced/nntp-pipelining
    New servers will have Articles per request set to 2 by default.
    Existing servers need to be manually changed to use NNTP Pipelining.
  • Implemented Direct Write to optimize assembly of downloaded files.
    Read more here: https://sabnzbd.org/wiki/advanced/direct-write
  • Post-processing scripts will always be executed, even for failed jobs.
    Make sure to check the status of the job in your scripts!
  • Removed Special setting empty_postproc as it is no longer needed.
  • Complete redesign of article cache.
  • Improved disk speed measurement in Status window.
  • Reduced delays between jobs during post-processing.
  • Improved handling of disks getting full.
  • Diskspace check will now include Category-specific folders.
  • If a download only contains .nzb files, the new downloads
    will include the name of the original download.
  • No longer show tracebacks in the browser, only in the logs.
  • Dropped support for Python 3.8.
  • Windows: Added Windows ARM (portable) release.
  • Windows and macOS: Added HTML version of the Release Notes.
  • Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20,
    par2cmdline-turbo to 1.4 and 7zip to 26.00.

Bug fixes in 5.0.0

  • Check before download could get stuck or fail to reject.
  • Several stability changes for the core download process.
  • If only par2 files were missing, jobs could get incorrectly aborted.
  • No error was shown in case NZB upload failed.
  • Correct mobile layout if Full Width is enabled.
  • Handle passwords that exceed Unrar's password limit.
  • Aborted Direct Unpack could result in no files being unpacked.
  • Encrypted RAR detection could sometimes fail.
  • Unwanted extension check was unreliable on passworded downloads.
  • No longer exclusively lock all directory operations.
  • Improved handling of non-NFC unicode filenames.
  • Sorting of files inside jobs was inconsistent.
  • Linux: No longer break test-data in the release package.
  • Windows: Tray icon disappears after Explorer restart.
  • macOS: Slow to start on some network setups.

Changes to default settings for new installations in 5.0.0

  • Default Minimum Free Space for Temporary Download Folder set to 500M.
  • Enabled verify_xff_header setting by default.

Upgrade notices

  • You can directly upgrade from version 3.0.0 and newer.
  • Upgrading from older versions will require performing a Queue repair.
  • Downgrading from version 4.2.0 or newer to 3.7.2 or older will require
    performing a Queue repair due to changes in the internal data format.

Known problems and solutions

Code Signing Policy

Windows code signing is provided by SignPath.io using a SignPath Foundation certificate.

About

SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.

(c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org)

v5.0.1: SABnzbd 5.0.1

Compare Source

Release Notes - SABnzbd 5.0.1

In this fifth major release of SABnzbd, we included:

  • Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write.
  • Reliability gains from a reworked cache and safer processing.
  • A significant number of bug fixes and platform updates.
Bug fixes in 5.0.1
  • Queued downloads from older versions did not load after updating.
New features in 5.0.0
  • Added support for NNTP Pipelining which eliminates idle waiting between
    requests, significantly improving speeds on high-latency connections.
    Read more here: https://sabnzbd.org/wiki/advanced/nntp-pipelining
    New servers will have Articles per request set to 2 by default.
    Existing servers need to be manually changed to use NNTP Pipelining.
  • Implemented Direct Write to optimize assembly of downloaded files.
    Read more here: https://sabnzbd.org/wiki/advanced/direct-write
  • Post-processing scripts will always be executed, even for failed jobs.
    Make sure to check the status of the job in your scripts!
  • Removed Special setting empty_postproc as it is no longer needed.
  • Complete redesign of article cache.
  • Improved disk speed measurement in Status window.
  • Reduced delays between jobs during post-processing.
  • Improved handling of disks getting full.
  • Diskspace check will now include Category-specific folders.
  • If a download only contains .nzb files, the new downloads
    will include the name of the original download.
  • No longer show tracebacks in the browser, only in the logs.
  • Dropped support for Python 3.8.
  • Windows: Added Windows ARM (portable) release.
  • Windows and macOS: Added HTML version of the Release Notes.
  • Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20,
    par2cmdline-turbo to 1.4 and 7zip to 26.00.
Bug fixes in 5.0.0
  • Check before download could get stuck or fail to reject.
  • Several stability changes for the core download process.
  • If only par2 files were missing, jobs could get incorrectly aborted.
  • No error was shown in case NZB upload failed.
  • Correct mobile layout if Full Width is enabled.
  • Handle passwords that exceed Unrar's password limit.
  • Aborted Direct Unpack could result in no files being unpacked.
  • Encrypted RAR detection could sometimes fail.
  • Unwanted extension check was unreliable on passworded downloads.
  • No longer exclusively lock all directory operations.
  • Improved handling of non-NFC unicode filenames.
  • Sorting of files inside jobs was inconsistent.
  • Linux: No longer break test-data in the release package.
  • Windows: Tray icon disappears after Explorer restart.
  • macOS: Slow to start on some network setups.
Changes to default settings for new installations in 5.0.0
  • Default Minimum Free Space for Temporary Download Folder set to 500M.
  • Enabled verify_xff_header setting by default.
Upgrade notices
  • You can directly upgrade from version 3.0.0 and newer.
  • Upgrading from older versions will require performing a Queue repair.
  • Downgrading from version 4.2.0 or newer to 3.7.2 or older will require
    performing a Queue repair due to changes in the internal data format.
Known problems and solutions
Code Signing Policy

Windows code signing is provided by SignPath.io using a SignPath Foundation certificate.

About

SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.

(c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org)

v5.0.0: SABnzbd 5.0.0

Compare Source

Release Notes - SABnzbd 5.0.0

In this fifth major release of SABnzbd, we included:

  • Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write.
  • Reliability gains from a reworked cache and safer processing.
  • A significant number of bug fixes and platform updates.

Please note the breaking changes described below!

New features in 5.0.0
  • Added support for NNTP Pipelining which eliminates idle waiting between
    requests, significantly improving speeds on high-latency connections.
    Read more here: https://sabnzbd.org/wiki/advanced/nntp-pipelining
    New servers will have Articles per request set to 2 by default.
    Existing servers need to be manually changed to use NNTP Pipelining.
  • Implemented Direct Write to optimize assembly of downloaded files.
    Read more here: https://sabnzbd.org/wiki/advanced/direct-write
  • Post-processing scripts will always be executed, even for failed jobs.
    Make sure to check the status of the job in your scripts!
  • Removed Special setting empty_postproc as it is no longer needed.
  • Complete redesign of article cache.
  • Improved disk speed measurement in Status window.
  • Reduced delays between jobs during post-processing.
  • Improved handling of disks getting full.
  • Diskspace check will now include Category-specific folders.
  • If a download only contains .nzb files, the new downloads
    will include the name of the original download.
  • No longer show tracebacks in the browser, only in the logs.
  • Dropped support for Python 3.8.
  • Windows: Added Windows ARM (portable) release.
  • Windows and macOS: Added HTML version of the Release Notes.
  • Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20,
    par2cmdline-turbo to 1.4 and 7zip to 26.00.
Bug fixes in 5.0.0
  • Check before download could get stuck or fail to reject.
  • Several stability changes for the core download process.
  • If only par2 files were missing, jobs could get incorrectly aborted.
  • No error was shown in case NZB upload failed.
  • Correct mobile layout if Full Width is enabled.
  • Handle passwords that exceed Unrar's password limit.
  • Aborted Direct Unpack could result in no files being unpacked.
  • Encrypted RAR detection could sometimes fail.
  • Unwanted extension check was unreliable on passworded downloads.
  • No longer exclusively lock all directory operations.
  • Improved handling of non-NFC unicode filenames.
  • Sorting of files inside jobs was inconsistent.
  • Linux: No longer break test-data in the release package.
  • Windows: Tray icon disappears after Explorer restart.
  • macOS: Slow to start on some network setups.
Changes to default settings for new installations in 5.0.0
  • Default Minimum Free Space for Temporary Download Folder set to 500M.
  • Enabled verify_xff_header setting by default.
Upgrade notices
  • You can directly upgrade from version 3.0.0 and newer.
  • Upgrading from older versions will require performing a Queue repair.
  • Downgrading from version 4.2.0 or newer to 3.7.2 or older will require
    performing a Queue repair due to changes in the internal data format.
Known problems and solutions
Code Signing Policy

Windows code signing is provided by SignPath.io using a SignPath Foundation certificate.

About

SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.

(c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/sabnzbd](https://ghcr.io/home-operations/sabnzbd) ([source](https://redirect.github.com/sabnzbd/sabnzbd)) | major | `4.5.5` → `5.0.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/132) for more information. --- ### Release Notes <details> <summary>sabnzbd/sabnzbd (ghcr.io/home-operations/sabnzbd)</summary> ### [`v5.0.3`](https://redirect.github.com/sabnzbd/sabnzbd/releases/tag/5.0.3): SABnzbd 5.0.3 [Compare Source](https://redirect.github.com/sabnzbd/sabnzbd/compare/5.0.2...5.0.3) # Release Notes - SABnzbd 5.0.3 In this fifth major release of SABnzbd, we included: - Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write. - Reliability gains from a reworked cache and safer processing. - A significant number of bug fixes and platform updates. ##### Features and bug fixes in 5.0.1, 5.0.2 and 5.0.3 - Fetching NZB's failed on new installations. - Queue entries from older versions now load correctly after upgrading. - `nzo_id` now uses GUIDs to prevent duplicates. - Updating to 5.0 now succeeds even when duplicate `nzo_id` values exist. - URL fetching no longer crashes when duplicate jobs are present. - Default RSS priority is now applied correctly. - Duplicate filenames no longer cause queue stalls. - IPv6 binding now works correctly for the Web interface. - The `On queue finish` action now executes reliably. - Saving the post-processing queue no longer throws errors. - Directory creation now handles existing directories gracefully. - Windows and macOS: Updated Unrar to 7.21 and 7zip to 26.01. ##### New features in 5.0.0 - Added support for NNTP Pipelining which eliminates idle waiting between requests, significantly improving speeds on high-latency connections. Read more here: <https://sabnzbd.org/wiki/advanced/nntp-pipelining> New servers will have `Articles per request` set to `2` by default. Existing servers need to be manually changed to use NNTP Pipelining. - Implemented Direct Write to optimize assembly of downloaded files. Read more here: <https://sabnzbd.org/wiki/advanced/direct-write> - Post-processing scripts will always be executed, even for failed jobs. Make sure to check the status of the job in your scripts! - Removed Special setting `empty_postproc` as it is no longer needed. - Complete redesign of article cache. - Improved disk speed measurement in Status window. - Reduced delays between jobs during post-processing. - Improved handling of disks getting full. - Diskspace check will now include Category-specific folders. - If a download only contains `.nzb` files, the new downloads will include the name of the original download. - No longer show tracebacks in the browser, only in the logs. - Dropped support for Python 3.8. - Windows: Added Windows ARM (portable) release. - Windows and macOS: Added HTML version of the Release Notes. - Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20, par2cmdline-turbo to 1.4 and 7zip to 26.00. ##### Bug fixes in 5.0.0 - `Check before download` could get stuck or fail to reject. - Several stability changes for the core download process. - If only par2 files were missing, jobs could get incorrectly aborted. - No error was shown in case NZB upload failed. - Correct mobile layout if `Full Width` is enabled. - Handle passwords that exceed Unrar's password limit. - Aborted Direct Unpack could result in no files being unpacked. - Encrypted RAR detection could sometimes fail. - Unwanted extension check was unreliable on passworded downloads. - No longer exclusively lock all directory operations. - Improved handling of non-NFC unicode filenames. - Sorting of files inside jobs was inconsistent. - Linux: No longer break test-data in the release package. - Windows: Tray icon disappears after Explorer restart. - macOS: Slow to start on some network setups. ##### Changes to default settings for new installations in 5.0.0 - Default `Minimum Free Space for Temporary Download Folder` set to `500M`. - Enabled `verify_xff_header` setting by default. ##### Upgrade notices - You can directly upgrade from version 3.0.0 and newer. - Upgrading from older versions will require performing a `Queue repair`. - Downgrading from version 4.2.0 or newer to 3.7.2 or older will require performing a `Queue repair` due to changes in the internal data format. ##### Known problems and solutions - Read `ISSUES.txt` or <https://sabnzbd.org/wiki/introduction/known-issues> ##### Code Signing Policy Windows code signing is provided by SignPath.io using a SignPath Foundation certificate. ##### About SABnzbd is an open-source cross-platform binary newsreader. It simplifies the process of downloading from Usenet dramatically, thanks to its web-based user interface and advanced built-in post-processing options that automatically verify, repair, extract and clean up posts downloaded from Usenet. (c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org) ### [`v5.0.2`](https://redirect.github.com/sabnzbd/sabnzbd/releases/tag/5.0.2): SABnzbd 5.0.2 [Compare Source](https://redirect.github.com/sabnzbd/sabnzbd/compare/5.0.1...5.0.2) # Release Notes - SABnzbd 5.0.2 In this fifth major release of SABnzbd, we included: - Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write. - Reliability gains from a reworked cache and safer processing. - A significant number of bug fixes and platform updates. #### Features and bug fixes in 5.0.1 and 5.0.2 - Queue entries from older versions now load correctly after upgrading. - `nzo_id` now uses GUIDs to prevent duplicates. - Updating to 5.0 now succeeds even when duplicate `nzo_id` values exist. - URL fetching no longer crashes when duplicate jobs are present. - Default RSS priority is now applied correctly. - Duplicate filenames no longer cause queue stalls. - IPv6 binding now works correctly for the Web interface. - The `On queue finish` action now executes reliably. - Saving the post-processing queue no longer throws errors. - Directory creation now handles existing directories gracefully. - Windows and macOS: Updated Unrar to 7.21 and 7zip to 26.01. #### New features in 5.0.0 - Added support for NNTP Pipelining which eliminates idle waiting between requests, significantly improving speeds on high-latency connections. Read more here: <https://sabnzbd.org/wiki/advanced/nntp-pipelining> New servers will have `Articles per request` set to `2` by default. Existing servers need to be manually changed to use NNTP Pipelining. - Implemented Direct Write to optimize assembly of downloaded files. Read more here: <https://sabnzbd.org/wiki/advanced/direct-write> - Post-processing scripts will always be executed, even for failed jobs. Make sure to check the status of the job in your scripts! - Removed Special setting `empty_postproc` as it is no longer needed. - Complete redesign of article cache. - Improved disk speed measurement in Status window. - Reduced delays between jobs during post-processing. - Improved handling of disks getting full. - Diskspace check will now include Category-specific folders. - If a download only contains `.nzb` files, the new downloads will include the name of the original download. - No longer show tracebacks in the browser, only in the logs. - Dropped support for Python 3.8. - Windows: Added Windows ARM (portable) release. - Windows and macOS: Added HTML version of the Release Notes. - Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20, par2cmdline-turbo to 1.4 and 7zip to 26.00. #### Bug fixes in 5.0.0 - `Check before download` could get stuck or fail to reject. - Several stability changes for the core download process. - If only par2 files were missing, jobs could get incorrectly aborted. - No error was shown in case NZB upload failed. - Correct mobile layout if `Full Width` is enabled. - Handle passwords that exceed Unrar's password limit. - Aborted Direct Unpack could result in no files being unpacked. - Encrypted RAR detection could sometimes fail. - Unwanted extension check was unreliable on passworded downloads. - No longer exclusively lock all directory operations. - Improved handling of non-NFC unicode filenames. - Sorting of files inside jobs was inconsistent. - Linux: No longer break test-data in the release package. - Windows: Tray icon disappears after Explorer restart. - macOS: Slow to start on some network setups. #### Changes to default settings for new installations in 5.0.0 - Default `Minimum Free Space for Temporary Download Folder` set to `500M`. - Enabled `verify_xff_header` setting by default. #### Upgrade notices - You can directly upgrade from version 3.0.0 and newer. - Upgrading from older versions will require performing a `Queue repair`. - Downgrading from version 4.2.0 or newer to 3.7.2 or older will require performing a `Queue repair` due to changes in the internal data format. #### Known problems and solutions - Read `ISSUES.txt` or <https://sabnzbd.org/wiki/introduction/known-issues> #### Code Signing Policy Windows code signing is provided by SignPath.io using a SignPath Foundation certificate. #### About SABnzbd is an open-source cross-platform binary newsreader. It simplifies the process of downloading from Usenet dramatically, thanks to its web-based user interface and advanced built-in post-processing options that automatically verify, repair, extract and clean up posts downloaded from Usenet. (c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org) ### [`v5.0.1`](https://redirect.github.com/sabnzbd/sabnzbd/releases/tag/5.0.1): SABnzbd 5.0.1 [Compare Source](https://redirect.github.com/sabnzbd/sabnzbd/compare/5.0.0...5.0.1) # Release Notes - SABnzbd 5.0.1 In this fifth major release of SABnzbd, we included: - Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write. - Reliability gains from a reworked cache and safer processing. - A significant number of bug fixes and platform updates. ##### Bug fixes in 5.0.1 - Queued downloads from older versions did not load after updating. ##### New features in 5.0.0 - Added support for NNTP Pipelining which eliminates idle waiting between requests, significantly improving speeds on high-latency connections. Read more here: <https://sabnzbd.org/wiki/advanced/nntp-pipelining> New servers will have `Articles per request` set to `2` by default. Existing servers need to be manually changed to use NNTP Pipelining. - Implemented Direct Write to optimize assembly of downloaded files. Read more here: <https://sabnzbd.org/wiki/advanced/direct-write> - Post-processing scripts will always be executed, even for failed jobs. Make sure to check the status of the job in your scripts! - Removed Special setting `empty_postproc` as it is no longer needed. - Complete redesign of article cache. - Improved disk speed measurement in Status window. - Reduced delays between jobs during post-processing. - Improved handling of disks getting full. - Diskspace check will now include Category-specific folders. - If a download only contains `.nzb` files, the new downloads will include the name of the original download. - No longer show tracebacks in the browser, only in the logs. - Dropped support for Python 3.8. - Windows: Added Windows ARM (portable) release. - Windows and macOS: Added HTML version of the Release Notes. - Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20, par2cmdline-turbo to 1.4 and 7zip to 26.00. ##### Bug fixes in 5.0.0 - `Check before download` could get stuck or fail to reject. - Several stability changes for the core download process. - If only par2 files were missing, jobs could get incorrectly aborted. - No error was shown in case NZB upload failed. - Correct mobile layout if `Full Width` is enabled. - Handle passwords that exceed Unrar's password limit. - Aborted Direct Unpack could result in no files being unpacked. - Encrypted RAR detection could sometimes fail. - Unwanted extension check was unreliable on passworded downloads. - No longer exclusively lock all directory operations. - Improved handling of non-NFC unicode filenames. - Sorting of files inside jobs was inconsistent. - Linux: No longer break test-data in the release package. - Windows: Tray icon disappears after Explorer restart. - macOS: Slow to start on some network setups. ##### Changes to default settings for new installations in 5.0.0 - Default `Minimum Free Space for Temporary Download Folder` set to `500M`. - Enabled `verify_xff_header` setting by default. ##### Upgrade notices - You can directly upgrade from version 3.0.0 and newer. - Upgrading from older versions will require performing a `Queue repair`. - Downgrading from version 4.2.0 or newer to 3.7.2 or older will require performing a `Queue repair` due to changes in the internal data format. ##### Known problems and solutions - Read `ISSUES.txt` or <https://sabnzbd.org/wiki/introduction/known-issues> ##### Code Signing Policy Windows code signing is provided by SignPath.io using a SignPath Foundation certificate. ##### About SABnzbd is an open-source cross-platform binary newsreader. It simplifies the process of downloading from Usenet dramatically, thanks to its web-based user interface and advanced built-in post-processing options that automatically verify, repair, extract and clean up posts downloaded from Usenet. (c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org) ### [`v5.0.0`](https://redirect.github.com/sabnzbd/sabnzbd/releases/tag/5.0.0): SABnzbd 5.0.0 [Compare Source](https://redirect.github.com/sabnzbd/sabnzbd/compare/4.5.5...5.0.0) # Release Notes - SABnzbd 5.0.0 In this fifth major release of SABnzbd, we included: - Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write. - Reliability gains from a reworked cache and safer processing. - A significant number of bug fixes and platform updates. Please note the breaking changes described below! ##### New features in 5.0.0 - Added support for NNTP Pipelining which eliminates idle waiting between requests, significantly improving speeds on high-latency connections. Read more here: <https://sabnzbd.org/wiki/advanced/nntp-pipelining> New servers will have `Articles per request` set to `2` by default. Existing servers need to be manually changed to use NNTP Pipelining. - Implemented Direct Write to optimize assembly of downloaded files. Read more here: <https://sabnzbd.org/wiki/advanced/direct-write> - Post-processing scripts will always be executed, even for failed jobs. Make sure to check the status of the job in your scripts! - Removed Special setting `empty_postproc` as it is no longer needed. - Complete redesign of article cache. - Improved disk speed measurement in Status window. - Reduced delays between jobs during post-processing. - Improved handling of disks getting full. - Diskspace check will now include Category-specific folders. - If a download only contains `.nzb` files, the new downloads will include the name of the original download. - No longer show tracebacks in the browser, only in the logs. - Dropped support for Python 3.8. - Windows: Added Windows ARM (portable) release. - Windows and macOS: Added HTML version of the Release Notes. - Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20, par2cmdline-turbo to 1.4 and 7zip to 26.00. ##### Bug fixes in 5.0.0 - `Check before download` could get stuck or fail to reject. - Several stability changes for the core download process. - If only par2 files were missing, jobs could get incorrectly aborted. - No error was shown in case NZB upload failed. - Correct mobile layout if `Full Width` is enabled. - Handle passwords that exceed Unrar's password limit. - Aborted Direct Unpack could result in no files being unpacked. - Encrypted RAR detection could sometimes fail. - Unwanted extension check was unreliable on passworded downloads. - No longer exclusively lock all directory operations. - Improved handling of non-NFC unicode filenames. - Sorting of files inside jobs was inconsistent. - Linux: No longer break test-data in the release package. - Windows: Tray icon disappears after Explorer restart. - macOS: Slow to start on some network setups. ##### Changes to default settings for new installations in 5.0.0 - Default `Minimum Free Space for Temporary Download Folder` set to `500M`. - Enabled `verify_xff_header` setting by default. ##### Upgrade notices - You can directly upgrade from version 3.0.0 and newer. - Upgrading from older versions will require performing a `Queue repair`. - Downgrading from version 4.2.0 or newer to 3.7.2 or older will require performing a `Queue repair` due to changes in the internal data format. ##### Known problems and solutions - Read `ISSUES.txt` or <https://sabnzbd.org/wiki/introduction/known-issues> ##### Code Signing Policy Windows code signing is provided by SignPath.io using a SignPath Foundation certificate. ##### About SABnzbd is an open-source cross-platform binary newsreader. It simplifies the process of downloading from Usenet dramatically, thanks to its web-based user interface and advanced built-in post-processing options that automatically verify, repair, extract and clean up posts downloaded from Usenet. (c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrei-iacobb/homeops). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
github-actions[bot] commented 2026-05-01 14:43:23 +00:00 (Migrated from github.com)
--- kubernetes/apps/media/sabnzbd/app Kustomization: media/sabnzbd HelmRelease: media/sabnzbd

+++ kubernetes/apps/media/sabnzbd/app Kustomization: media/sabnzbd HelmRelease: media/sabnzbd

@@ -44,13 +44,13 @@

               TZ: Europe/London
             envFrom:
             - secretRef:
                 name: sabnzbd-secret
             image:
               repository: ghcr.io/home-operations/sabnzbd
-              tag: 4.5.5@sha256:f5570c0a370596ab656db6d3baa830b90a6fd9952b71ae805d022a2dcb3db12f
+              tag: 5.0.3@sha256:53064020792b2e21305c892c11aaa1eb32af2141cbd59119b52df226d664cd05
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 10
<!-- add-pr-comment:167/kubernetes/kustomization --> ```diff --- kubernetes/apps/media/sabnzbd/app Kustomization: media/sabnzbd HelmRelease: media/sabnzbd +++ kubernetes/apps/media/sabnzbd/app Kustomization: media/sabnzbd HelmRelease: media/sabnzbd @@ -44,13 +44,13 @@ TZ: Europe/London envFrom: - secretRef: name: sabnzbd-secret image: repository: ghcr.io/home-operations/sabnzbd - tag: 4.5.5@sha256:f5570c0a370596ab656db6d3baa830b90a6fd9952b71ae805d022a2dcb3db12f + tag: 5.0.3@sha256:53064020792b2e21305c892c11aaa1eb32af2141cbd59119b52df226d664cd05 probes: liveness: custom: true enabled: true spec: failureThreshold: 10 ```
github-actions[bot] commented 2026-05-01 14:43:29 +00:00 (Migrated from github.com)
--- HelmRelease: media/sabnzbd Deployment: media/sabnzbd

+++ HelmRelease: media/sabnzbd Deployment: media/sabnzbd

@@ -56,13 +56,13 @@

           value: '80'
         - name: TZ
           value: Europe/London
         envFrom:
         - secretRef:
             name: sabnzbd-secret
-        image: ghcr.io/home-operations/sabnzbd:4.5.5@sha256:f5570c0a370596ab656db6d3baa830b90a6fd9952b71ae805d022a2dcb3db12f
+        image: ghcr.io/home-operations/sabnzbd:5.0.3@sha256:53064020792b2e21305c892c11aaa1eb32af2141cbd59119b52df226d664cd05
         livenessProbe:
           failureThreshold: 10
           httpGet:
             path: /api?mode=version
             port: 80
           periodSeconds: 60
<!-- add-pr-comment:167/kubernetes/helmrelease --> ```diff --- HelmRelease: media/sabnzbd Deployment: media/sabnzbd +++ HelmRelease: media/sabnzbd Deployment: media/sabnzbd @@ -56,13 +56,13 @@ value: '80' - name: TZ value: Europe/London envFrom: - secretRef: name: sabnzbd-secret - image: ghcr.io/home-operations/sabnzbd:4.5.5@sha256:f5570c0a370596ab656db6d3baa830b90a6fd9952b71ae805d022a2dcb3db12f + image: ghcr.io/home-operations/sabnzbd:5.0.3@sha256:53064020792b2e21305c892c11aaa1eb32af2141cbd59119b52df226d664cd05 livenessProbe: failureThreshold: 10 httpGet: path: /api?mode=version port: 80 periodSeconds: 60 ```
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-home-operations-sabnzbd-5.x:renovate/ghcr.io-home-operations-sabnzbd-5.x
git switch renovate/ghcr.io-home-operations-sabnzbd-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/ghcr.io-home-operations-sabnzbd-5.x
git switch renovate/ghcr.io-home-operations-sabnzbd-5.x
git rebase main
git switch main
git merge --ff-only renovate/ghcr.io-home-operations-sabnzbd-5.x
git switch renovate/ghcr.io-home-operations-sabnzbd-5.x
git rebase main
git switch main
git merge --no-ff renovate/ghcr.io-home-operations-sabnzbd-5.x
git switch main
git merge --squash renovate/ghcr.io-home-operations-sabnzbd-5.x
git switch main
git merge --ff-only renovate/ghcr.io-home-operations-sabnzbd-5.x
git switch main
git merge renovate/ghcr.io-home-operations-sabnzbd-5.x
git push origin main
Sign in to join this conversation.
No description provided.