- initial support for WAMPv2
- support WebSocket (and WAMP) over Twisted endpoints
- various new examples
- fix Flash policy factory
- Twisted reactor is no longer imported on module level (but lazy)
- optimize pure Python UTF8 validator (10-20% speedup on PyPy)
- opening handshake traffic stats (per-open stats)
- add multicore echo example
- fixes with examples of streaming mode
- fix zero payload in streaming mode
- support latest
permessage-deflatedraft - allow controlling memory level for zlib /
permessage-deflate - updated reference, moved to Readthedocs
- fixes #157 (a WAMP-CRA timing attack - very, very unlikely to be exploitable, but anyway)
- symmetric RPCs (server-to-client calls)
- WebSocket compression, client and server,
permessage-deflate,permessage-bzip2andpermessage-snappy onConnectis allowed to return Deferreds now- custom publication and subscription handler are allowed to return Deferreds now
- support for explicit proxies
- default protocol version now is RFC6455
- option to use salted passwords for authentication with WAMP-CRA
- automatically use
ultrajsonacceleration package for JSON processing when available - automatically use
wsaccelacceleration package for WebSocket masking and UTF8 validation when available - allow setting and getting of custom HTTP headers in WebSocket opening handshake
- various new code examples
- various documentation fixes and improvements
- base version when we started to maintain a changelog