From 89697ce6f0399ec4b32e6b0ba0cdf87e461ba549 Mon Sep 17 00:00:00 2001 From: Rajarshi Sarkar <73562869+sarkar-rajarshi@users.noreply.github.com> Date: Mon, 8 Feb 2021 15:09:46 -0800 Subject: [PATCH] Update CHANGELOG.md --- sdk/communication/azure-communication-chat/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sdk/communication/azure-communication-chat/CHANGELOG.md b/sdk/communication/azure-communication-chat/CHANGELOG.md index 91ef304edb4e..85d8d74beecd 100644 --- a/sdk/communication/azure-communication-chat/CHANGELOG.md +++ b/sdk/communication/azure-communication-chat/CHANGELOG.md @@ -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