Hi all,
I just created a tag pywebsocket-0.8 meaning release of version 0.8. Please update your copy by exporting from the tag or updating your checkout of trunk to r795.
----
Tar ball
We won't provide tar ball any more at the Downloads page. Please run the following command by yourself if you need a tar ball as before.
$ cd tmp
$ tar zcf mod_pywebsocket-0.8.tar.gz pywebsocket-0.8
That's all what we did when releasing tar balls. There's no special QA process we run for pywebsocket. We've been just making a tag periodically when there's no active development that may introduce bugs.
----
Summary of changes from 0.7.9
New features
jj
Feature removal
- HyBi 08 protocol support
- deflate-stream support
Other changes
- Some of compression extensions processors were renamed
Bug fixes
- Client cert info printing
- DEFLATE ratio (for logging) calculation code
Documentation
- Instruction about configuring extension processors was added to the pydoc
Changes in the example directory
- Added an XHR benchmark tool
- New handler example: cookie_wsh.py
- console.html: Now extensions attribute is printed on open
- echo_client.py
-- Added permessage-deflate support
-- Exit when an extension is enabled and an old protocol is specified