From 113be9e05550a1c92d7b702618af5730248c64c8 Mon Sep 17 00:00:00 2001 From: TheDancingDeveloper Date: Tue, 11 Aug 2026 11:06:48 +0000 Subject: [PATCH] release: v1.4.4 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 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- desktop/src-tauri/Cargo.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c173c64..73d2844 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "mock-nntp-server" -version = "1.4.3" +version = "1.4.4" dependencies = [ "anyhow", "clap", @@ -2900,7 +2900,7 @@ dependencies = [ [[package]] name = "rustnzb" -version = "1.4.3" +version = "1.4.4" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 48c449d..9dd2c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default-members = ["apps/rustnzb"] exclude = ["benchnzb", "desktop"] [workspace.package] -version = "1.4.3" +version = "1.4.4" edition = "2024" license = "MIT" diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index f5aded7..8146f96 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -4444,7 +4444,7 @@ dependencies = [ [[package]] name = "rustnzb" -version = "1.4.3" +version = "1.4.4" dependencies = [ "anyhow", "axum 0.8.9",