v2.13.0
- Introduce the
IDENTITY_ALREADY_ATTACHED
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 anIDENTITY_ALREADY_ATTACHED
error instead of anINVALID_ARGUMENT
when given a provisional identity aleady attached to a permanent one.