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