2023-05-23 11:59:54 +02:00
rust-proxmox-rest-server (0.4.0-1) bookworm; urgency=medium
* update proxmox-sys dependency to 0.5.0
* rebuild for Debian 12 bookworm release series
-- Proxmox Support Team <support@proxmox.com> Tue, 23 May 2023 11:59:15 +0200
2023-01-30 11:32:29 +01:00
rust-proxmox-rest-server (0.3.0-1) stable; urgency=medium
* make socketpair private
* add PeerAddr trait for connection building
* make handle_request a method of ApiConfig
* make handlebars an optional feature
* turn ApiConfig into a builder
* drop Router from ApiConfig
* drop ServerAdapter trait in favor of separate ApiConfig builder methods
* add rate-limited-stream feature
* add TlsAcceptorBuilder to build `SslAcceptor` instances
* add AcceptBuilder to build `hyper::server::accept::Accept` instances
* TlsAcceptorBuilder can build self-signed certificates if none are provided
-- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2023 11:29:28 +0100
2023-02-10 10:35:24 +01:00
rust-proxmox-rest-server (0.2.2-1) stable; urgency=medium
* add handle_worker
-- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2023 10:33:51 +0100
2023-01-05 12:15:14 +01:00
rust-proxmox-rest-server (0.2.1-1) stable; urgency=medium
* update to OwnedFd
* move common metadata to workspace
* use workspace dependencies
* update nix to 0.26
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Jan 2023 12:14:24 +0100
2022-10-11 14:47:35 +02:00
rust-proxmox-rest-server (0.2.0-1) stable; urgency=medium
* initial split out of proxmox-backup workspace
-- Proxmox Support Team <support@proxmox.com> Tue, 11 Oct 2022 14:16:40 +0200