* maintenance release with some smaller bug fixes * use ujson for WAMP when available * reduce WAMP ID space to [0, 2**31-1] * deactivate Twisted plugin cache recaching in `setup.py`
* do not try to fire onClose on a session that never existed in the first place (fixes 316) * various doc fixes * fix URI decorator component handling (PR 309) * fix "standalone" argument to ApplicationRunner
* refactor router code to Crossbar.io * fix: catch error when Nagle cannot be set on stream transport (UDS) * fix: spelling in doc strings / docs * fix: WAMP JSON serialization of Unicode for ujson * fix: Twisted plugins issue
* feature: WebSocket origin checking * feature: allow to disclose caller transport level info * fix: Python 2.6 compatibility * fix: handling of WebSocket close frame in a corner-case