proxmox/proxmox-rest-server/debian/changelog
Wolfgang Bumiller 89eaf83755 bump proxmox-rest-server to 0.3.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-03-02 16:14:04 +01:00

50 lines
1.3 KiB
Plaintext

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