]> git.proxmox.com Git - pve-http-server.git/blob - debian/changelog
bc94633f39e6fa8b2d6ae94c725e50e78cda9335
[pve-http-server.git] / debian / changelog
1 libpve-http-server-perl (4.0-3) bullseye; urgency=medium
2
3 * anyevent: move unlink from http-server to endpoint
4
5 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Oct 2021 10:18:12 +0200
6
7 libpve-http-server-perl (4.0-2) pve pmg; urgency=medium
8
9 * AnyEvent/websocket_proxy: remove 'base64' handling
10
11 * AnyEvent/websocket_proxy: drop handling of websocket subprotocols
12
13 -- Proxmox Support Team <support@proxmox.com> Tue, 18 May 2021 10:19:00 +0200
14
15 libpve-http-server-perl (4.0-1) bullseye; urgency=medium
16
17 * rebuild for Debian 11 Bullseye based releases
18
19 -- Proxmox Support Team <support@proxmox.com> Fri, 14 May 2021 16:37:34 +0200
20
21 libpve-http-server-perl (3.2-2) pve pmg; urgency=medium
22
23 * access control: correctly match v4-mapped-v6 addresses
24
25 * access control: also match any IPv6 in 'ALL'
26
27 -- Proxmox Support Team <support@proxmox.com> Fri, 07 May 2021 17:49:34 +0200
28
29 libpve-http-server-perl (3.2-1) pve pmg; urgency=medium
30
31 * allow 'download' to be passed from API handler
32
33 * utils: add LISTEN_IP option in proxy configuration
34
35 * support streaming data form a file handle to a client
36
37 * allow stream download from path and over short-cutted pvedaemon-proxy
38
39 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Apr 2021 13:54:04 +0200
40
41 libpve-http-server-perl (3.1-1) pve pmg; urgency=medium
42
43 * accept connection phase: fix connection count leak
44
45 * accept connection phase: immediately close socket on early error
46
47 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2020 08:39:36 +0100
48
49 libpve-http-server-perl (3.0-6) pve pmg; urgency=medium
50
51 * fix #2766: allow application/json as content-type for post/put requests
52
53 * increase maximal accepted header count to 64. Modern browsers and proxy
54 combinations can exceed the old limit of 30. The maximal accumulated total
55 header size of 8 KiB stays untouched.
56
57 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Jul 2020 09:42:39 +0200
58
59 libpve-http-server-perl (3.0-5) pve pmg; urgency=medium
60
61 * partially fix #2618: use new unified spice port range helper from
62 pve-common, increases maximum proxy port for spice to 61999
63
64 * Websocket: implement ping/pong from RFC
65
66 * Websocket: performance improvements
67
68 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2020 16:12:45 +0100
69
70 libpve-http-server-perl (3.0-4) pve pmg; urgency=medium
71
72 * allow ticket in 'Authorization' header as fallback
73
74 * api-server: extract, set and handle API token header
75
76 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2020 09:32:04 +0100
77
78 libpve-http-server-perl (3.0-3) pve pmg; urgency=medium
79
80 * send_file_start: allow to pass a open fh and content-type
81
82 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Oct 2019 11:25:12 +0200
83
84 libpve-http-server-perl (3.0-2) pve pmg; urgency=medium
85
86 * decode_urlencoded: cope with undefined values
87
88 * anyevent: rpcenv is optional and from our child instance
89
90 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:30:23 +0200
91
92 libpve-http-server-perl (3.0-1) pve pmg; urgency=medium
93
94 * rebuild for Debian Buster / PVE 6.0
95
96 * update jQuery to 3.4.1
97
98 * update Bootstrap to 3.4.1
99
100 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:35:00 +0200
101
102 libpve-http-server-perl (2.0-13) unstable; urgency=medium
103
104 * tls: make dh to openssl 1.1 compatible
105
106 * store Host header in rpc environment
107
108 * forward Host header in proxy_request
109
110 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:55:44 +0200
111
112 libpve-http-server-perl (2.0-12) unstable; urgency=medium
113
114 * Allow one to specify 'honor_cipher_order' and 'compression' parameters
115
116 * move read_proxy_conf from PVE::API2Tools to new PVE::ApiServer::Utils module
117
118 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Feb 2019 07:07:31 +0100
119
120 libpve-http-server-perl (2.0-11) unstable; urgency=medium
121
122 * fix #1935: spice proxy: read empty line after 200 OK
123
124 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Sep 2018 10:41:22 +0200
125
126 libpve-http-server-perl (2.0-10) unstable; urgency=medium
127
128 * fix #1869: send correct http response in spice proxy
129
130 * websocket: set $max_payload_size = 128*1024; (131072)
131
132 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Aug 2018 08:29:53 +0200
133
134 libpve-http-server-perl (2.0-9) unstable; urgency=medium
135
136 * Fix #1684 WebSocket proxy behind a buffered proxy
137
138 -- Proxmox Support Team <support@proxmox.com> Mon, 28 May 2018 10:33:41 +0200
139
140 libpve-http-server-perl (2.0-8) unstable; urgency=medium
141
142 * auth_handler: handle exceptions correctly instead of always returning 401
143
144 * add 'map' filetype to http-server
145
146 * do not send websocket status code to port
147
148 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 15:35:34 +0100
149
150 libpve-http-server-perl (2.0-7) unstable; urgency=medium
151
152 * add content type application/x-compressed-tar
153
154 * allow API calls to download file contents
155
156 * build: reformat debian/control
157
158 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:05:17 +0100
159
160 libpve-http-server-perl (2.0-6) unstable; urgency=medium
161
162 * pass $format to rest_handler()
163
164 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 12:05:42 +0200
165
166 libpve-http-server-perl (2.0-5) unstable; urgency=medium
167
168 * add json/mp3/oga/svg MIME types for the new novnc
169
170 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Jun 2017 12:49:02 +0200
171
172 libpve-http-server-perl (2.0-4) unstable; urgency=medium
173
174 * assume all parameters are utf8 encoded
175
176 -- Proxmox Support Team <support@proxmox.com> Tue, 02 May 2017 11:55:21 +0200
177
178 libpve-http-server-perl (2.0-3) unstable; urgency=medium
179
180 * avoid locale specific time stamps
181
182 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:43:29 +0200
183
184 libpve-http-server-perl (2.0-2) unstable; urgency=medium
185
186 * fix #1332: allow ECDHE with all supported curves
187
188 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Apr 2017 15:11:38 +0200
189
190 libpve-http-server-perl (2.0-1) unstable; urgency=medium
191
192 * bump version for debian stretch
193
194 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 08:50:55 +0100
195
196 libpve-http-server-perl (1.0-4) unstable; urgency=medium
197
198 * add debian triggers file
199
200 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Jan 2017 16:36:47 +0100
201
202 libpve-http-server-perl (1.0-3) unstable; urgency=medium
203
204 * console-demo.pl: add a more complex demo
205
206 * call Net::SSLeay::ERR_clear_error after all handlers
207
208 * avoid warnings when clients disconnects early
209
210 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Jan 2017 16:19:20 +0100
211
212 libpve-http-server-perl (1.0-2) unstable; urgency=medium
213
214 * simple-demo.pl: simple demo server for testing
215
216 * extract_auth_cookie: always call uri_unescape($ticket)
217
218 * use canonical flag for json format
219
220 * remove base_handler_class from required arguments
221
222 * remove all references to rpcenv
223
224 * include jquery and bootstrap
225
226 * new helper add_dirs
227
228 * add new hook function to generate CSRF token
229
230 * add generic formatter framework
231
232 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jan 2017 18:39:21 +0100
233
234 libpve-http-server-perl (1.0-1) unstable; urgency=medium
235
236 * first try
237
238 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jan 2017 12:47:07 +0100
239