From b7944392529e0284ecc8bca1fb2a9feea23ec2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 20 Jun 2013 15:59:15 +0200 Subject: Update CHANGELOG --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 478a9a0..d7caabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,44 @@ CHANGELOG ========= +0.8.6 +----- + + * Make sure Cowboy compiles on R16B01 + + * Update Ranch to 0.8.4 + + * Add experimental support for the x-webkit-deflate-frame Websocket extension + + This allows Cowboy to handle compressed Websocket frames, + lowering the amount of data that needs to be sent over the + socket. + + The extension will only be used if compression was enabled + using the `compress` protocol option. + + * Add experimental SPDY support + + SPDY is a new protocol implemented by most browsers. It is + the basis for what will become HTTP/2.0. + + To use SPDY, you need to call `start_spdy` where you would + have used `start_https` before. + + This protocol is still incomplete. It cannot accept request + bodies yet, making most methods other than GET and HEAD + not too useful at this point. + + * Allow an empty method list in allowed_methods + + * The charset parameter of content-types is now always lowercase + + * Don't overwrite the stacktrace when a REST handler crashes + + * Don't crash when the Cookie header is empty + + * Don't crash on invalid Accept-Encoding header when replying + 0.8.5 ----- -- cgit v1.2.3