|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.1.0-beta.1 (2025-04-25) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New value `EndpointTypeEventGrid`, `EndpointTypeEventhub`, `EndpointTypeFabricRT`, `EndpointTypeLocalMq`, `EndpointTypeOpenTelemetry` added to enum type `EndpointType` |
| 7 | +- New value `OperationTypeBranch`, `OperationTypeConcatenate`, `OperationTypeFilter`, `OperationTypeMap` added to enum type `OperationType` |
| 8 | +- New enum type `ConnectorConfigInstanceAllocationType` with values `ConnectorConfigInstanceAllocationTypeBucketizedAllocation`, `ConnectorConfigInstanceAllocationTypeOneToOneAllocation` |
| 9 | +- New enum type `DataflowConnectionInputOperator` with values `DataflowConnectionInputOperatorBranch`, `DataflowConnectionInputOperatorConcatenate`, `DataflowConnectionInputOperatorFilter`, `DataflowConnectionInputOperatorMap`, `DataflowConnectionInputOperatorSource` |
| 10 | +- New enum type `DataflowConnectionOutputOperator` with values `DataflowConnectionOutputOperatorBranch`, `DataflowConnectionOutputOperatorConcatenate`, `DataflowConnectionOutputOperatorFilter`, `DataflowConnectionOutputOperatorMap`, `DataflowConnectionOutputOperatorSink` |
| 11 | +- New enum type `DataflowGraphNodeType` with values `DataflowGraphNodeTypeDestination`, `DataflowGraphNodeTypeGraph`, `DataflowGraphNodeTypeSource` |
| 12 | +- New enum type `DataflowGraphSerializationFormat` with values `DataflowGraphSerializationFormatAvro`, `DataflowGraphSerializationFormatDelta`, `DataflowGraphSerializationFormatJSON`, `DataflowGraphSerializationFormatParquet` |
| 13 | +- New enum type `DiagnosticsRemoteSupportAccessLevels` with values `DiagnosticsRemoteSupportAccessLevelsDiagnose`, `DiagnosticsRemoteSupportAccessLevelsDiagnoseAndRepair` |
| 14 | +- New enum type `DiagnosticsRemoteSupportActivationState` with values `DiagnosticsRemoteSupportActivationStateDisabled`, `DiagnosticsRemoteSupportActivationStateEnabled`, `DiagnosticsRemoteSupportActivationStateExpired` |
| 15 | +- New enum type `InstanceFeatureMode` with values `InstanceFeatureModeDisabled`, `InstanceFeatureModePreview`, `InstanceFeatureModeStable` |
| 16 | +- New enum type `RegistryEndpointAuthenticationMethod` with values `RegistryEndpointAuthenticationMethodAnonymous`, `RegistryEndpointAuthenticationMethodSystemAssignedManagedIdentity`, `RegistryEndpointAuthenticationMethodUserAssignedManagedIdentity` |
| 17 | +- New enum type `RetainmentPolicyMode` with values `RetainmentPolicyModeAll`, `RetainmentPolicyModeCustom`, `RetainmentPolicyModeNone` |
| 18 | +- New function `*AnonymousAuthentication.GetRegistryEndpointAuthentication() *RegistryEndpointAuthentication` |
| 19 | +- New function `*ClientFactory.NewConnectorConfigInstanceClient() *ConnectorConfigInstanceClient` |
| 20 | +- New function `*ClientFactory.NewDataflowGraphClient() *DataflowGraphClient` |
| 21 | +- New function `*ClientFactory.NewDiagnosticClient() *DiagnosticClient` |
| 22 | +- New function `*ClientFactory.NewRegistryEndpointClient() *RegistryEndpointClient` |
| 23 | +- New function `NewConnectorConfigInstanceClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ConnectorConfigInstanceClient, error)` |
| 24 | +- New function `*ConnectorConfigInstanceClient.BeginCreateOrUpdate(context.Context, string, string, string, ConnectorConfigInstanceResource, *ConnectorConfigInstanceClientBeginCreateOrUpdateOptions) (*runtime.Poller[ConnectorConfigInstanceClientCreateOrUpdateResponse], error)` |
| 25 | +- New function `*ConnectorConfigInstanceClient.BeginDelete(context.Context, string, string, string, *ConnectorConfigInstanceClientBeginDeleteOptions) (*runtime.Poller[ConnectorConfigInstanceClientDeleteResponse], error)` |
| 26 | +- New function `*ConnectorConfigInstanceClient.Get(context.Context, string, string, string, *ConnectorConfigInstanceClientGetOptions) (ConnectorConfigInstanceClientGetResponse, error)` |
| 27 | +- New function `*ConnectorConfigInstanceClient.NewListByResourceGroupPager(string, string, *ConnectorConfigInstanceClientListByResourceGroupOptions) *runtime.Pager[ConnectorConfigInstanceClientListByResourceGroupResponse]` |
| 28 | +- New function `*CustomStateStoreRetainmentPolicy.GetStateStoreRetainmentPolicy() *StateStoreRetainmentPolicy` |
| 29 | +- New function `*CustomSubscriberQueueRetainmentPolicy.GetSubscriberQueueRetainmentPolicy() *SubscriberQueueRetainmentPolicy` |
| 30 | +- New function `*CustomTopicRetainmentPolicy.GetTopicRetainmentPolicy() *TopicRetainmentPolicy` |
| 31 | +- New function `*DatafloGraphDestinationNode.GetDataflowGraphNode() *DataflowGraphNode` |
| 32 | +- New function `NewDataflowGraphClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DataflowGraphClient, error)` |
| 33 | +- New function `*DataflowGraphClient.BeginCreateOrUpdate(context.Context, string, string, string, string, DataflowGraphResource, *DataflowGraphClientBeginCreateOrUpdateOptions) (*runtime.Poller[DataflowGraphClientCreateOrUpdateResponse], error)` |
| 34 | +- New function `*DataflowGraphClient.BeginDelete(context.Context, string, string, string, string, *DataflowGraphClientBeginDeleteOptions) (*runtime.Poller[DataflowGraphClientDeleteResponse], error)` |
| 35 | +- New function `*DataflowGraphClient.Get(context.Context, string, string, string, string, *DataflowGraphClientGetOptions) (DataflowGraphClientGetResponse, error)` |
| 36 | +- New function `*DataflowGraphClient.NewListByDataflowProfilePager(string, string, string, *DataflowGraphClientListByDataflowProfileOptions) *runtime.Pager[DataflowGraphClientListByDataflowProfileResponse]` |
| 37 | +- New function `*DataflowGraphGraphNode.GetDataflowGraphNode() *DataflowGraphNode` |
| 38 | +- New function `*DataflowGraphNode.GetDataflowGraphNode() *DataflowGraphNode` |
| 39 | +- New function `*DataflowGraphSourceNode.GetDataflowGraphNode() *DataflowGraphNode` |
| 40 | +- New function `NewDiagnosticClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DiagnosticClient, error)` |
| 41 | +- New function `*DiagnosticClient.BeginCreateOrUpdate(context.Context, string, string, string, DiagnosticResource, *DiagnosticClientBeginCreateOrUpdateOptions) (*runtime.Poller[DiagnosticClientCreateOrUpdateResponse], error)` |
| 42 | +- New function `*DiagnosticClient.BeginDelete(context.Context, string, string, string, *DiagnosticClientBeginDeleteOptions) (*runtime.Poller[DiagnosticClientDeleteResponse], error)` |
| 43 | +- New function `*DiagnosticClient.Get(context.Context, string, string, string, *DiagnosticClientGetOptions) (DiagnosticClientGetResponse, error)` |
| 44 | +- New function `*DiagnosticClient.NewListByResourceGroupPager(string, string, *DiagnosticClientListByResourceGroupOptions) *runtime.Pager[DiagnosticClientListByResourceGroupResponse]` |
| 45 | +- New function `*RegistryEndpointAuthentication.GetRegistryEndpointAuthentication() *RegistryEndpointAuthentication` |
| 46 | +- New function `NewRegistryEndpointClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RegistryEndpointClient, error)` |
| 47 | +- New function `*RegistryEndpointClient.BeginCreateOrUpdate(context.Context, string, string, string, RegistryEndpointResource, *RegistryEndpointClientBeginCreateOrUpdateOptions) (*runtime.Poller[RegistryEndpointClientCreateOrUpdateResponse], error)` |
| 48 | +- New function `*RegistryEndpointClient.BeginDelete(context.Context, string, string, string, *RegistryEndpointClientBeginDeleteOptions) (*runtime.Poller[RegistryEndpointClientDeleteResponse], error)` |
| 49 | +- New function `*RegistryEndpointClient.Get(context.Context, string, string, string, *RegistryEndpointClientGetOptions) (RegistryEndpointClientGetResponse, error)` |
| 50 | +- New function `*RegistryEndpointClient.NewListByResourceGroupPager(string, string, *RegistryEndpointClientListByResourceGroupOptions) *runtime.Pager[RegistryEndpointClientListByResourceGroupResponse]` |
| 51 | +- New function `*StateStoreRetainmentPolicy.GetStateStoreRetainmentPolicy() *StateStoreRetainmentPolicy` |
| 52 | +- New function `*SubscriberQueueRetainmentPolicy.GetSubscriberQueueRetainmentPolicy() *SubscriberQueueRetainmentPolicy` |
| 53 | +- New function `*SystemAssignedIdentityAuthentication.GetRegistryEndpointAuthentication() *RegistryEndpointAuthentication` |
| 54 | +- New function `*TopicRetainmentPolicy.GetTopicRetainmentPolicy() *TopicRetainmentPolicy` |
| 55 | +- New function `*UserAssignedIdentityAuthentication.GetRegistryEndpointAuthentication() *RegistryEndpointAuthentication` |
| 56 | +- New struct `AnonymousAuthentication` |
| 57 | +- New struct `AnonymousSettings` |
| 58 | +- New struct `ConnectorConfigInstanceAllocation` |
| 59 | +- New struct `ConnectorConfigInstanceAssetEndpointProfiles` |
| 60 | +- New struct `ConnectorConfigInstanceDetectionConfiguration` |
| 61 | +- New struct `ConnectorConfigInstanceDiagnostics` |
| 62 | +- New struct `ConnectorConfigInstanceLogSettings` |
| 63 | +- New struct `ConnectorConfigInstanceProperties` |
| 64 | +- New struct `ConnectorConfigInstanceResource` |
| 65 | +- New struct `ConnectorConfigInstanceResourceLimits` |
| 66 | +- New struct `ConnectorConfigInstanceResourceListResult` |
| 67 | +- New struct `ConnectorConfigInstanceResourceRequests` |
| 68 | +- New struct `ConnectorConfigInstanceResources` |
| 69 | +- New struct `ConnectorConfigInstanceRuntimeConfiguration` |
| 70 | +- New struct `CustomStateStoreRetainmentPolicy` |
| 71 | +- New struct `CustomSubscriberQueueRetainmentPolicy` |
| 72 | +- New struct `CustomTopicRetainmentPolicy` |
| 73 | +- New struct `DatafloGraphDestinationNode` |
| 74 | +- New struct `DataflowConnection` |
| 75 | +- New struct `DataflowConnectionInput` |
| 76 | +- New struct `DataflowConnectionOutput` |
| 77 | +- New struct `DataflowEndpointOpenTelemetry` |
| 78 | +- New struct `DataflowGraphConnectionInput` |
| 79 | +- New struct `DataflowGraphConnectionOutput` |
| 80 | +- New struct `DataflowGraphDestinationNodeSettings` |
| 81 | +- New struct `DataflowGraphGraphNode` |
| 82 | +- New struct `DataflowGraphGraphNodeConfiguration` |
| 83 | +- New struct `DataflowGraphNodeConnection` |
| 84 | +- New struct `DataflowGraphNodeGraphSettings` |
| 85 | +- New struct `DataflowGraphProperties` |
| 86 | +- New struct `DataflowGraphResource` |
| 87 | +- New struct `DataflowGraphResourceListResult` |
| 88 | +- New struct `DataflowGraphSchemaSettings` |
| 89 | +- New struct `DataflowGraphSourceNode` |
| 90 | +- New struct `DataflowGraphSourceSettings` |
| 91 | +- New struct `DataflowWasmOperationFunction` |
| 92 | +- New struct `DataflowWasmOperationSettings` |
| 93 | +- New struct `DiagnosticProperties` |
| 94 | +- New struct `DiagnosticResource` |
| 95 | +- New struct `DiagnosticResourceListResult` |
| 96 | +- New struct `DiagnosticsRemoteSupportProperties` |
| 97 | +- New struct `DynamicPersistenceSettings` |
| 98 | +- New struct `DynamicRetainmentSettings` |
| 99 | +- New struct `InstanceFeature` |
| 100 | +- New struct `Persistence` |
| 101 | +- New struct `RegistryEndpointProperties` |
| 102 | +- New struct `RegistryEndpointResource` |
| 103 | +- New struct `RegistryEndpointResourceListResult` |
| 104 | +- New struct `StateStoreRetainmentResources` |
| 105 | +- New struct `StateStoreRetainmentSettings` |
| 106 | +- New struct `SubscriberQueueRetainmentSettings` |
| 107 | +- New struct `SystemAssignedIdentityAuthentication` |
| 108 | +- New struct `SystemAssignedManagedIdentitySettings` |
| 109 | +- New struct `TopicRetainmentSettings` |
| 110 | +- New struct `UserAssignedIdentityAuthentication` |
| 111 | +- New struct `UserAssignedManagedIdentitySettings` |
| 112 | +- New struct `VolumeClaimResourceRequirementsClaims` |
| 113 | +- New field `Persistence` in struct `BrokerProperties` |
| 114 | +- New field `OpenTelemetrySettings` in struct `DataflowEndpointProperties` |
| 115 | +- New field `WasmSettings` in struct `DataflowOperation` |
| 116 | +- New field `Connections`, `ProfileRef` in struct `DataflowProperties` |
| 117 | +- New field `AdrNamespace`, `Features`, `SecretProviderClassRef` in struct `InstanceProperties` |
| 118 | +- New field `Claims` in struct `VolumeClaimResourceRequirements` |
| 119 | + |
| 120 | + |
3 | 121 | ## 1.0.0 (2024-12-12) |
4 | 122 | ### Breaking Changes |
5 | 123 |
|
|
0 commit comments