|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 10.0.0 (2024-12-04) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `*ClientFactory.NewOperationsClient` has been removed |
| 7 | +- Function `*FactoriesClient.ConfigureFactoryRepo` has been removed |
| 8 | +- Function `*FactoriesClient.NewListPager` has been removed |
| 9 | +- Function `NewOperationsClient` has been removed |
| 10 | +- Function `*OperationsClient.NewListPager` has been removed |
| 11 | +- Struct `FactoryRepoUpdate` has been removed |
| 12 | +- Struct `Operation` has been removed |
| 13 | +- Struct `OperationDisplay` has been removed |
| 14 | +- Struct `OperationListResponse` has been removed |
| 15 | +- Struct `OperationLogSpecification` has been removed |
| 16 | +- Struct `OperationMetricAvailability` has been removed |
| 17 | +- Struct `OperationMetricDimension` has been removed |
| 18 | +- Struct `OperationMetricSpecification` has been removed |
| 19 | +- Struct `OperationProperties` has been removed |
| 20 | +- Struct `OperationServiceSpecification` has been removed |
| 21 | + |
| 22 | +### Features Added |
| 23 | + |
| 24 | +- New function `*IcebergDataset.GetDataset() *Dataset` |
| 25 | +- New function `*IcebergSink.GetCopySink() *CopySink` |
| 26 | +- New function `*IcebergWriteSettings.GetFormatWriteSettings() *FormatWriteSettings` |
| 27 | +- New struct `IcebergDataset` |
| 28 | +- New struct `IcebergDatasetTypeProperties` |
| 29 | +- New struct `IcebergSink` |
| 30 | +- New struct `IcebergWriteSettings` |
| 31 | +- New field `CommandTimeout`, `Database`, `Encoding`, `Port`, `ReadBufferSize`, `SSLMode`, `Server`, `Timeout`, `Timezone`, `TrustServerCertificate`, `Username` in struct `AzurePostgreSQLLinkedServiceTypeProperties` |
| 32 | +- New field `SSLMode`, `UseSystemTrustStore` in struct `MariaDBLinkedServiceTypeProperties` |
| 33 | +- New field `AllowZeroDateTime`, `ConnectionTimeout`, `ConvertZeroDateTime`, `GUIDFormat`, `SSLCert`, `SSLKey`, `TreatTinyAsBoolean` in struct `MySQLLinkedServiceTypeProperties` |
| 34 | +- New field `AuthenticationType` in struct `PostgreSQLV2LinkedServiceTypeProperties` |
| 35 | +- New field `PageSize` in struct `SalesforceV2Source` |
| 36 | +- New field `PageSize` in struct `ServiceNowV2Source` |
| 37 | +- New field `Host` in struct `SnowflakeLinkedV2ServiceTypeProperties` |
| 38 | + |
| 39 | + |
3 | 40 | ## 9.0.0 (2024-08-23)
|
4 | 41 | ### Breaking Changes
|
5 | 42 |
|
|
0 commit comments