github Azure/azure-sdk-for-python azure-communication-chat_1.0.0

latest releases: azure-template_0.1.0b3738131, azure-monitor-opentelemetry_1.4.1, azure-monitor-opentelemetry-exporter_1.0.0b25...
3 years ago

1.0.0 (2021-03-29)

Breaking Changes

  • Renamed ChatThread to ChatThreadProperties.
  • Renamed get_chat_thread to get_properties.
  • Moved get_properties under ChatThreadClient.
  • Renamed ChatThreadInfo to ChatThreadItem.
  • Removed ChatThreadClient.add_participant method.
  • Renamed repeatability_request_id to idempotency_token.
  • Changed return type of send_message to SendChatMessageResult.
  • Replaced CommunicationError with ChatError.
  • Refactored CommunicationTokenCredential constructor to accept token instead of CommunicationTokenRefreshOptions.
  • Renamed ChatThreadParticipant to ChatParticipant.
  • Renamed attribute ChatParticipant.user to ChatParticipant.identifier.
  • Renamed argument user to identifier in ChatThreadClient.remove_participant.
  • Refactored implementation of CommunicationUserIdentifier, PhoneNumberIdentifier, MicrosoftTeamsUserIdentifier, UnknownIdentifier to use a dict property bag.

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

NewReleases is sending notifications on new releases.