1.3.0 (2022-08-10)
Features Added
- Added
String getRawId()
andstatic CommunicationIdentifier fromRawId(String rawId)
toCommunicationIdentifier
to translate between aCommunicationIdentifier
and its underlying canonical rawId representation. Developers can now use the rawId as an encoded format for identifiers to store in their databases or as stable keys in general.
Dependency Updates
- Upgraded
azure-core
from1.30.0
to version1.31.0
. - Upgraded
azure-communication-common
from1.1.5
to version1.2.0
.