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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Version changelog
2
2
3
+
## Release v0.47.0
4
+
5
+
### API Changes
6
+
* Added `updateEndpointBudgetPolicy()` and `updateEndpointCustomTags()` methods for `workspaceClient.vectorSearchEndpoints()` service.
7
+
* Added `nodeTypeFlexibility` field for `com.databricks.sdk.service.compute.EditInstancePool`.
8
+
* Added `pageSize` and `pageToken` fields for `com.databricks.sdk.service.compute.GetEvents`.
9
+
* Added `nextPageToken` and `prevPageToken` fields for `com.databricks.sdk.service.compute.GetEventsResponse`.
10
+
* Added `nodeTypeFlexibility` field for `com.databricks.sdk.service.compute.GetInstancePool`.
11
+
* Added `nodeTypeFlexibility` field for `com.databricks.sdk.service.compute.InstancePoolAndStats`.
12
+
* Added `effectivePerformanceTarget` field for `com.databricks.sdk.service.jobs.RepairHistoryItem`.
13
+
* Added `performanceTarget` field for `com.databricks.sdk.service.jobs.RepairRun`.
14
+
* Added `budgetPolicyId` field for `com.databricks.sdk.service.vectorsearch.CreateEndpoint`.
15
+
* Added `customTags` and `effectiveBudgetPolicyId` fields for `com.databricks.sdk.service.vectorsearch.EndpointInfo`.
16
+
* Added `DISABLED` enum value for `com.databricks.sdk.service.jobs.TerminationCodeCode`.
17
+
*[Breaking] Changed `createIndex()` method for `workspaceClient.vectorSearchIndexes()` service to return `com.databricks.sdk.service.vectorsearch.VectorIndex` class.
18
+
*[Breaking] Changed `deleteDataVectorIndex()` method for `workspaceClient.vectorSearchIndexes()` service . HTTP method/verb has changed.
19
+
*[Breaking] Changed `deleteDataVectorIndex()` method for `workspaceClient.vectorSearchIndexes()` service with new required argument order.
20
+
*[Breaking] Changed `dataArray` field for `com.databricks.sdk.service.vectorsearch.ResultData` to type `com.databricks.sdk.service.vectorsearch.ListValueList` class.
21
+
*[Breaking] Changed waiter for `workspaceClient.vectorSearchEndpoints().createEndpoint()` method.
22
+
*[Breaking] Removed `nullValue` field for `com.databricks.sdk.service.vectorsearch.Value`.
23
+
24
+
25
+
## Release v0.46.0
26
+
27
+
### New Features and Improvements
28
+
* Added `TokenCache` to `ExternalBrowserCredentialsProvider` to reduce number of authentications needed for U2M OAuth.
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
# NEXT CHANGELOG
2
2
3
-
## Release v0.46.0
3
+
## Release v0.48.0
4
4
5
5
### New Features and Improvements
6
-
* Added `TokenCache` to `ExternalBrowserCredentialsProvider` to reduce number of authentications needed for U2M OAuth.
7
-
8
-
* Introduce support for Databricks Workload Identity Federation in GitHub workflows ([423](https://github.com/databricks/databricks-sdk-java/pull/423)).
9
-
See README.md for instructions.
10
-
*[Breaking] Users running their workflows in GitHub Actions, which use Cloud native authentication and also have a `DATABRICKS_CLIENT_ID` and `DATABRICKS_HOST`
11
-
environment variables set may see their authentication start failing due to the order in which the SDK tries different authentication methods.
6
+
* Introduce support for Databricks Workload Identity Federation in GitHub workflows ([423](https://github.com/databricks/databricks-sdk-java/pull/423)).
7
+
See README.md for instructions.
8
+
*[Breaking] Users running their workflows in GitHub Actions, which use Cloud native authentication and also have a `DATABRICKS_CLIENT_ID` and `DATABRICKS_HOST`
9
+
environment variables set may see their authentication start failing due to the order in which the SDK tries different authentication methods.
0 commit comments