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
## Release v0.92.0
### Bug Fixes
* Fixed inconsistent Azure environment resolution between `getAzureEnvironment()` and `getDatabricksEnvironment()` methods ([#XXX](https://github.com/databricks/databricks-sdk-java/pull/XXX))
### Documentation
* Added "Retries" section to README.
### API Changes
* Add `readOnlyHost` field for `com.databricks.sdk.service.postgres.EndpointHosts`.
* Add `group` field for `com.databricks.sdk.service.postgres.EndpointSpec`.
* Add `group` field for `com.databricks.sdk.service.postgres.EndpointStatus`.
* Add `initialEndpointSpec` field for `com.databricks.sdk.service.postgres.Project`.
* Add `DEGRADED` enum value for `com.databricks.sdk.service.postgres.EndpointStatusState`.
* Add `patchEndpoint()` method for `workspaceClient.vectorSearchEndpoints()` service.
* Add `app` field for `com.databricks.sdk.service.apps.AppResource`.
* Add `securableKind` field for `com.databricks.sdk.service.apps.AppResourceUcSecurable`.
* Add `minQps` field for `com.databricks.sdk.service.vectorsearch.CreateEndpoint`.
* Add `scalingInfo` field for `com.databricks.sdk.service.vectorsearch.EndpointInfo`.
* Add `MODIFY` enum value for `com.databricks.sdk.service.apps.AppResourceUcSecurableUcSecurablePermission`.
* Add `COULD_NOT_GET_DASHBOARD_SCHEMA_EXCEPTION` enum value for `com.databricks.sdk.service.dashboards.MessageErrorType`.
* Add `replaceWhereOverrides` field for `com.databricks.sdk.service.pipelines.StartUpdate`.
* Add `HIVEMETASTORE_CONNECTIVITY_FAILURE` enum value for `com.databricks.sdk.service.compute.TerminationReasonCode`.
* Add `HIVEMETASTORE_CONNECTIVITY_FAILURE` enum value for `com.databricks.sdk.service.sql.TerminationReasonCode`.
0 commit comments