|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## Release v0.74.0 (2026-01-06) |
| 4 | + |
| 5 | +### API Changes |
| 6 | +* Add `gitRepository` field for `com.databricks.sdk.service.apps.App`. |
| 7 | +* Add `gitSource` field for `com.databricks.sdk.service.apps.AppDeployment`. |
| 8 | +* Add `experimentSpec` field for `com.databricks.sdk.service.apps.AppManifestAppResourceSpec`. |
| 9 | +* Add `experiment` field for `com.databricks.sdk.service.apps.AppResource`. |
| 10 | +* Add `gitRepository` field for `com.databricks.sdk.service.apps.AppUpdate`. |
| 11 | +* Add `excludedTableFullNames` field for `com.databricks.sdk.service.dataquality.AnomalyDetectionConfig`. |
| 12 | +* Add `groupName` field for `com.databricks.sdk.service.jobs.JobRunAs`. |
| 13 | +* Add `rowFilter` field for `com.databricks.sdk.service.pipelines.TableSpecificConfig`. |
| 14 | +* Add `spec` and `status` fields for `com.databricks.sdk.service.postgres.Branch`. |
| 15 | +* Add `spec` and `status` fields for `com.databricks.sdk.service.postgres.Endpoint`. |
| 16 | +* Add `spec` and `status` fields for `com.databricks.sdk.service.postgres.Project`. |
| 17 | +* Add `excludedTableFullNames` field for `com.databricks.sdk.service.qualitymonitorv2.AnomalyDetectionConfig`. |
| 18 | +* Add `EXECUTE` and `USE_CONNECTION` enum values for `com.databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurablePermission`. |
| 19 | +* Add `FUNCTION` and `CONNECTION` enum values for `com.databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurableType`. |
| 20 | +* Add `SELECT`, `EXECUTE` and `USE_CONNECTION` enum values for `com.databricks.sdk.service.apps.AppResourceUcSecurableUcSecurablePermission`. |
| 21 | +* Add `TABLE`, `FUNCTION` and `CONNECTION` enum values for `com.databricks.sdk.service.apps.AppResourceUcSecurableUcSecurableType`. |
| 22 | +* [Breaking] Remove `currentState`, `default`, `effectiveDefault`, `effectiveIsProtected`, `effectiveSourceBranch`, `effectiveSourceBranchLsn`, `effectiveSourceBranchTime`, `isProtected`, `logicalSizeBytes`, `pendingState`, `sourceBranch`, `sourceBranchLsn`, `sourceBranchTime` and `stateChangeTime` fields for `com.databricks.sdk.service.postgres.Branch`. |
| 23 | +* [Breaking] Remove `autoscalingLimitMaxCu`, `autoscalingLimitMinCu`, `currentState`, `disabled`, `effectiveAutoscalingLimitMaxCu`, `effectiveAutoscalingLimitMinCu`, `effectiveDisabled`, `effectivePoolerMode`, `effectiveSettings`, `effectiveSuspendTimeoutDuration`, `endpointType`, `host`, `lastActiveTime`, `pendingState`, `poolerMode`, `settings`, `startTime`, `suspendTime` and `suspendTimeoutDuration` fields for `com.databricks.sdk.service.postgres.Endpoint`. |
| 24 | +* [Breaking] Remove `branchLogicalSizeLimitBytes`, `computeLastActiveTime`, `defaultEndpointSettings`, `displayName`, `effectiveDefaultEndpointSettings`, `effectiveDisplayName`, `effectiveHistoryRetentionDuration`, `effectivePgVersion`, `effectiveSettings`, `historyRetentionDuration`, `pgVersion`, `settings` and `syntheticStorageSizeBytes` fields for `com.databricks.sdk.service.postgres.Project`. |
| 25 | +* Add `createRole()`, `deleteRole()`, `getRole()` and `listRoles()` methods for `workspaceClient.postgres()` service. |
| 26 | +* Add `destinationSourceSecurable` field for `com.databricks.sdk.service.catalog.AccessRequestDestinations`. |
| 27 | +* Add `accessModes` and `storageLocation` fields for `com.databricks.sdk.service.sharing.Table`. |
| 28 | +* Add `command` and `envVars` fields for `com.databricks.sdk.service.apps.AppDeployment`. |
| 29 | +* Add `fullName` and `securableType` fields for `com.databricks.sdk.service.catalog.AccessRequestDestinations`. |
| 30 | +* [Breaking] Change `deleteKafkaConfig()` method for `workspaceClient.featureEngineering()` service . Method path has changed. |
| 31 | +* [Breaking] Change long-running operation configuration for `workspaceClient.postgres().deleteRole()` method . Long running operation response type changed to `Void class`. |
| 32 | + |
| 33 | + |
3 | 34 | ## Release v0.73.0 (2025-12-17) |
4 | 35 |
|
5 | 36 | ### Documentation |
|
0 commit comments