Skip to content

Latest commit

 

History

History
executable file
·
29 lines (21 loc) · 1.92 KB

File metadata and controls

executable file
·
29 lines (21 loc) · 1.92 KB

NEXT CHANGELOG

Release v0.107.0

New Features and Improvements

Breaking Changes

Bug Fixes

  • Fixed Databricks CLI --profile fallback by detecting the CLI version at init time. The previous error-based detection was broken because --profile is a global Cobra flag silently accepted by old CLIs.

Security Vulnerabilities

Documentation

Internal Changes

  • Detect Databricks CLI version at init time via databricks version --output json, enabling version-gated flag support. Successful detections are cached per CLI path; subprocess failures fall back to the most conservative command and are retried on the next call.
  • Pass --force-refresh to Databricks CLI auth token command (when the installed CLI is >= v0.296.0) so the SDK always receives a freshly minted token instead of a potentially stale one from the CLI's internal cache.

API Changes

  • Add createExample(), deleteExample(), getExample(), getPermissionLevels(), getPermissions(), listExamples(), setPermissions(), updateExample() and updatePermissions() methods for workspaceClient.supervisorAgents() service.
  • Add metaAdsOptions field for com.databricks.sdk.service.pipelines.ConnectorOptions.
  • Add META_MARKETING enum value for com.databricks.sdk.service.catalog.ConnectionType.
  • Add META_MARKETING enum value for com.databricks.sdk.service.pipelines.IngestionSourceType.
  • Change guidelines field for com.databricks.sdk.service.knowledgeassistants.Example to no longer be required.
  • [Breaking] Change guidelines field for com.databricks.sdk.service.knowledgeassistants.Example to no longer be required.
  • Change description field for com.databricks.sdk.service.supervisoragents.Tool to no longer be required.
  • [Breaking] Change description field for com.databricks.sdk.service.supervisoragents.Tool to no longer be required.
  • Add ZENDESK enum value for com.databricks.sdk.service.catalog.ConnectionType.