From da8fdea63287ae45bf7f2180bd365c8c4ccba2a3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Mar 2025 14:44:17 +0100 Subject: [PATCH] rest-server: bump to 0.8.8-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-rest-server/Cargo.toml | 2 +- proxmox-rest-server/debian/changelog | 14 +++++++++++++ proxmox-rest-server/debian/control | 30 ++++++++++++++-------------- 4 files changed, 31 insertions(+), 17 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1fcf725..268b39eb 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.7", path = "proxmox-rest-server" } +proxmox-rest-server = { version = "0.8.8", path = "proxmox-rest-server" } proxmox-router = { version = "3.1.1", 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 8d6c3a28..ffbd925a 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.7" +version = "0.8.8" authors.workspace = true edition.workspace = true diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index 8d7bbcdc..8c175c84 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-rest-server (0.8.8-1) bookworm; urgency=medium + + * worker task: include context in state error message + + * bypass log filters when writing worker task result messages + + * fix private intra doc links + + * clippy lint fixups + + * preparations for edition 2024 + + -- Proxmox Support Team Thu, 20 Mar 2025 14:44:07 +0100 + rust-proxmox-rest-server (0.8.7-1) bookworm; urgency=medium * support new `AsyncHttpBodyParameters` from proxmox-router diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index b1c17414..7743d00f 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -2,9 +2,9 @@ Source: rust-proxmox-rest-server Section: rust Priority: optional Build-Depends: debhelper-compat (= 13), - dh-sequence-cargo, - cargo:native , - rustc:native (>= 1.80) , + dh-sequence-cargo +Build-Depends-Arch: cargo:native , + rustc:native (>= 1.82) , libstd-rust-dev , librust-anyhow-1+default-dev , librust-futures-0.3+default-dev , @@ -21,13 +21,13 @@ 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 (>= 3.1.0-~~) , + librust-proxmox-router-3+default-dev (>= 3.1.1-~~) , librust-proxmox-schema-4+api-macro-dev , librust-proxmox-schema-4+default-dev , librust-proxmox-schema-4+upid-api-impl-dev , - librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~) , - librust-proxmox-sys-0.6+logrotate-dev (>= 0.6.5-~~) , - librust-proxmox-sys-0.6+timer-dev (>= 0.6.5-~~) , + librust-proxmox-sys-0.6+default-dev (>= 0.6.6-~~) , + librust-proxmox-sys-0.6+logrotate-dev (>= 0.6.6-~~) , + librust-proxmox-sys-0.6+timer-dev (>= 0.6.6-~~) , librust-proxmox-time-2+default-dev , librust-proxmox-worker-task-0.1+default-dev , librust-regex-1+default-dev (>= 1.5-~~) , @@ -70,13 +70,13 @@ 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 (>= 3.1.0-~~), + librust-proxmox-router-3+default-dev (>= 3.1.1-~~), librust-proxmox-schema-4+api-macro-dev, librust-proxmox-schema-4+default-dev, librust-proxmox-schema-4+upid-api-impl-dev, - librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~), - librust-proxmox-sys-0.6+logrotate-dev (>= 0.6.5-~~), - librust-proxmox-sys-0.6+timer-dev (>= 0.6.5-~~), + librust-proxmox-sys-0.6+default-dev (>= 0.6.6-~~), + librust-proxmox-sys-0.6+logrotate-dev (>= 0.6.6-~~), + librust-proxmox-sys-0.6+timer-dev (>= 0.6.6-~~), librust-proxmox-time-2+default-dev, librust-proxmox-worker-task-0.1+default-dev, librust-regex-1+default-dev (>= 1.5-~~), @@ -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.7-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.7+default-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.8-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.8.8+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.7+rate-limited-stream-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.8+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.7+templates-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.8+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.