Skip to content

v2.2.5

Compare
Choose a tag to compare
@jeremad jeremad released this 15 Jan 16:20
· 1642 commits to master since this release

Core

  • Internal performance improvements
  • Simplify revocation handling in Tanker apps. Before version 2.2.5, you had to subscribe to the deviceRevoked event and handle the revocation in a callback. Starting with this release, this is no longer necessary. Instead, calling any encryption method on Tanker while the device is revoked will throw a new DeviceRevoked exception, trigger the deviceRevoked event, and close the session.