Category: Notifications
Summary: Support for WebSocket version 8 and older will be removed from the notification channel WebSocket endpoint. All clients must be compatible with the finalized WebSocket version 13 defined in RFC 6455.
Context: We are updating our WebSocket service libraries to a new version that has dropped support for the WebSocket draft versions. Versions 8 and older were drafts for the WebSocket standard that were deprecated in 2011 when the standard was finalized.
Impact: All web browsers support the finalized WebSocket version, so it should not affect the vast majority of users. This may impact a small number of non-browser clients that are using older WebSocket libraries which do not support the finalized standard. These clients must be updated to a newer version with proper support for WebSocket version 13. This can be validated by checking the Sec-WebSocket-Version header that is sent with the WebSocket connection HTTP request. The value must be 13.
Date of Change: Not before 27 Jan 2020