bump rest-server to 0.5.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2023-11-28 11:32:25 +01:00
parent 804b7e82ff
commit a815fc4f56
3 changed files with 13 additions and 5 deletions

View File

@ -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

View File

@ -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 <support@proxmox.com> 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

View File

@ -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.