mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-07 15:36:08 +00:00
bump rest-server to 0.5.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
804b7e82ff
commit
a815fc4f56
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-rest-server"
|
name = "proxmox-rest-server"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -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
|
rust-proxmox-rest-server (0.5.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* refactor AcceptBuilder to provide support for optional TLS to allow adding
|
* refactor AcceptBuilder to provide support for optional TLS to allow adding
|
||||||
|
@ -97,8 +97,8 @@ Provides:
|
|||||||
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5.0-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.5.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5.0+default-dev (= ${binary:Version})
|
librust-proxmox-rest-server-0.5.1+default-dev (= ${binary:Version})
|
||||||
Description: REST server implementation - Rust source code
|
Description: REST server implementation - Rust source code
|
||||||
This package contains the source for the Rust proxmox-rest-server crate,
|
This package contains the source for the Rust proxmox-rest-server crate,
|
||||||
packaged by debcargo for use with cargo and dh-cargo.
|
packaged by debcargo for use with cargo and dh-cargo.
|
||||||
@ -114,7 +114,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
|
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+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"
|
Description: REST server implementation - feature "rate-limited-stream"
|
||||||
This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
|
This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
|
||||||
rest-server crate, by pulling in any additional dependencies needed by that
|
rest-server crate, by pulling in any additional dependencies needed by that
|
||||||
@ -130,7 +130,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
|
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+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"
|
Description: REST server implementation - feature "templates"
|
||||||
This metapackage enables feature "templates" for the Rust proxmox-rest-server
|
This metapackage enables feature "templates" for the Rust proxmox-rest-server
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user