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
Update readme, changelog, add back some previous changes
Add SendChatMessageResult converting to messageId changes back
Add renaming updateChatThread to updateTopic back
Add renaming UpdateChatThreadRequest to UpdateTopicRequest back
Update README
Update CHANGELOG
Co-authored-by: Marc Ma <[email protected]>
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-chat/CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,19 @@
11
11
12
12
### Breaking Changes
13
13
- Chat client is split into chatClient and chatThreadClient
14
-
- Rename member and threadMember to participant
15
14
- Add participants API changed with a /:add at the end
16
15
- Remove priority in message
16
+
- Change request and response types to more specific types
17
+
- listChatParticipantsPages takes two more parameters: maxPageSize and skip
18
+
- listChatReadReceiptsPages takes two more parameters: maxPageSize and skip
19
+
20
+
### Renamed
21
+
- Rename retrieveNextThreadPages to listChatThreadsNext
22
+
- Rename retrieveNextThreadPages to listChatThreadsNext
23
+
- Rename retrieveNextMessagePages to listChatMessagesNext
24
+
- Rename retrieveNextParticipantsPages to listChatParticipantsNext
25
+
- Rename retrieveNextReceiptsPages to listChatReadReceiptsNext
26
+
17
27
18
28
19
29
## 1.0.0-beta.4 (Skipped)
@@ -33,6 +43,12 @@
33
43
- All OffsetDateTime properties are now in RFC3339 format instead of ISO8601 format
34
44
35
45
## 1.0.0-beta.3 (Skipped)
46
+
### Breaking Changes
47
+
- Return messageId instead of SendChatMessageResult
48
+
- Rename ReadReceipt to ChatMessageReadReceipt
49
+
- Rename updateChatThread to updateTopic
50
+
- Rename UpdateChatThreadRequest to UpdateTopicRequest
51
+
- Rename member and threadMember to participant
36
52
37
53
## 1.0.0-beta.2 (2020-10-06)
38
54
This is the initial release of Azure Communication Services for chat. For more information, please see the [README][read_me] and [documentation][documentation].
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-chat/src/main/java/com/azure/android/communication/chat/ChatThreadAsyncClient.java
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-chat/src/main/java/com/azure/android/communication/chat/ChatThreadClient.java
0 commit comments