Skip to content

Commit 9332003

Browse files
authored
Update NEXT_CHANGELOG.md
1 parent ee9fe45 commit 9332003

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### New Features and Improvements
66

77
### Bug Fixes
8+
* Fixed the deserialization of responses in VectorSearchAPI's `queryIndex()` method ([#440](https://github.com/databricks/databricks-sdk-java/pull/440)).
89

910
### Documentation
1011

@@ -13,7 +14,6 @@
1314
### API Changes
1415
* Added `futureFeatureDataPath` field for `com.databricks.sdk.service.ml.CreateForecastingExperimentRequest`.
1516
* Added `excludeColumns` and `includeColumns` fields for `com.databricks.sdk.service.pipelines.TableSpecificConfig`.
16-
* Added `createTime`, `customDescription`, `customSummary`, `displayName`, `evaluation`, `id`, `lifecycleState`, `ownerUserName`, `parentPath`, `queryText`, `runAsUserName`, `schedule`, `updateTime` and `warehouseId` fields for `com.databricks.sdk.service.sql.AlertV2`.
1717
* Added `NETWORK_CHECK_CONTROL_PLANE_FAILURE`, `NETWORK_CHECK_DNS_SERVER_FAILURE`, `NETWORK_CHECK_METADATA_ENDPOINT_FAILURE`, `NETWORK_CHECK_MULTIPLE_COMPONENTS_FAILURE`, `NETWORK_CHECK_NIC_FAILURE`, `NETWORK_CHECK_STORAGE_FAILURE` and `SECRET_PERMISSION_DENIED` enum values for `com.databricks.sdk.service.compute.TerminationReasonCode`.
1818
* [Breaking] Changed `pipelineId` field for `com.databricks.sdk.service.pipelines.EditPipeline` to be required.
1919
* [Breaking] Changed `connectionName`, `gatewayStorageCatalog` and `gatewayStorageSchema` fields for `com.databricks.sdk.service.pipelines.IngestionGatewayPipelineDefinition` to be required.
@@ -29,6 +29,3 @@
2929
* [Breaking] Changed `results` field for `com.databricks.sdk.service.sql.ListAlertsV2Response` to type `com.databricks.sdk.service.sql.AlertV2List` class.
3030
* [Breaking] Changed pagination for `workspaceClient.alertsV2().listAlerts()` method.
3131
* [Breaking] Changed waiter for `workspaceClient.genie().createMessage()` method.
32-
* [Breaking] Removed `createTime`, `customDescription`, `customSummary`, `displayName`, `evaluation`, `id`, `lifecycleState`, `ownerUserName`, `queryText`, `runAsUserName`, `schedule`, `updateTime` and `warehouseId` fields for `com.databricks.sdk.service.sql.ListAlertsV2ResponseAlert`.
33-
* [Breaking] Changed `com.databricks.sdk.service.vectorsearch.ListValue` class to.
34-
* [Breaking] Changed `dataArray` field for `com.databricks.sdk.service.vectorsearch.ResultData` to type `com.databricks.sdk.service.vectorsearch.ListList` class.

0 commit comments

Comments
 (0)