Skip to content

Commit

Permalink
Update CHANGELOG.md (Azure#16616)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkar-rajarshi authored Feb 8, 2021
1 parent 8d3c6d4 commit 55ec0d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Release History

## 1.0.0b4 (Unreleased)
## 1.0.0b4 (2021-02-08)
### Breaking Changes
- Replaced CommunicationUser with CommunicationUserIdentifier.
- Replaced PhoneNumber with PhoneNumberIdentifier
- Support for CreateChatThreadResult and AddChatParticipantsResult to handle partial errors in batch calls.
- Added idempotency identifier parameter for chat creation calls.
- Added support for readreceipts and getparticipants pagination.
- Added new model for messages anc ontent types : Text, Html, ParticipantAdded, ParticipantRemoved, TopicUpdated
- Removed priority field (ChatMessage.Priority)
- Added new model for errors (CommunicationError)

### Added

Expand Down

0 comments on commit 55ec0d4

Please sign in to comment.