forked from Proxmox/proxmox
c531c314c6
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|