]> git.proxmox.com Git - proxmox.git/blob - proxmox-rest-server/debian/changelog
bb1d3539351dff00bb56a62c793d6426472bd083
[proxmox.git] / proxmox-rest-server / debian / changelog
1 rust-proxmox-rest-server (0.5.1-1) bookworm; urgency=medium
2
3 * do not use formatter for auth errors, instead, return HTTP 401
4
5 * include the http "status" code field in extjs formatter
6
7 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2023 11:32:17 +0100
8
9 rust-proxmox-rest-server (0.5.0-1) bookworm; urgency=medium
10
11 * refactor AcceptBuilder to provide support for optional TLS to allow adding
12 a Redirector to redirect HTTP to HTTPS on the same port
13
14 * accept empty body as valid parameters
15
16 * factor out task-log directory and creation
17
18 * better document task-log archive rotation
19
20 * various clippy and code complexity cleanups
21
22 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Nov 2023 14:33:12 +0100
23
24 rust-proxmox-rest-server (0.4.2-1) bookworm; urgency=medium
25
26 * remove full static file path from error messages
27
28 * update to proxomx-schema 2.0
29
30 * update to proxomx-router 2.0
31
32 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:52:16 +0200
33
34 rust-proxmox-rest-server (0.4.1-1) bookworm; urgency=medium
35
36 * rest: remove full static file path from error messages to avoid triggering
37 some simple security scanners misinterpreting this as an actual (file
38 serving) HTTP server leaking their web root directory.
39
40 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jun 2023 12:43:42 +0200
41
42 rust-proxmox-rest-server (0.4.0-1) bookworm; urgency=medium
43
44 * update proxmox-sys dependency to 0.5.0
45
46 * rebuild for Debian 12 bookworm release series
47
48 -- Proxmox Support Team <support@proxmox.com> Tue, 23 May 2023 11:59:15 +0200
49
50 rust-proxmox-rest-server (0.3.0-1) stable; urgency=medium
51
52 * make socketpair private
53
54 * add PeerAddr trait for connection building
55
56 * make handle_request a method of ApiConfig
57
58 * make handlebars an optional feature
59
60 * turn ApiConfig into a builder
61
62 * drop Router from ApiConfig
63
64 * drop ServerAdapter trait in favor of separate ApiConfig builder methods
65
66 * add rate-limited-stream feature
67
68 * add TlsAcceptorBuilder to build `SslAcceptor` instances
69
70 * add AcceptBuilder to build `hyper::server::accept::Accept` instances
71
72 * TlsAcceptorBuilder can build self-signed certificates if none are provided
73
74 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2023 11:29:28 +0100
75
76 rust-proxmox-rest-server (0.2.2-1) stable; urgency=medium
77
78 * add handle_worker
79
80 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2023 10:33:51 +0100
81
82 rust-proxmox-rest-server (0.2.1-1) stable; urgency=medium
83
84 * update to OwnedFd
85
86 * move common metadata to workspace
87
88 * use workspace dependencies
89
90 * update nix to 0.26
91
92 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Jan 2023 12:14:24 +0100
93
94 rust-proxmox-rest-server (0.2.0-1) stable; urgency=medium
95
96 * initial split out of proxmox-backup workspace
97
98 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Oct 2022 14:16:40 +0200