|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 8.0.0 (2024-05-09) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `DatasetReference.Type` has been changed from `*DatasetReferenceType` to `*string` |
| 7 | +- Type of `IntegrationRuntimeReference.Type` has been changed from `*IntegrationRuntimeReferenceType` to `*string` |
| 8 | +- Type of `LinkedServiceReference.Type` has been changed from `*LinkedServiceReferenceType` to `*string` |
| 9 | +- Type of `PipelineReference.Type` has been changed from `*PipelineReferenceType` to `*string` |
| 10 | +- Enum `DatasetReferenceType` has been removed |
| 11 | +- Enum `IntegrationRuntimeReferenceType` has been removed |
| 12 | +- Enum `LinkedServiceReferenceType` has been removed |
| 13 | +- Enum `PipelineReferenceType` has been removed |
| 14 | +- Enum `ScriptType` has been removed |
| 15 | + |
| 16 | +### Features Added |
| 17 | + |
| 18 | +- Type of `ScriptActivityScriptBlock.Type` has been changed from `*ScriptType` to `any` |
| 19 | +- New enum type `AmazonRdsForSQLAuthenticationType` with values `AmazonRdsForSQLAuthenticationTypeSQL`, `AmazonRdsForSQLAuthenticationTypeWindows` |
| 20 | +- New enum type `AzureSQLDWAuthenticationType` with values `AzureSQLDWAuthenticationTypeSQL`, `AzureSQLDWAuthenticationTypeServicePrincipal`, `AzureSQLDWAuthenticationTypeSystemAssignedManagedIdentity`, `AzureSQLDWAuthenticationTypeUserAssignedManagedIdentity` |
| 21 | +- New enum type `AzureSQLDatabaseAuthenticationType` with values `AzureSQLDatabaseAuthenticationTypeSQL`, `AzureSQLDatabaseAuthenticationTypeServicePrincipal`, `AzureSQLDatabaseAuthenticationTypeSystemAssignedManagedIdentity`, `AzureSQLDatabaseAuthenticationTypeUserAssignedManagedIdentity` |
| 22 | +- New enum type `AzureSQLMIAuthenticationType` with values `AzureSQLMIAuthenticationTypeSQL`, `AzureSQLMIAuthenticationTypeServicePrincipal`, `AzureSQLMIAuthenticationTypeSystemAssignedManagedIdentity`, `AzureSQLMIAuthenticationTypeUserAssignedManagedIdentity` |
| 23 | +- New enum type `SQLServerAuthenticationType` with values `SQLServerAuthenticationTypeSQL`, `SQLServerAuthenticationTypeWindows` |
| 24 | +- New function `*DatasetReference.GetReference() *Reference` |
| 25 | +- New function `*IntegrationRuntimeReference.GetReference() *Reference` |
| 26 | +- New function `*LinkedServiceReference.GetReference() *Reference` |
| 27 | +- New function `*PipelineReference.GetReference() *Reference` |
| 28 | +- New function `*Reference.GetReference() *Reference` |
| 29 | +- New struct `ManagedIdentityTypeProperties` |
| 30 | +- New field `ApplicationIntent`, `AuthenticationType`, `CommandTimeout`, `ConnectRetryCount`, `ConnectRetryInterval`, `ConnectTimeout`, `Database`, `Encrypt`, `FailoverPartner`, `HostNameInCertificate`, `IntegratedSecurity`, `LoadBalanceTimeout`, `MaxPoolSize`, `MinPoolSize`, `MultiSubnetFailover`, `MultipleActiveResultSets`, `PacketSize`, `Pooling`, `Server`, `TrustServerCertificate` in struct `AmazonRdsForSQLServerLinkedServiceTypeProperties` |
| 31 | +- New field `ApplicationIntent`, `AuthenticationType`, `CommandTimeout`, `ConnectRetryCount`, `ConnectRetryInterval`, `ConnectTimeout`, `Database`, `Encrypt`, `FailoverPartner`, `HostNameInCertificate`, `IntegratedSecurity`, `LoadBalanceTimeout`, `MaxPoolSize`, `MinPoolSize`, `MultiSubnetFailover`, `MultipleActiveResultSets`, `PacketSize`, `Pooling`, `Server`, `ServicePrincipalCredential`, `ServicePrincipalCredentialType`, `TrustServerCertificate`, `UserName` in struct `AzureSQLDWLinkedServiceTypeProperties` |
| 32 | +- New field `ApplicationIntent`, `AuthenticationType`, `CommandTimeout`, `ConnectRetryCount`, `ConnectRetryInterval`, `ConnectTimeout`, `Database`, `Encrypt`, `FailoverPartner`, `HostNameInCertificate`, `IntegratedSecurity`, `LoadBalanceTimeout`, `MaxPoolSize`, `MinPoolSize`, `MultiSubnetFailover`, `MultipleActiveResultSets`, `PacketSize`, `Pooling`, `Server`, `ServicePrincipalCredential`, `ServicePrincipalCredentialType`, `TrustServerCertificate`, `UserName` in struct `AzureSQLDatabaseLinkedServiceTypeProperties` |
| 33 | +- New field `ApplicationIntent`, `AuthenticationType`, `CommandTimeout`, `ConnectRetryCount`, `ConnectRetryInterval`, `ConnectTimeout`, `Database`, `Encrypt`, `FailoverPartner`, `HostNameInCertificate`, `IntegratedSecurity`, `LoadBalanceTimeout`, `MaxPoolSize`, `MinPoolSize`, `MultiSubnetFailover`, `MultipleActiveResultSets`, `PacketSize`, `Pooling`, `Server`, `ServicePrincipalCredential`, `ServicePrincipalCredentialType`, `TrustServerCertificate`, `UserName` in struct `AzureSQLMILinkedServiceTypeProperties` |
| 34 | +- New field `TypeProperties` in struct `ManagedIdentityCredential` |
| 35 | +- New field `ApplicationIntent`, `AuthenticationType`, `CommandTimeout`, `ConnectRetryCount`, `ConnectRetryInterval`, `ConnectTimeout`, `Database`, `Encrypt`, `FailoverPartner`, `HostNameInCertificate`, `IntegratedSecurity`, `LoadBalanceTimeout`, `MaxPoolSize`, `MinPoolSize`, `MultiSubnetFailover`, `MultipleActiveResultSets`, `PacketSize`, `Pooling`, `Server`, `TrustServerCertificate` in struct `SQLServerLinkedServiceTypeProperties` |
| 36 | + |
| 37 | + |
3 | 38 | ## 7.0.0 (2024-04-04)
|
4 | 39 | ### Breaking Changes
|
5 | 40 |
|
|
0 commit comments