Skip to content

Releases: TankerHQ/sdk-js

v2.13.0

20 May 13:17
Compare
Choose a tag to compare
  • Introduce the IdentityAlreadyAttached error: this error occurs when a provisional identity is used instead of the permanent one it was attached to.
  • API breakage: attachProvisionalIdentity() and verifyProvisionalIdentity() now throw an IdentityAlreadyAttached error instead of an InvalidArgument when given a provisional identity aleady attached to a permanent one.
  • Bump Dexie to version 3
  • @tanker/client-browser is now Content Security Policy (CSP) compliant

v2.12.0

21 Apr 13:24
Compare
Choose a tag to compare

Streams

Bug fix

  • improve performance in session token verification mode

v2.11.0

31 Mar 16:44
Compare
Choose a tag to compare

v2.10.0

02 Mar 15:19
Compare
Choose a tag to compare
  • Faster operations on users and devices (identity registration, identity verification, share with users, etc.)

v2.9.1

17 Feb 17:04
Compare
Choose a tag to compare
  • Internal improvements

v2.9.0

04 Feb 10:05
Compare
Choose a tag to compare

v2.8.0

29 Jan 15:19
Compare
Choose a tag to compare

Core

  • Faster operations on existing groups (share with group, group updates...)
  • Fix error when passing duplicated resource IDs to the share() method
  • Deprecate the revokeDevice() method and the deviceRevoked event
  • Throw UpgradeRequired error when the Core SDK version used is not supported anymore
  • Drop backward compatibility with no longer supported Core SDK versions < 2.4.0
  • Add recovery when detecting unexpected cases of corrupted local data: the session is automatically stopped and the corrupted local data is wiped from the device. It is safe to start a new session and proceed to a new identity verification

v2.7.0

15 Jan 14:14
Compare
Choose a tag to compare

Core

  • Add forward compatibility for an upcoming feature that will allow removing users from groups
  • Various internal improvements and optimizations

v2.6.4

11 Dec 09:36
Compare
Choose a tag to compare

Core

  • Improve error reporting in case of fatal error when starting a session
  • Internal optimization: reduce number of API calls
  • Improve cancelation of API calls on session closing

v2.6.3

26 Nov 15:32
Compare
Choose a tag to compare

Core

  • Add UpgradeRequired error
  • Improve future compatibility. This release introduces forward compatibility needed for future releases concerning group operations. We strongly advise that you update to this version quickly so that future upgrades are done smoothly.