Skip to content

12.4.0

Compare
Choose a tag to compare
@zendesk-ops-ci zendesk-ops-ci released this 28 Oct 11:20
· 3 commits to master since this release

This minor version contains:

  • Added method resetLastKnownAuthenticatedUser which allows to reset the last known authenticated user from persistence. Please note that this function must be called before the initialization.
  • The existing method forgetLastKnownUserForAppId has been deprecated. This change is made in favor of the new resetLastKnownAuthenticatedUser method. Please note that the appId parameter is no longer utilized, streamlining the process of the two methods.
  • Updated the implementation of the WebSocket connection to enhance stability.