diff --git a/Cargo.toml b/Cargo.toml index 3fb8d1c1..2f59162d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ proxmox-log= { version = "0.1.0", path = "proxmox-log" } proxmox-login = { version = "0.1.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.5.4", path = "proxmox-rest-server" } +proxmox-rest-server = { version = "0.6.0", path = "proxmox-rest-server" } proxmox-router = { version = "2.1.5", path = "proxmox-router" } proxmox-schema = { version = "3.1.1", path = "proxmox-schema" } proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 6c344874..c85d8b82 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.4" +version = "0.6.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index 6027886d..acb21dca 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-rest-server (0.6.0-1) bookworm; urgency=medium + + * switch to WorkerTaskContext from new proxmox-worker-task crate + + * switch to tracing infrastructure from new proxmox-log crate + + * drop FileLogger implementation + + * upgrade proxmox-sys to 6.0 + + -- Proxmox Support Team Thu, 11 Jul 2024 15:10:25 +0200 + rust-proxmox-rest-server (0.5.4-1) bookworm; urgency=medium * fix #5105: improve TLS handshake detection diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index fc65e3c5..4e897d33 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -22,14 +22,16 @@ Build-Depends: debhelper (>= 12), librust-proxmox-compression-0.2+default-dev (>= 0.2.3-~~) , librust-proxmox-io-1+default-dev (>= 1.1.0-~~) , librust-proxmox-lang-1+default-dev (>= 1.3-~~) , + librust-proxmox-log-0.1+default-dev , librust-proxmox-router-2+default-dev (>= 2.1.5-~~) , librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) , librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) , librust-proxmox-schema-3+upid-api-impl-dev (>= 3.1.1-~~) , - librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~) , - librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.7-~~) , - librust-proxmox-sys-0.5+timer-dev (>= 0.5.7-~~) , + librust-proxmox-sys-0.6+default-dev , + librust-proxmox-sys-0.6+logrotate-dev , + librust-proxmox-sys-0.6+timer-dev , librust-proxmox-time-2+default-dev , + librust-proxmox-worker-task-0.1+default-dev , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev , @@ -40,6 +42,7 @@ Build-Depends: debhelper (>= 12), librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~) , librust-tokio-stream-0.1+default-dev , librust-tower-service-0.3+default-dev , + librust-tracing-0.1+default-dev , librust-url-2+default-dev (>= 2.2-~~) Maintainer: Proxmox Support Team Standards-Version: 4.6.2 @@ -69,14 +72,16 @@ Depends: librust-proxmox-compression-0.2+default-dev (>= 0.2.3-~~), librust-proxmox-io-1+default-dev (>= 1.1.0-~~), librust-proxmox-lang-1+default-dev (>= 1.3-~~), + librust-proxmox-log-0.1+default-dev, librust-proxmox-router-2+default-dev (>= 2.1.5-~~), librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~), librust-proxmox-schema-3+default-dev (>= 3.1.1-~~), librust-proxmox-schema-3+upid-api-impl-dev (>= 3.1.1-~~), - librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~), - librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.7-~~), - librust-proxmox-sys-0.5+timer-dev (>= 0.5.7-~~), + librust-proxmox-sys-0.6+default-dev, + librust-proxmox-sys-0.6+logrotate-dev, + librust-proxmox-sys-0.6+timer-dev, librust-proxmox-time-2+default-dev, + librust-proxmox-worker-task-0.1+default-dev, librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, @@ -87,6 +92,7 @@ Depends: librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~), librust-tokio-stream-0.1+default-dev, librust-tower-service-0.3+default-dev, + librust-tracing-0.1+default-dev, librust-url-2+default-dev (>= 2.2-~~) Suggests: librust-proxmox-rest-server+rate-limited-stream-dev (= ${binary:Version}), @@ -95,10 +101,10 @@ Provides: librust-proxmox-rest-server+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0-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+default-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.4-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.4+default-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.6-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.6+default-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.6.0-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.6.0+default-dev (= ${binary:Version}) Description: REST server implementation - Rust source code Source code for Debianized Rust crate "proxmox-rest-server" @@ -112,8 +118,8 @@ Depends: librust-proxmox-http-0.9+rate-limited-stream-dev (>= 0.9.2-~~) 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.4+rate-limited-stream-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.6+rate-limited-stream-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.6.0+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 @@ -128,8 +134,8 @@ Depends: librust-handlebars-3+default-dev 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.4+templates-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.6+templates-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.6.0+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.