|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.0.0 (2025-05-12) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ACSMessageDeliveryStatusUpdatedEventData.Error` has been changed from `*Error` to `*InternalACSMessageChannelEventError` |
| 7 | +- Type of `ACSMessageReceivedEventData.Error` has been changed from `*Error` to `*InternalACSMessageChannelEventError` |
| 8 | +- Type of `ACSRouterJobClassificationFailedEventData.Errors` has been changed from `[]*Error` to `[]InternalACSRouterCommunicationError` |
| 9 | + |
| 10 | +### Features Added |
| 11 | + |
| 12 | +- New value `TypeACSCallEnded`, `TypeACSCallParticipantAdded`, `TypeACSCallParticipantRemoved`, `TypeACSCallStarted`, `TypeACSChatAzureBotCommandReceivedInThread`, `TypeACSChatTypingIndicatorReceivedInThread` added to enum type `string` |
| 13 | +- New enum type `ACSCallEndedByKind` with values `ACSCallEndedByKindMicrosoftInternal`, `ACSCallEndedByKindParticipant` |
| 14 | +- New enum type `ACSCallParticipantRoleKind` with values `ACSCallParticipantRoleKindAttendee`, `ACSCallParticipantRoleKindCollaborator`, `ACSCallParticipantRoleKindConsumer`, `ACSCallParticipantRoleKindOrganizer`, `ACSCallParticipantRoleKindPresenter` |
| 15 | +- New struct `ACSCallEndReasonProperties` |
| 16 | +- New struct `ACSCallEndedByProperties` |
| 17 | +- New struct `ACSCallEndedEventData` |
| 18 | +- New struct `ACSCallGroupProperties` |
| 19 | +- New struct `ACSCallParticipantAddedEventData` |
| 20 | +- New struct `ACSCallParticipantEventProperties` |
| 21 | +- New struct `ACSCallParticipantProperties` |
| 22 | +- New struct `ACSCallParticipantRemovedEventData` |
| 23 | +- New struct `ACSCallRoomProperties` |
| 24 | +- New struct `ACSCallStartedEventData` |
| 25 | +- New struct `ACSCallingEventProperties` |
| 26 | +- New struct `ACSChatAzureBotCommandReceivedInThreadEventData` |
| 27 | +- New struct `ACSChatEventBaseProperties` |
| 28 | +- New struct `ACSChatEventInThreadBaseProperties` |
| 29 | +- New struct `ACSChatMessageEventBaseProperties` |
| 30 | +- New struct `ACSChatMessageEventInThreadBaseProperties` |
| 31 | +- New struct `ACSChatThreadEventBaseProperties` |
| 32 | +- New struct `ACSChatThreadEventInThreadBaseProperties` |
| 33 | +- New struct `ACSChatTypingIndicatorReceivedInThreadEventData` |
| 34 | +- New struct `ACSMessageEventData` |
| 35 | +- New struct `ACSRouterEventData` |
| 36 | +- New struct `ACSRouterJobEventData` |
| 37 | +- New struct `ACSRouterWorkerEventData` |
| 38 | +- New struct `ACSSMSEventBaseProperties` |
| 39 | +- New struct `APIManagementCircuitBreakerClosedEventData` |
| 40 | +- New struct `APIManagementCircuitBreakerOpenedEventData` |
| 41 | +- New struct `APIManagementCircuitBreakerProperties` |
| 42 | +- New struct `APIManagementExpiredGatewayTokenProperties` |
| 43 | +- New struct `APIManagementGatewayProperties` |
| 44 | +- New struct `APIManagementGatewayTokenExpiredEventData` |
| 45 | +- New struct `APIManagementGatewayTokenNearExpiryEventData` |
| 46 | +- New struct `APIManagementNearExpiryGatewayTokenProperties` |
| 47 | +- New struct `AVSClusterEventData` |
| 48 | +- New struct `AVSPrivateCloudEventData` |
| 49 | +- New struct `AVSScriptExecutionEventData` |
| 50 | +- New struct `AppConfigurationSnapshotEventData` |
| 51 | +- New struct `ContainerRegistryArtifactEventData` |
| 52 | +- New struct `ContainerRegistryEventData` |
| 53 | +- New struct `ContainerServiceClusterSupportEventData` |
| 54 | +- New struct `ContainerServiceNodePoolRollingEventData` |
| 55 | +- New struct `DeviceConnectionStateEventProperties` |
| 56 | +- New struct `DeviceLifeCycleEventProperties` |
| 57 | +- New struct `DeviceTelemetryEventProperties` |
| 58 | +- New struct `EdgeSolutionVersionPublishedEventData` |
| 59 | +- New struct `EventGridMQTTClientEventData` |
| 60 | +- New struct `InternalACSMessageChannelEventError` |
| 61 | +- New struct `InternalACSRouterCommunicationError` |
| 62 | +- New struct `MapsGeofenceEventProperties` |
| 63 | +- New struct `ResourceNotificationsResourceDeletedEventData` |
| 64 | +- New struct `ResourceNotificationsResourceUpdatedEventData` |
| 65 | + |
| 66 | + |
3 | 67 | ## 0.6.2 (2025-05-06) |
4 | 68 |
|
5 | 69 | ### Features Added |
|
0 commit comments