Releases: linuxserver/docker-nzbhydra2
v8.2.1-ls73
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/v8.2.1-ls73/index.html
LinuxServer Changes:
No changes
Remote Changes:
v8.2.1 (2026-01-06)
Fix Fix reading prowlarr config. I've extended the tests to ensure this kind of bug doesn't happen again (the one which only appears with the released binaries, not when developing). See #1035
v8.2.0-ls73
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/v8.2.0-ls73/index.html
LinuxServer Changes:
No changes
Remote Changes:
v8.2.0 (2026-01-05)
Feature Add attribute whitelist filtering for indexers. Allows filtering search results by newznab attributes (e.g., subtitles). Configure per-indexer with optional category restrictions. See #983
Feature Option to import prowlarr indexers. They will be added as separate entries with a (Prowlarr) suffix. This different than using the external tool configuration as the prowlarr indexers will be searched via prowlarr, i.e. when you search them in hydra it will call prowlarr which then calls the indexers. See #922
Feature Option to ignore load limiting for targeted API searches. See #909
Fix Correctly preselect quickfilter buttons. See #1033
Fix Remove obsolete reddit references. See #1028
Fix Indexer stats now correctly count all searches an indexer participated in, not just those where it returned results. See #1031
Fix Fix NPE when parsing Torznab responses with empty response element (e.g., from Bitmagnet). See #1030
Fix Link to comments when available instead of details page. See #1027
Note Happy new year!
v8.1.2-ls73
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/v8.1.2-ls73/index.html
LinuxServer Changes:
Full Changelog: v8.1.2-ls72...v8.1.2-ls73
Remote Changes:
v8.1.2 (2025-12-04)
Fix Fix some more memory leaks in the frontend. See #982
Fix Trying to get wtfnzb to work. Apparently they have been able to make their API even worse - searches will only return results if the query is a direct substring of the title, meaning "tv show" will not return "tv.show" results. So now I replace spaces with dots, FFS.
dev-v8.2.1-ls225
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/dev-v8.2.1-ls225/index.html
LinuxServer Changes:
No changes
Remote Changes:
v8.2.1 (2026-01-06)
Fix Fix reading prowlarr config. I've extended the tests to ensure this kind of bug doesn't happen again (the one which only appears with the released binaries, not when developing). See #1035
dev-v8.2.0-ls225
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/dev-v8.2.0-ls225/index.html
LinuxServer Changes:
No changes
Remote Changes:
v8.2.0 (2026-01-05)
Feature Add attribute whitelist filtering for indexers. Allows filtering search results by newznab attributes (e.g., subtitles). Configure per-indexer with optional category restrictions. See #983
Feature Option to import prowlarr indexers. They will be added as separate entries with a (Prowlarr) suffix. This different than using the external tool configuration as the prowlarr indexers will be searched via prowlarr, i.e. when you search them in hydra it will call prowlarr which then calls the indexers. See #922
Feature Option to ignore load limiting for targeted API searches. See #909
Fix Correctly preselect quickfilter buttons. See #1033
Fix Remove obsolete reddit references. See #1028
Fix Indexer stats now correctly count all searches an indexer participated in, not just those where it returned results. See #1031
Fix Fix NPE when parsing Torznab responses with empty response element (e.g., from Bitmagnet). See #1030
Fix Link to comments when available instead of details page. See #1027
Note Happy new year!
dev-v8.1.2-ls225
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/dev-v8.1.2-ls225/index.html
LinuxServer Changes:
Full Changelog: dev-v8.1.2-ls224...dev-v8.1.2-ls225
Remote Changes:
v8.1.2 (2025-12-04)
Fix Fix some more memory leaks in the frontend. See #982
Fix Trying to get wtfnzb to work. Apparently they have been able to make their API even worse - searches will only return results if the query is a direct substring of the title, meaning "tv show" will not return "tv.show" results. So now I replace spaces with dots, FFS.
v8.1.2-ls72
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/v8.1.2-ls72/index.html
LinuxServer Changes:
Full Changelog: v8.0.0-ls71...v8.1.2-ls72
Remote Changes:
v8.1.2 (2025-12-04)
Fix Fix some more memory leaks in the frontend. See #982
Fix Trying to get wtfnzb to work. Apparently they have been able to make their API even worse - searches will only return results if the query is a direct substring of the title, meaning "tv show" will not return "tv.show" results. So now I replace spaces with dots, FFS.
dev-v8.1.2-ls224
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/dev-v8.1.2-ls224/index.html
LinuxServer Changes:
Full Changelog: dev-v8.0.0-ls223...dev-v8.1.2-ls224
Remote Changes:
v8.1.2 (2025-12-04)
Fix Fix some more memory leaks in the frontend. See #982
Fix Trying to get wtfnzb to work. Apparently they have been able to make their API even worse - searches will only return results if the query is a direct substring of the title, meaning "tv show" will not return "tv.show" results. So now I replace spaces with dots, FFS.
v8.1.2-ls71
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/v8.1.2-ls71/index.html
LinuxServer Changes:
No changes
Remote Changes:
v8.1.2 (2025-12-04)
Fix Fix some more memory leaks in the frontend. See #982
Fix Trying to get wtfnzb to work. Apparently they have been able to make their API even worse - searches will only return results if the query is a direct substring of the title, meaning "tv show" will not return "tv.show" results. So now I replace spaces with dots, FFS.
v8.1.1-ls71
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbhydra2/v8.1.1-ls71/index.html
LinuxServer Changes:
No changes
Remote Changes:
v8.1.1 (2025-12-02)
Fix Scheduled restart didn't work (due to some complicated logic that causes installed instances behaving differently than on my developer system).
Fix Changelog entries were not prefixed with "Feature" or "Fix" lately.
Fix Prevent excessive CPU usage caused by loop searching Binsearch. See #1026
Fix Searching wtfnzb without a query didn't work.