From e73bc1509db2a8d2d7b0a4eb2167ea512407098f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 4 Mar 2025 15:05:04 +0100 Subject: [PATCH] rest-server: bump to 0.8.7-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-rest-server/Cargo.toml | 2 +- proxmox-rest-server/debian/changelog | 8 ++++++++ proxmox-rest-server/debian/control | 12 ++++++------ 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57b2083e..7926f500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ proxmox-log= { version = "0.2.5", path = "proxmox-log" } proxmox-login = { version = "0.2.0", path = "proxmox-login" } proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" } proxmox-config-digest = { version = "0.1.0", path = "proxmox-config-digest" } -proxmox-rest-server = { version = "0.8.0", path = "proxmox-rest-server" } +proxmox-rest-server = { version = "0.8.7", path = "proxmox-rest-server" } proxmox-router = { version = "3.1.0", path = "proxmox-router" } proxmox-schema = { version = "4.0.0", path = "proxmox-schema" } proxmox-section-config = { version = "2.1.0", path = "proxmox-section-config" } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 0af69ee9..8d6c3a28 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-rest-server" description = "REST server implementation" -version = "0.8.6" +version = "0.8.7" authors.workspace = true edition.workspace = true diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index 583159f9..8d7bbcdc 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-rest-server (0.8.7-1) bookworm; urgency=medium + + * support new `AsyncHttpBodyParameters` from proxmox-router + + * improve panic errors with formatted strings + + -- Proxmox Support Team Tue, 04 Mar 2025 15:04:29 +0100 + rust-proxmox-rest-server (0.8.6-1) bookworm; urgency=medium * rebuild with proxmox-schema 4.0 diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index f0011a81..b1c17414 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -21,7 +21,7 @@ Build-Depends: debhelper-compat (= 13), librust-proxmox-daemon-0.1+default-dev , librust-proxmox-lang-1+default-dev (>= 1.3-~~) , librust-proxmox-log-0.2+default-dev (>= 0.2.5-~~) , - librust-proxmox-router-3+default-dev , + librust-proxmox-router-3+default-dev (>= 3.1.0-~~) , librust-proxmox-schema-4+api-macro-dev , librust-proxmox-schema-4+default-dev , librust-proxmox-schema-4+upid-api-impl-dev , @@ -70,7 +70,7 @@ Depends: librust-proxmox-daemon-0.1+default-dev, librust-proxmox-lang-1+default-dev (>= 1.3-~~), librust-proxmox-log-0.2+default-dev (>= 0.2.5-~~), - librust-proxmox-router-3+default-dev, + librust-proxmox-router-3+default-dev (>= 3.1.0-~~), librust-proxmox-schema-4+api-macro-dev, librust-proxmox-schema-4+default-dev, librust-proxmox-schema-4+upid-api-impl-dev, @@ -100,8 +100,8 @@ Provides: librust-proxmox-rest-server-0+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8+default-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.6-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.6+default-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.7-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.8.7+default-dev (= ${binary:Version}) Description: REST server implementation - Rust source code Source code for Debianized Rust crate "proxmox-rest-server" @@ -116,7 +116,7 @@ Depends: Provides: librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8+rate-limited-stream-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.6+rate-limited-stream-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.7+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 @@ -132,7 +132,7 @@ Depends: Provides: librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8+templates-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.6+templates-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.7+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.