release: v1.4.4 - #86
Merged
Merged
Conversation
Ships the SABnzbd API compliance fixes (#65, #71-#77): addurl now works over GET, priority numeric codes match SABnzbd's real mapping, mode=queue&name=priority/rename/purge are routed correctly, get_cats/ get_scripts match the real protocol response shape, queue/history delete and change_cat accept comma-separated multi-ID values, and a durable HTTP-level e2e compliance suite now guards this surface against future drift. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
thedancingdeveloper
enabled auto-merge (squash)
August 11, 2026 11:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ships the SABnzbd API compliance fixes from #65 and #71-#77:
addurlnow works over GET (not just POST) so category/priority/password are honored when a client adds a search result directly.-1/0/1/2/-100) now match SABnzbd's real mapping (Low/Normal/High/Force/Default).mode=queue&name=priority/rename/purgeare routed to the real sub-command handlers instead of silently falling through to a queue listing.get_cats/get_scriptsmatch the real protocol response shape ("*"sentinel,["None"]).change_cataccept comma-separated multi-IDvalue; history delete honorsdel_files.apps/rustnzb/tests/sab_compliance_e2e.rs) now guards this surface against future drift, and caught one more pre-existing bug (set_job_priorityneeded an exact job-id match, not the truncatednzo_idclients send) along the way.Test plan
mainpost-merge:rust(fmt/clippy/cargo test --workspace),e2e,frontendall green.cargo check -p rustnzb --locked— clean with the bumped lockfiles.🤖 Generated with Claude Code