github Azure/azure-sdk-for-js @azure/eventgrid_4.1.0

latest releases: @azure-rest/ai-translation-document_1.0.0-beta.1, @azure/arm-storage_18.3.0, @azure/event-hubs_5.13.0-beta.2...
3 years ago

4.1.0 (2021-03-23)

  • The system event names Microsoft.Communication.ChatParticipantAddedToThread and Microsoft.Communication.ChatParticipantRemovedFromThread have been removed, and
    Microsoft.Communication.ChatThreadParticipantAdded and Microsoft.Communication.ChatThreadParticipantRemoved have been added. The old names did not match the
    the type names that Azure Communication Services was using for these events. TypeScript users will now see compliation errors if they are calling isSystemEvent with
    either Microsoft.Communication.ChatParticipantAddedToThread or Microsoft.Communication.ChatParticipantRemovedFromThread as the event name. To fix these issues,
    replace all uses of Microsoft.Communication.ChatParticipantAddedToThread with Microsoft.Communication.ChatThreadParticipantAdded and
    Microsoft.Communication.ChatParticipantRemovedFromThread with Microsoft.Communication.ChatThreadParticipantRemoved.

  • Add Microsoft.Communications.RecordingFileStatusUpdated system event.

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

NewReleases is sending notifications on new releases.