You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-chat/CHANGELOG.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
-
## Release History
2
-
3
-
### 1.3.0-beta.1 (Unreleased)
4
-
5
-
#### Features Added
6
-
7
-
#### Breaking Changes
8
-
9
-
#### Bugs Fixed
10
-
11
-
#### Other Changes
1
+
# Release History
2
+
## 1.3.0 (2022-08-16)
3
+
### New features
4
+
- Added `String getRawId()` and `static CommunicationIdentifier fromRawId(String rawId)` to `CommunicationIdentifier` to translate between a `CommunicationIdentifier` 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.
0 commit comments