|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.0.0 (2025-04-21) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ACSChatThreadCreatedEventData.Properties` has been changed from `map[string]any` to `map[string]*AcsChatThreadCreatedWithUserEventDataProperty` |
| 7 | +- Type of `ACSChatThreadCreatedWithUserEventData.Properties` has been changed from `map[string]any` to `map[string]*AcsChatThreadCreatedWithUserEventDataProperty` |
| 8 | +- Type of `ACSChatThreadPropertiesUpdatedEventData.Properties` has been changed from `map[string]any` to `map[string]*AcsChatThreadPropertiesUpdatedEventDataProperty` |
| 9 | +- Type of `ACSChatThreadPropertiesUpdatedPerUserEventData.Properties` has been changed from `map[string]any` to `map[string]*AcsChatThreadPropertiesUpdatedPerUserEventDataProperty` |
| 10 | +- Type of `ACSMessageDeliveryStatusUpdatedEventData.Error` has been changed from `*Error` to `*InternalACSMessageChannelEventError` |
| 11 | +- Type of `ACSMessageReceivedEventData.Error` has been changed from `*Error` to `*InternalACSMessageChannelEventError` |
| 12 | +- Type of `ACSRouterJobClassificationFailedEventData.Errors` has been changed from `[]*Error` to `[]InternalACSRouterCommunicationError` |
| 13 | +- Type of `IOTHubDeviceTelemetryEventData.Body` has been changed from `map[string]any` to `map[string]*DeviceTelemetryEventPropertiesBody` |
| 14 | +- Type of `MachineLearningServicesModelDeployedEventData.ServiceProperties` has been changed from `map[string]any` to `map[string]*MachineLearningServicesModelDeployedEventDataServiceProperty` |
| 15 | +- Type of `MachineLearningServicesModelDeployedEventData.ServiceTags` has been changed from `map[string]any` to `map[string]*MachineLearningServicesModelDeployedEventDataServiceTag` |
| 16 | +- Type of `MachineLearningServicesModelRegisteredEventData.ModelProperties` has been changed from `map[string]any` to `map[string]*MachineLearningServicesModelRegisteredEventDataModelProperty` |
| 17 | +- Type of `MachineLearningServicesModelRegisteredEventData.ModelTags` has been changed from `map[string]any` to `map[string]*MachineLearningServicesModelRegisteredEventDataModelTag` |
| 18 | +- Type of `MachineLearningServicesRunCompletedEventData.RunProperties` has been changed from `map[string]any` to `map[string]*MachineLearningServicesRunCompletedEventDataRunProperty` |
| 19 | +- Type of `MachineLearningServicesRunCompletedEventData.RunTags` has been changed from `map[string]any` to `map[string]*MachineLearningServicesRunCompletedEventDataRunTag` |
| 20 | +- Type of `MachineLearningServicesRunStatusChangedEventData.RunProperties` has been changed from `map[string]any` to `map[string]*MachineLearningServicesRunStatusChangedEventDataRunProperty` |
| 21 | +- Type of `MachineLearningServicesRunStatusChangedEventData.RunTags` has been changed from `map[string]any` to `map[string]*MachineLearningServicesRunStatusChangedEventDataRunTag` |
| 22 | +- Type of `ResourceNotificationsResourceUpdatedDetails.Properties` has been changed from `map[string]any` to `map[string]*ResourceNotificationsResourceUpdatedDetailsProperty` |
| 23 | +- Type of `StorageAsyncOperationInitiatedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic` |
| 24 | +- Type of `StorageBlobCreatedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic` |
| 25 | +- Type of `StorageBlobDeletedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic` |
| 26 | +- Type of `StorageBlobRenamedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic` |
| 27 | +- Type of `StorageBlobTierChangedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic` |
| 28 | +- Type of `StorageDirectoryCreatedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic` |
| 29 | +- Type of `StorageDirectoryDeletedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic` |
| 30 | +- Type of `StorageDirectoryRenamedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic` |
| 31 | + |
| 32 | +### Features Added |
| 33 | + |
| 34 | +- New struct `ACSChatEventBaseProperties` |
| 35 | +- New struct `ACSChatEventInThreadBaseProperties` |
| 36 | +- New struct `ACSChatMessageEventBaseProperties` |
| 37 | +- New struct `ACSChatMessageEventInThreadBaseProperties` |
| 38 | +- New struct `ACSChatThreadEventBaseProperties` |
| 39 | +- New struct `ACSChatThreadEventInThreadBaseProperties` |
| 40 | +- New struct `ACSMessageEventData` |
| 41 | +- New struct `ACSRouterEventData` |
| 42 | +- New struct `ACSRouterJobEventData` |
| 43 | +- New struct `ACSRouterWorkerEventData` |
| 44 | +- New struct `ACSSMSEventBaseProperties` |
| 45 | +- New struct `AVSClusterEventData` |
| 46 | +- New struct `AVSPrivateCloudEventData` |
| 47 | +- New struct `AVSScriptExecutionEventData` |
| 48 | +- New struct `AcsChatThreadCreatedWithUserEventDataProperty` |
| 49 | +- New struct `AcsChatThreadPropertiesUpdatedEventDataProperty` |
| 50 | +- New struct `AcsChatThreadPropertiesUpdatedPerUserEventDataProperty` |
| 51 | +- New struct `AppConfigurationSnapshotEventData` |
| 52 | +- New struct `ContainerRegistryArtifactEventData` |
| 53 | +- New struct `ContainerRegistryEventData` |
| 54 | +- New struct `ContainerServiceClusterSupportEventData` |
| 55 | +- New struct `ContainerServiceNodePoolRollingEventData` |
| 56 | +- New struct `DeviceConnectionStateEventProperties` |
| 57 | +- New struct `DeviceLifeCycleEventProperties` |
| 58 | +- New struct `DeviceTelemetryEventProperties` |
| 59 | +- New struct `DeviceTelemetryEventPropertiesBody` |
| 60 | +- New struct `EventGridMQTTClientEventData` |
| 61 | +- New struct `InternalACSMessageChannelEventError` |
| 62 | +- New struct `InternalACSRouterCommunicationError` |
| 63 | +- New struct `MachineLearningServicesModelDeployedEventDataServiceProperty` |
| 64 | +- New struct `MachineLearningServicesModelDeployedEventDataServiceTag` |
| 65 | +- New struct `MachineLearningServicesModelRegisteredEventDataModelProperty` |
| 66 | +- New struct `MachineLearningServicesModelRegisteredEventDataModelTag` |
| 67 | +- New struct `MachineLearningServicesRunCompletedEventDataRunProperty` |
| 68 | +- New struct `MachineLearningServicesRunCompletedEventDataRunTag` |
| 69 | +- New struct `MachineLearningServicesRunStatusChangedEventDataRunProperty` |
| 70 | +- New struct `MachineLearningServicesRunStatusChangedEventDataRunTag` |
| 71 | +- New struct `MapsGeofenceEventProperties` |
| 72 | +- New struct `ResourceNotificationsResourceDeletedEventData` |
| 73 | +- New struct `ResourceNotificationsResourceUpdatedDetailsProperty` |
| 74 | +- New struct `ResourceNotificationsResourceUpdatedEventData` |
| 75 | +- New struct `StorageBlobCreatedEventDataStorageDiagnostic` |
| 76 | + |
| 77 | + |
3 | 78 | ## 0.6.2 (Unreleased)
|
4 | 79 |
|
5 | 80 | ### Features Added
|
|
0 commit comments