All Versions
11
Latest Version
Avg Release Cycle
246 days
Latest Release
1719 days ago

Changelog History
Page 2

  • v0.3.0 Changes

    October 14, 2013
    • ๐Ÿ”‹ feature: Added the App class to help making Ratchet so easy to use it's silly
    • break: Require hostname to do HTTP Host header match and do Origin HTTP header check, verify same name by default, helping prevent CSRF attacks
    • ๐Ÿ”‹ feature: Added Symfony/2.2 based HTTP Router component to allowing for a single Ratchet server to handle multiple apps -> Ratchet\Http\Router
    • break: Decoupled HTTP from WebSocket component -> Ratchet\Http\HttpServer
    • ๐Ÿ›  fix: Single sub-protocol selection to conform with RFC6455
    • ๐Ÿ›  fix: Sanity checks on WAMP protocol to prevent errors