Skip to content

Releases: ratchetphp/Ratchet

Spring Cleaning

27 May 02:44
Compare
Choose a tag to compare
  • feature: Added query parameter support to Router, set in HTTP request (ws://server?hello=world)
  • feature: HHVM compatibility
  • fix: React/0.4 support; CPU starvation bug fixes
  • fix: Allow App::route to ignore Host header
  • feature/fix: Added expected filters to WAMP Topic broadcast method
  • fix: Resource cleanup in WAMP TopicManager

Canadian Turkey Bacon

14 Oct 14:45
Compare
Choose a tag to compare
  • 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