Ratchet v0.4 Release Notes

Release Date: 2017-09-14 // over 6 years ago
    • break: $conn->WebSocket->request replaced with $conn->httpRequest which is a PSR-7 object
    • ๐Ÿ”‹ feature: Binary messages now supported via Ratchet\WebSocket\MessageComponentInterface
    • ๐Ÿ”‹ feature: Added heartbeat support via ping/pong in WsServer
    • break: No longer support old (and insecure) Hixie76 and Hybi protocols
    • break: No longer support disabling UTF-8 checks
    • break: The Session component implements HttpServerInterface instead of WsServerInterface
    • break: PHP 5.3 no longer supported
    • break: Update to newer version of react/socket dependency
    • break: WAMP topics reduced to 0 subscriptions are deleted, new subs to same name will result in new Topic instance
    • ๐Ÿ”‹ feature: Significant performance enhancements

    ๐Ÿ“„ An additional page has been added to the website for migrating from 0.3