Releases: TankerHQ/sdk-rust
Releases · TankerHQ/sdk-rust
v2.28.0
v2.27.0
v2.26.0
v2.25.0
Local storage
- API breakage:
Options
' constructor'swritable_path
has been replaced bypersistent_path
andcache_path
. They allow separating permanent device keys from the cache. - Upgrading to this version will force a verification on all devices.
Misc improvements
- Improved error reporting when using invalid identities.
- Tanker's state is now
Stopped
after aConflict
onverify_identity
.
v2.24.0
Pre-verified verification methods
It is now possible to use pre-verified verification methods with set_verification_method, see the dedicated guide.
Error Handling
- Correctly throw
PreconditionFailed
instead ofInternalError
when using 2FA without activating the feature beforehand.