Skip to content

v3.0.0

Compare
Choose a tag to compare
@francisco-tanker francisco-tanker released this 02 Sep 13:45
· 111 commits to master since this release

Version v2.30.0 introduced forward compatibility for padded encryption scheme. Make sure your end users use at least v2.30.0 before upgrading to v3.0.0.

Padded Encryption

Tanker now uses a padded symmetric encryption scheme by default. Adding padding to encrypted data aims at hiding the length of the clear message, see the dedicated guide.

Remove UMD build

We no longer ship the fully bundled UMD build of the JS SDK for @tanker/client-browser.

Remove device APIs

  • Remove the device_id() function
  • Remove the device_list() function
  • Remove DeviceRevoked error