Databricks SDK Go v0.145.0: Bug fixes and API enhancements
Databricks SDK Go version 0.145.0 includes bug fixes for tag policy routing and several API changes, including a breaking change to the `ResourceId` field in bundle deployments. These updates affect developers working with tags, bundle deployments, and data catalog connections. The release also introduces new fields for vector indexes and adds a new connection type.
- →Change ResourceId field for bundledeployments.Operation to no longer be required
- →Add Dynamics365 enum value for catalog.ConnectionType
- →Add EndpointId field for vectorsearch.MiniVectorIndex
- →Add EndpointId field for vectorsearch.VectorIndex
Breaking changes (1) ›
- Change ResourceId field for bundledeployments.Operation to no longer be required
Enhancements (4) ›
- Change ResourceId field for bundledeployments.Operation to no longer be required
- Add Dynamics365 enum value for catalog.ConnectionType
- Add EndpointId field for vectorsearch.MiniVectorIndex
- Add EndpointId field for vectorsearch.VectorIndex
Fixes (1) ›
Encode the governed-tag key as a single path segment when it is sent as a URL path parameter, so hierarchical keys containing / route correctly instead of being split into extra path segments and resolving to no endpoint (404 / ENDPOINT_NOT_FOUND). Affects GetTagPolicy/DeleteTagPolicy/UpdateTagPolicy , GetTagAssignment/DeleteTagAssignment/UpdateTagAssignment , and Get/Delete/Update
https://github.com/databricks/databricks-sdk-go/releases/tag/v0.145.0
