From: Wolfgang Bumiller Date: Tue, 28 Nov 2023 10:32:25 +0000 (+0100) Subject: bump rest-server to 0.5.1-1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a815fc4f5644e533b5376dc6227f443b18beb612;p=proxmox.git bump rest-server to 0.5.1-1 Signed-off-by: Wolfgang Bumiller --- diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 7a42281e..b41d0ca0 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-rest-server" -version = "0.5.0" +version = "0.5.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index 3cf5f8c9..bb1d3539 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-rest-server (0.5.1-1) bookworm; urgency=medium + + * do not use formatter for auth errors, instead, return HTTP 401 + + * include the http "status" code field in extjs formatter + + -- Proxmox Support Team Tue, 28 Nov 2023 11:32:17 +0100 + rust-proxmox-rest-server (0.5.0-1) bookworm; urgency=medium * refactor AcceptBuilder to provide support for optional TLS to allow adding diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index 1c4ed485..4e3faee0 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -97,8 +97,8 @@ Provides: librust-proxmox-rest-server-0+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0.5-dev (= ${binary:Version}), librust-proxmox-rest-server-0.5+default-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.0-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.0+default-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.5.1-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.5.1+default-dev (= ${binary:Version}) Description: REST server implementation - Rust source code This package contains the source for the Rust proxmox-rest-server crate, packaged by debcargo for use with cargo and dh-cargo. @@ -114,7 +114,7 @@ Depends: Provides: librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-rest-server-0.5+rate-limited-stream-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.0+rate-limited-stream-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.5.1+rate-limited-stream-dev (= ${binary:Version}) Description: REST server implementation - feature "rate-limited-stream" This metapackage enables feature "rate-limited-stream" for the Rust proxmox- rest-server crate, by pulling in any additional dependencies needed by that @@ -130,7 +130,7 @@ Depends: Provides: librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}), librust-proxmox-rest-server-0.5+templates-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.0+templates-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.5.1+templates-dev (= ${binary:Version}) Description: REST server implementation - feature "templates" This metapackage enables feature "templates" for the Rust proxmox-rest-server crate, by pulling in any additional dependencies needed by that feature.