github Azure/azure-sdk-for-net Azure.Communication.Chat_1.0.0

latest releases: Azure.ResourceManager.KeyVault_1.3.0, Azure.ResourceManager.ApiManagement_1.2.0, Azure.ResourceManager.Sql_1.3.0-beta.9...
3 years ago

1.0.0 (2021-03-29)

Breaking Changes

  • Renamed client constructors URL variable to endpoint.
  • Renamed ChatThread model to ChatThreadProperties.
  • Renamed GetChatThread operation to GetProperties and moved it to ChatThreadClient.
  • Renamed ChatThreadInfo model to ChatThreadItem.
  • Renamed GetChatThreadsInfo operation to GetChatThreads.
  • Made AddParticipant throw exception when request fails.
  • Renamed parameter repeatabilityRequestId to idempotencyToken.
  • Updated SendMessage to use SendChatMessageResult instead of string for the request result.
  • Exposed the list of invalidparticipants directly and removed AddChatParticipantsErrors and CreateChatThreadErrors models for AddChatParticipantsResult and CreateChatThreadResult.

Added

  • Made list of participants optional for CreateChatThread.
  • Made ChatThreadClient constructor public.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.