Faye v0.8.9 Release Notes

Release Date: 2013-02-26 // about 11 years ago
    • Specify ciphers for SSL on Node to mitigate the BEAST attack
    • Mitigate increased risk of socket hang-up errors in Node v0.8.20
    • ๐Ÿ›  Fix race condition when processing outgoing extensions in the Node server
    • ๐Ÿ›  Fix problem loading the client script when using {mount: '/'}
    • Clean up connection objects when a WebSocket is re-used with a new clientId
    • All JavaScript code now runs in strict mode
    • Select transport on handshake, instead of on client creation to allow time for disable() calls
    • Do not speculatively open WebSocket/EventSource connections if they are disabled
    • Gracefully handle WebSocket messages with no data on the client side
    • Close and reconnect WebSocket when onerror is fired, not just when onclose is fired
    • ๐Ÿ›  Fix problem with caching of EventSource connections with stale clientIds
    • ๐Ÿ“œ Don't parse query strings when checking if a URL is same-origin or not