Skip to content

v12.0.0

Compare
Choose a tag to compare
@jondubois jondubois released this 29 Apr 18:59
· 189 commits to master since this release

Breaking changes:

  • The 'authenticate' event will now also trigger when the authToken changes (not just the first time) - This change was done so that the client side SCSocket would be more consistent with the behavior of the server side SCSocket. This change affects scenarios where one user's authToken overrides a previously logged in user's authToken (e.g. If a new user logs in while another user account is already logged into the same machine/browser).
  • The authTokenChange event was removed; this event is no longer necessary since it is now equivalent to listening to both the authenticate and deauthenticate events.