v2.13.0
- 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()
andverifyProvisionalIdentity()
now throw anIdentityAlreadyAttached
error instead of anInvalidArgument
when given a provisional identity aleady attached to a permanent one.