From a815fc4f5644e533b5376dc6227f443b18beb612 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 28 Nov 2023 11:32:25 +0100 Subject: [PATCH] bump rest-server to 0.5.1-1 Signed-off-by: Wolfgang Bumiller --- proxmox-rest-server/Cargo.toml | 2 +- proxmox-rest-server/debian/changelog | 8 ++++++++ proxmox-rest-server/debian/control | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) 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.