You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Version changelog
2
2
3
+
## Release v0.112.0 (2026-05-25)
4
+
5
+
### API Changes
6
+
* Add `revert()` method for `workspaceClient.lakeview()` service.
7
+
* Add `undeleteBranch()` method for `workspaceClient.postgres()` service.
8
+
* Add `parentPath` field for `com.databricks.sdk.service.dashboards.GenieUpdateSpaceRequest`.
9
+
* Add `attributes` and `excludedAttributes` fields for `com.databricks.sdk.service.iam.MeRequest`.
10
+
* Add `includeTriggerState` field for `com.databricks.sdk.service.jobs.GetJobRequest`.
11
+
* Add `deleteTime` and `purgeTime` fields for `com.databricks.sdk.service.postgres.BranchStatus`.
12
+
* Add `purge` field for `com.databricks.sdk.service.postgres.DeleteBranchRequest`.
13
+
* Add `showDeleted` field for `com.databricks.sdk.service.postgres.ListBranchesRequest`.
14
+
* Add `DELETED` enum value for `com.databricks.sdk.service.postgres.BranchStatusState`.
15
+
* Change `actionType` and `resourceId` fields for `com.databricks.sdk.service.bundle.Operation` to be required.
16
+
*[Breaking] Change `actionType` and `resourceId` fields for `com.databricks.sdk.service.bundle.Operation` to be required.
17
+
* Change `cliVersion` field for `com.databricks.sdk.service.bundle.Version` to be required.
18
+
*[Breaking] Change `cliVersion` field for `com.databricks.sdk.service.bundle.Version` to be required.
19
+
*[Breaking] Change `tags` field for `com.databricks.sdk.service.marketplace.ListListingsRequest` to type `com.databricks.sdk.service.marketplace.ListingTag` class.
20
+
*[Breaking] Change pagination for `workspaceClient.clusters().events()` method.
21
+
* Add `cronScheduleTrigger`, `streamingMode` and `tableTrigger` fields for `com.databricks.sdk.service.ml.MaterializedFeature`.
22
+
* Add `syncedTableId` field for `com.databricks.sdk.service.postgres.SyncedTableSyncedTableStatus`.
23
+
* Add `computeMaxInstances` and `computeMinInstances` fields for `com.databricks.sdk.service.apps.App`.
24
+
* Add `computeMaxInstances` and `computeMinInstances` fields for `com.databricks.sdk.service.apps.AppUpdate`.
* Switch workspace addressing header on workspace-scoped API calls from `X-Databricks-Org-Id` to `X-Databricks-Workspace-Id`. The value continues to come from the `DATABRICKS_WORKSPACE_ID` environment variable / `DatabricksConfig.setWorkspaceId()` setter, and now accepts either a classic numeric workspace ID or another workspace identifier format (server disambiguates). Mirrors [databricks/databricks-sdk-go#1688](https://github.com/databricks/databricks-sdk-go/pull/1688).
17
17
18
18
### API Changes
19
-
* Add `revert()` method for `workspaceClient.lakeview()` service.
20
-
* Add `undeleteBranch()` method for `workspaceClient.postgres()` service.
21
-
* Add `parentPath` field for `com.databricks.sdk.service.dashboards.GenieUpdateSpaceRequest`.
22
-
* Add `attributes` and `excludedAttributes` fields for `com.databricks.sdk.service.iam.MeRequest`.
23
-
* Add `includeTriggerState` field for `com.databricks.sdk.service.jobs.GetJobRequest`.
24
-
* Add `deleteTime` and `purgeTime` fields for `com.databricks.sdk.service.postgres.BranchStatus`.
25
-
* Add `purge` field for `com.databricks.sdk.service.postgres.DeleteBranchRequest`.
26
-
* Add `showDeleted` field for `com.databricks.sdk.service.postgres.ListBranchesRequest`.
27
-
* Add `DELETED` enum value for `com.databricks.sdk.service.postgres.BranchStatusState`.
28
-
* Change `actionType` and `resourceId` fields for `com.databricks.sdk.service.bundle.Operation` to be required.
29
-
*[Breaking] Change `actionType` and `resourceId` fields for `com.databricks.sdk.service.bundle.Operation` to be required.
30
-
* Change `cliVersion` field for `com.databricks.sdk.service.bundle.Version` to be required.
31
-
*[Breaking] Change `cliVersion` field for `com.databricks.sdk.service.bundle.Version` to be required.
32
-
*[Breaking] Change `tags` field for `com.databricks.sdk.service.marketplace.ListListingsRequest` to type `com.databricks.sdk.service.marketplace.ListingTag` class.
33
-
*[Breaking] Change pagination for `workspaceClient.clusters().events()` method.
0 commit comments