Releases: linuxserver/docker-sabnzbd
nightly-ee3cd747-ls142
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-ee3cd747-ls142/index.html
LinuxServer Changes:
Full Changelog: nightly-5f933ddc-ls141...nightly-ee3cd747-ls142
Remote Changes:
Use UUID4 for nzo_id and rekey existing duplicates (#3395)
-
Replace duplicate nzo_ids in history database and use uuid4
-
Remove SABnzbd_nzo on reuse
-
Keep SABnzbd_nzo_ prefix for future jobs
-
Try loading from multiple normal and future paths
-
Purege NZO_FILE
-
Rename NZO_FILE
-
Allow failed migration to rollback
nightly-4d14d663-ls142
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-4d14d663-ls142/index.html
LinuxServer Changes:
No changes
Remote Changes:
Cleanup file_done logic (#3405)
nightly-5f933ddc-ls141
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-5f933ddc-ls141/index.html
LinuxServer Changes:
Full Changelog: nightly-6361fea2-ls140...nightly-5f933ddc-ls141
Remote Changes:
Fix spurious FileExistsError logs when download directories already exist (#3397)
create_all_dirs checks if a directory exists before creating it, but
this can still fail with FileExistsError if another thread creates it
in between, or if the filesystem returns stale information. The error
gets caught by the generic OSError handler and logged as a failure,
even though the directory is actually there and everything is fine.
Handle FileExistsError separately so that existing directories are
silently accepted instead of being treated as errors.
nightly-e8fef31a-ls140
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-e8fef31a-ls140/index.html
LinuxServer Changes:
No changes
Remote Changes:
Fix RSS default priority (#3399)
nightly-d48a2f89-ls140
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-d48a2f89-ls140/index.html
LinuxServer Changes:
Full Changelog: nightly-51ea306d-ls139...nightly-d48a2f89-ls140
Remote Changes:
Fix missing nzb imports (#3394)
nightly-98dc1838-ls140
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-98dc1838-ls140/index.html
LinuxServer Changes:
No changes
Remote Changes:
Add test for 3.0.0 legacy queue format restoration
Moved sys.modules call higher, so it is always applied
nightly-6361fea2-ls140
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-6361fea2-ls140/index.html
LinuxServer Changes:
No changes
Remote Changes:
Add test for 3.0.0 legacy queue format restoration
Moved sys.modules call higher, so it is always applied
5.0.1-ls251
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/5.0.1-ls251/index.html
LinuxServer Changes:
No changes
Remote Changes:
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 haveArticles per requestset to2by 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_postprocas 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
.nzbfiles, 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 downloadcould 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 Widthis 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 Folderset to500M. - Enabled
verify_xff_headersetting 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 aQueue repairdue to changes in the internal data format.
Known problems and solutions
- Read
ISSUES.txtor 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)
5.0.0-ls251
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/5.0.0-ls251/index.html
LinuxServer Changes:
Full Changelog: 4.5.5-ls250...5.0.0-ls251
Remote Changes:
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 haveArticles per requestset to2by 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_postprocas 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
.nzbfiles, 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 downloadcould 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 Widthis 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 Folderset to500M. - Enabled
verify_xff_headersetting 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 aQueue repairdue to changes in the internal data format.
Known problems and solutions
- Read
ISSUES.txtor 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)
unstable-5.0.1-ls345
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/unstable-5.0.1-ls345/index.html
LinuxServer Changes:
Full Changelog: unstable-5.0.0RC3-ls344...unstable-5.0.1-ls345
Remote Changes:
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 haveArticles per requestset to2by 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_postprocas 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
.nzbfiles, 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 downloadcould 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 Widthis 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 Folderset to500M. - Enabled
verify_xff_headersetting 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 aQueue repairdue to changes in the internal data format.
Known problems and solutions
- Read
ISSUES.txtor 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)