1.0.0 (2021-03-29)
Breaking Changes
- Renamed client constructors URL variable to
endpoint
. - Renamed
ChatThread
model toChatThreadProperties
. - Renamed
GetChatThread
operation toGetPropertie
s and moved it toChatThreadClient
. - Renamed
ChatThreadInfo
model toChatThreadItem
. - Renamed
GetChatThreadsInfo
operation toGetChatThreads
. - Made
AddParticipant
throw exception when request fails. - Renamed parameter
repeatabilityRequestId
toidempotencyToken
. - Updated
SendMessage
to useSendChatMessageResult
instead ofstring
for the request result. - Exposed the list of
invalidparticipants
directly and removedAddChatParticipantsErrors
andCreateChatThreadErrors
models forAddChatParticipantsResult
andCreateChatThreadResult
.
Added
- Made list of participants optional for
CreateChatThread
. - Made
ChatThreadClient
constructor public.