|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## Release v0.96.0 (2026-03-03) |
| 4 | + |
| 5 | +### Internal Changes |
| 6 | +* Implement dynamic auth token stale period based on initial token lifetime. Increased up to 20 mins for standard OAuth with proportionally shorter periods for short-lived tokens. Manually setting the stale period using the CachedTokeSource builder reverts the behaviour to the legacy fixed stale duration. |
| 7 | + |
| 8 | + |
| 9 | +## Release v0.95.0 (2026-03-02) |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | +* Pass `--profile` to CLI token source when profile is set, and add `--host` fallback for older CLIs that don't support `--profile` ([#682](https://github.com/databricks/databricks-sdk-java/pull/682)). |
| 13 | + |
| 14 | +### API Changes |
| 15 | +* Add `dataframeSchema`, `filterCondition` and `transformationSql` fields for `com.databricks.sdk.service.ml.DeltaTableSource`. |
| 16 | +* Add `environmentVersion` field for `com.databricks.sdk.service.pipelines.PipelinesEnvironment`. |
| 17 | +* Add `resetCheckpointSelection` field for `com.databricks.sdk.service.pipelines.StartUpdate`. |
| 18 | +* [Breaking] Remove `oauth2AppClientId` and `oauth2AppIntegrationId` fields for `com.databricks.sdk.service.apps.Space`. |
| 19 | +* Add `createDatabase()`, `deleteDatabase()`, `getDatabase()`, `listDatabases()` and `updateDatabase()` methods for `workspaceClient.postgres()` service. |
| 20 | +* Add `postgres` field for `com.databricks.sdk.service.apps.AppResource`. |
| 21 | +* Add `enablePgNativeLogin` field for `com.databricks.sdk.service.postgres.ProjectSpec`. |
| 22 | +* Add `enablePgNativeLogin` field for `com.databricks.sdk.service.postgres.ProjectStatus`. |
| 23 | +* [Breaking] Remove `nodeTypeFlexibility` field for `com.databricks.sdk.service.compute.EditInstancePool`. |
| 24 | + |
| 25 | + |
| 26 | +## Release v0.94.0 (2026-02-26) |
| 27 | + |
| 28 | +### API Changes |
| 29 | +* Add `effectivePublishingMode` field for `com.databricks.sdk.service.pipelines.GetPipelineResponse`. |
| 30 | +* Add `DBR_AUTOSCALE` enum value for `com.databricks.sdk.service.compute.EventDetailsCause`. |
| 31 | +* Change `outputCatalog` field for `com.databricks.sdk.service.cleanrooms.CreateCleanRoomOutputCatalogResponse` to be required. |
| 32 | +* [Breaking] Remove `internalAttributes` field for `com.databricks.sdk.service.sharing.Table`. |
| 33 | +* [Breaking] Remove `internalAttributes` field for `com.databricks.sdk.service.sharing.Volume`. |
| 34 | + |
| 35 | + |
| 36 | +## Release v0.93.0 (2026-02-25) |
| 37 | + |
| 38 | +### API Changes |
| 39 | +* Add `parameters` field for `com.databricks.sdk.service.pipelines.StartUpdate`. |
| 40 | +* Add `parameters` field for `com.databricks.sdk.service.pipelines.UpdateInfo`. |
| 41 | +* [Breaking] Change `getDownloadFullQueryResult()` method for `workspaceClient.genie()` service with new required argument order. |
| 42 | +* [Breaking] Change `name` field for `com.databricks.sdk.service.apps.Space` to be required. |
| 43 | +* Change `name` field for `com.databricks.sdk.service.apps.Space` to be required. |
| 44 | +* [Breaking] Change `id` and `userId` fields for `com.databricks.sdk.service.dashboards.GenieConversation` to no longer be required. |
| 45 | +* [Breaking] Change `createdTimestamp` and `title` fields for `com.databricks.sdk.service.dashboards.GenieConversationSummary` to no longer be required. |
| 46 | +* [Breaking] Change `downloadIdSignature` field for `com.databricks.sdk.service.dashboards.GenieGetDownloadFullQueryResultRequest` to be required. |
| 47 | +* [Breaking] Change `id` field for `com.databricks.sdk.service.dashboards.GenieMessage` to no longer be required. |
| 48 | + |
| 49 | + |
| 50 | +## Release v0.92.0 (2026-02-24) |
| 51 | + |
| 52 | +### Bug Fixes |
| 53 | + |
| 54 | +* Fixed inconsistent Azure environment resolution between `getAzureEnvironment()` and `getDatabricksEnvironment()` methods ([#XXX](https://github.com/databricks/databricks-sdk-java/pull/XXX)) |
| 55 | + |
| 56 | +### Documentation |
| 57 | + |
| 58 | +* Added "Retries" section to README. |
| 59 | + |
| 60 | +### API Changes |
| 61 | +* Add `readOnlyHost` field for `com.databricks.sdk.service.postgres.EndpointHosts`. |
| 62 | +* Add `group` field for `com.databricks.sdk.service.postgres.EndpointSpec`. |
| 63 | +* Add `group` field for `com.databricks.sdk.service.postgres.EndpointStatus`. |
| 64 | +* Add `initialEndpointSpec` field for `com.databricks.sdk.service.postgres.Project`. |
| 65 | +* Add `DEGRADED` enum value for `com.databricks.sdk.service.postgres.EndpointStatusState`. |
| 66 | +* Add `patchEndpoint()` method for `workspaceClient.vectorSearchEndpoints()` service. |
| 67 | +* Add `app` field for `com.databricks.sdk.service.apps.AppResource`. |
| 68 | +* Add `securableKind` field for `com.databricks.sdk.service.apps.AppResourceUcSecurable`. |
| 69 | +* Add `minQps` field for `com.databricks.sdk.service.vectorsearch.CreateEndpoint`. |
| 70 | +* Add `scalingInfo` field for `com.databricks.sdk.service.vectorsearch.EndpointInfo`. |
| 71 | +* Add `MODIFY` enum value for `com.databricks.sdk.service.apps.AppResourceUcSecurableUcSecurablePermission`. |
| 72 | +* Add `COULD_NOT_GET_DASHBOARD_SCHEMA_EXCEPTION` enum value for `com.databricks.sdk.service.dashboards.MessageErrorType`. |
| 73 | +* Add `replaceWhereOverrides` field for `com.databricks.sdk.service.pipelines.StartUpdate`. |
| 74 | +* Add `HIVEMETASTORE_CONNECTIVITY_FAILURE` enum value for `com.databricks.sdk.service.compute.TerminationReasonCode`. |
| 75 | +* Add `HIVEMETASTORE_CONNECTIVITY_FAILURE` enum value for `com.databricks.sdk.service.sql.TerminationReasonCode`. |
| 76 | + |
| 77 | + |
| 78 | +## Release v0.91.0 (2026-02-19) |
| 79 | + |
| 80 | +### API Changes |
| 81 | +* Add `attributes` and `membershipRoles` fields for `com.databricks.sdk.service.postgres.RoleRoleSpec`. |
| 82 | +* Add `membershipRoles` field for `com.databricks.sdk.service.postgres.RoleRoleStatus`. |
| 83 | +* Add `GENERAL_ACCESS` enum value for `com.databricks.sdk.service.provisioning.EndpointUseCase`. |
| 84 | + |
| 85 | + |
| 86 | +## Release v0.90.0 (2026-02-18) |
| 87 | + |
| 88 | +### API Changes |
| 89 | +* Add `usingArguments` field for `com.databricks.sdk.service.catalog.ColumnMask`. |
| 90 | +* Add `effectiveEnableFileEvents` field for `com.databricks.sdk.service.catalog.CreateExternalLocation`. |
| 91 | +* Add `effectiveEnableFileEvents` field for `com.databricks.sdk.service.catalog.ExternalLocationInfo`. |
| 92 | +* Add `inputArguments` field for `com.databricks.sdk.service.catalog.TableRowFilter`. |
| 93 | +* Add `effectiveEnableFileEvents` field for `com.databricks.sdk.service.catalog.UpdateExternalLocation`. |
| 94 | + |
| 95 | + |
| 96 | +## Release v0.89.0 (2026-02-17) |
| 97 | + |
| 98 | +### API Changes |
| 99 | +* Add `com.databricks.sdk.service.networking` package. |
| 100 | +* Add `accountClient.endpoints()` service. |
| 101 | +* Add `filterCondition` and `transformations` fields for `com.databricks.sdk.service.ml.DeltaTableSource`. |
| 102 | +* Add `budgetPolicyId` and `customTags` fields for `com.databricks.sdk.service.postgres.ProjectSpec`. |
| 103 | +* Add `budgetPolicyId` and `customTags` fields for `com.databricks.sdk.service.postgres.ProjectStatus`. |
| 104 | +* Add `createSpace()`, `deleteSpace()`, `getSpace()`, `getSpaceOperation()`, `listSpaces()` and `updateSpace()` methods for `workspaceClient.apps()` service. |
| 105 | +* Add `space` field for `com.databricks.sdk.service.apps.App`. |
| 106 | +* Add `space` field for `com.databricks.sdk.service.apps.ListAppsRequest`. |
| 107 | +* [Breaking] Remove `filterCondition` and `transformations` fields for `com.databricks.sdk.service.ml.DeltaTableSource`. |
| 108 | + |
| 109 | + |
3 | 110 | ## Release v0.88.0 (2026-02-12) |
4 | 111 |
|
5 | 112 | ### API Changes |
|
0 commit comments