|
11 | 11 | ### Internal Changes
|
12 | 12 |
|
13 | 13 | ### API Changes
|
| 14 | +* Added `com.databricks.sdk.service.aibuilder`, `com.databricks.sdk.service.database` and `com.databricks.sdk.service.qualitymonitorv2` packages. |
| 15 | +* Added `workspaceClient.customLlms()` service. |
| 16 | +* Added `workspaceClient.database()` service. |
| 17 | +* Added `workspaceClient.qualityMonitorV2()` service. |
| 18 | +* Added `updatePrivateEndpointRule()` method for `accountClient.networkConnectivity()` service. |
| 19 | +* Added `listSpaces()` method for `workspaceClient.genie()` service. |
| 20 | +* Added `pageToken` field for `com.databricks.sdk.service.billing.ListLogDeliveryRequest`. |
| 21 | +* Added `nextPageToken` field for `com.databricks.sdk.service.billing.WrappedLogDeliveryConfigurations`. |
| 22 | +* Added `nextPageToken` field for `com.databricks.sdk.service.catalog.EffectivePermissionsList`. |
| 23 | +* Added `maxResults` and `pageToken` fields for `com.databricks.sdk.service.catalog.GetEffectiveRequest`. |
| 24 | +* Added `maxResults` and `pageToken` fields for `com.databricks.sdk.service.catalog.GetGrantRequest`. |
| 25 | +* Added `nextPageToken` field for `com.databricks.sdk.service.catalog.ListMetastoresResponse`. |
| 26 | +* Added `cleanRoomName` field for `com.databricks.sdk.service.cleanrooms.CleanRoomAsset`. |
| 27 | +* [Breaking] Added `name` field for `com.databricks.sdk.service.cleanrooms.DeleteCleanRoomAssetRequest`. |
| 28 | +* [Breaking] Added `name` field for `com.databricks.sdk.service.cleanrooms.GetCleanRoomAssetRequest`. |
| 29 | +* Added `triggerState` field for `com.databricks.sdk.service.jobs.BaseJob`. |
| 30 | +* Added `triggerState` field for `com.databricks.sdk.service.jobs.Job`. |
| 31 | +* Added `dbtCloudOutput` field for `com.databricks.sdk.service.jobs.RunOutput`. |
| 32 | +* Added `dbtCloudTask` field for `com.databricks.sdk.service.jobs.RunTask`. |
| 33 | +* Added `dbtCloudTask` field for `com.databricks.sdk.service.jobs.SubmitTask`. |
| 34 | +* Added `dbtCloudTask` field for `com.databricks.sdk.service.jobs.Task`. |
| 35 | +* Added `endpointService` and `resourceNames` fields for `com.databricks.sdk.service.settings.CreatePrivateEndpointRule`. |
| 36 | +* Added `awsPrivateEndpointRules` field for `com.databricks.sdk.service.settings.NccEgressTargetRules`. |
| 37 | +* Added `taskTimeOverTimeRange` field for `com.databricks.sdk.service.sql.QueryMetrics`. |
| 38 | +* Added `INTERNAL` and `INTERNAL_AND_EXTERNAL` enum values for `com.databricks.sdk.service.catalog.DeltaSharingScopeEnum`. |
| 39 | +* Added `CLUSTER_MIGRATED` enum value for `com.databricks.sdk.service.compute.EventType`. |
| 40 | +* Added `DRIVER_UNHEALTHY` enum value for `com.databricks.sdk.service.compute.TerminationReasonCode`. |
| 41 | +* [Breaking] Changed `create()` method for `accountClient.logDelivery()` service with new required argument order. |
| 42 | +* [Breaking] Changed `get()` method for `accountClient.logDelivery()` service to return `com.databricks.sdk.service.billing.GetLogDeliveryConfigurationResponse` class. |
| 43 | +* [Breaking] Changed `createPrivateEndpointRule()`, `deletePrivateEndpointRule()` and `getPrivateEndpointRule()` methods for `accountClient.networkConnectivity()` service to return `com.databricks.sdk.service.settings.NccPrivateEndpointRule` class. |
| 44 | +* [Breaking] Changed `listPrivateEndpointRules()` method for `accountClient.networkConnectivity()` service to return `com.databricks.sdk.service.settings.ListPrivateEndpointRulesResponse` class. |
| 45 | +* [Breaking] Changed `delete()` and `get()` methods for `workspaceClient.cleanRoomAssets()` service with new required argument order. |
| 46 | +* [Breaking] Changed `delete()` and `get()` methods for `workspaceClient.cleanRoomAssets()` service . Method path has changed. |
| 47 | +* [Breaking] Changed `get()` method for `workspaceClient.grants()` service to return `com.databricks.sdk.service.catalog.GetPermissionsResponse` class. |
| 48 | +* [Breaking] Changed `update()` method for `workspaceClient.grants()` service to return `com.databricks.sdk.service.catalog.UpdatePermissionsResponse` class. |
| 49 | +* [Breaking] Changed `list()` method for `workspaceClient.metastores()` service to require request of `com.databricks.sdk.service.catalog.ListMetastoresRequest` class. |
| 50 | +* Changed `accountId`, `credentialsId`, `logType`, `outputFormat` and `storageConfigurationId` fields for `com.databricks.sdk.service.billing.LogDeliveryConfiguration` to be required. |
| 51 | +* Changed `message` and `status` fields for `com.databricks.sdk.service.billing.LogDeliveryStatus` to be required. |
| 52 | +* [Breaking] Changed `logDeliveryConfiguration` field for `com.databricks.sdk.service.billing.WrappedCreateLogDeliveryConfiguration` to be required. |
| 53 | +* [Breaking] Changed `securableType` field for `com.databricks.sdk.service.catalog.GetEffectiveRequest` to type `String` class. |
| 54 | +* [Breaking] Changed `securableType` field for `com.databricks.sdk.service.catalog.GetGrantRequest` to type `String` class. |
| 55 | +* [Breaking] Changed `deltaSharingScope` field for `com.databricks.sdk.service.catalog.GetMetastoreSummaryResponse` to type `com.databricks.sdk.service.catalog.DeltaSharingScopeEnum` class. |
| 56 | +* [Breaking] Changed `deltaSharingScope` field for `com.databricks.sdk.service.catalog.MetastoreInfo` to type `com.databricks.sdk.service.catalog.DeltaSharingScopeEnum` class. |
| 57 | +* [Breaking] Changed `deltaSharingScope` field for `com.databricks.sdk.service.catalog.UpdateMetastore` to type `com.databricks.sdk.service.catalog.DeltaSharingScopeEnum` class. |
| 58 | +* [Breaking] Changed `securableType` field for `com.databricks.sdk.service.catalog.UpdatePermissions` to type `String` class. |
| 59 | +* Changed `resourceId` field for `com.databricks.sdk.service.settings.CreatePrivateEndpointRule` to no longer be required. |
| 60 | +* [Breaking] Changed pagination for `accountClient.networkConnectivity().listPrivateEndpointRules()` method. |
| 61 | +* [Breaking] Removed `workspaceClient.databaseInstances()` service. |
| 62 | +* [Breaking] Removed `workspaceClient.queryExecution()` service. |
| 63 | +* [Breaking] Removed `updateNccAzurePrivateEndpointRulePublic()` method for `accountClient.networkConnectivity()` service. |
| 64 | +* [Breaking] Removed `getCredentialsForTraceDataDownload()`, `getCredentialsForTraceDataUpload()` and `listLoggedModelArtifacts()` methods for `workspaceClient.experiments()` service. |
| 65 | +* [Breaking] Removed `getPublishedDashboardEmbedded()` method for `workspaceClient.lakeviewEmbedded()` service. |
| 66 | +* [Breaking] Removed `assetFullName` field for `com.databricks.sdk.service.cleanrooms.DeleteCleanRoomAssetRequest`. |
| 67 | +* [Breaking] Removed `assetFullName` field for `com.databricks.sdk.service.cleanrooms.GetCleanRoomAssetRequest`. |
| 68 | +* [Breaking] Removed `remoteShuffleDiskIops`, `remoteShuffleDiskThroughput` and `totalInitialRemoteShuffleDiskSize` fields for `com.databricks.sdk.service.compute.ClusterAttributes`. |
| 69 | +* [Breaking] Removed `remoteShuffleDiskIops`, `remoteShuffleDiskThroughput` and `totalInitialRemoteShuffleDiskSize` fields for `com.databricks.sdk.service.compute.ClusterDetails`. |
| 70 | +* [Breaking] Removed `remoteShuffleDiskIops`, `remoteShuffleDiskThroughput` and `totalInitialRemoteShuffleDiskSize` fields for `com.databricks.sdk.service.compute.ClusterSpec`. |
| 71 | +* [Breaking] Removed `remoteShuffleDiskIops`, `remoteShuffleDiskThroughput` and `totalInitialRemoteShuffleDiskSize` fields for `com.databricks.sdk.service.compute.CreateCluster`. |
| 72 | +* [Breaking] Removed `remoteShuffleDiskIops`, `remoteShuffleDiskThroughput` and `totalInitialRemoteShuffleDiskSize` fields for `com.databricks.sdk.service.compute.EditCluster`. |
| 73 | +* [Breaking] Removed `remoteShuffleDiskIops`, `remoteShuffleDiskThroughput` and `totalInitialRemoteShuffleDiskSize` fields for `com.databricks.sdk.service.compute.UpdateClusterResource`. |
| 74 | +* [Breaking] Removed `INTERNAL` and `INTERNAL_AND_EXTERNAL` enum values for `com.databricks.sdk.service.catalog.GetMetastoreSummaryResponseDeltaSharingScope`. |
| 75 | +* [Breaking] Removed `INTERNAL` and `INTERNAL_AND_EXTERNAL` enum values for `com.databricks.sdk.service.catalog.MetastoreInfoDeltaSharingScope`. |
| 76 | +* [Breaking] Removed `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `UNKNOWN_SECURABLE_TYPE` and `VOLUME` enum values for `com.databricks.sdk.service.catalog.SecurableType`. |
| 77 | +* [Breaking] Removed `INTERNAL` and `INTERNAL_AND_EXTERNAL` enum values for `com.databricks.sdk.service.catalog.UpdateMetastoreDeltaSharingScope`. |
0 commit comments