forked from Proxmox/proxmox
109 lines
3.1 KiB
Plaintext
109 lines
3.1 KiB
Plaintext
rust-proxmox-rest-server (0.5.2-1) bookworm; urgency=medium
|
|
|
|
* support unix sockets in create_daemon
|
|
|
|
* support configuring the privileged connection
|
|
|
|
* build with proxmox-schema 3
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 13:58:01 +0100
|
|
|
|
rust-proxmox-rest-server (0.5.1-1) bookworm; urgency=medium
|
|
|
|
* do not use formatter for auth errors, instead, return HTTP 401
|
|
|
|
* include the http "status" code field in extjs formatter
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2023 11:32:17 +0100
|
|
|
|
rust-proxmox-rest-server (0.5.0-1) bookworm; urgency=medium
|
|
|
|
* refactor AcceptBuilder to provide support for optional TLS to allow adding
|
|
a Redirector to redirect HTTP to HTTPS on the same port
|
|
|
|
* accept empty body as valid parameters
|
|
|
|
* factor out task-log directory and creation
|
|
|
|
* better document task-log archive rotation
|
|
|
|
* various clippy and code complexity cleanups
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 27 Nov 2023 14:33:12 +0100
|
|
|
|
rust-proxmox-rest-server (0.4.2-1) bookworm; urgency=medium
|
|
|
|
* remove full static file path from error messages
|
|
|
|
* update to proxomx-schema 2.0
|
|
|
|
* update to proxomx-router 2.0
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:52:16 +0200
|
|
|
|
rust-proxmox-rest-server (0.4.1-1) bookworm; urgency=medium
|
|
|
|
* rest: remove full static file path from error messages to avoid triggering
|
|
some simple security scanners misinterpreting this as an actual (file
|
|
serving) HTTP server leaking their web root directory.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 27 Jun 2023 12:43:42 +0200
|
|
|
|
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
|