Databricks-sdk

Latest version: v0.49.0

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 18

0.4.0

Not secure
* Added `id` field to the `NodeTypeRequest` for easier integration with Terraform's [databricks_node_type](https://registry.terraform.io/providers/databricks/databricks/latest/docs/data-sources/node_type) data source ([#325](https://github.com/databricks/databricks-sdk-go/pull/325)).
* Don't load `~/.databrickscfg` if `azure-cli` auth is implicitly configured ([324](https://github.com/databricks/databricks-sdk-go/pull/324)).
* Fixed newline in codegen comments ([326](https://github.com/databricks/databricks-sdk-go/pull/326)).
* Update from OpenAPI ([320](https://github.com/databricks/databricks-sdk-go/pull/320), [#328](https://github.com/databricks/databricks-sdk-go/pull/328)).

API changes:

* Renamed `deployment.AwsCredentials` to `deployment.CreateCredentialAwsCredentials`.
* Renamed `deployment.StsRole` to `deployment.CreateCredentialStsRole`.
* Removed schedules support from `sql.AlertsAPI`.

Dependency updates:

* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 ([318](https://github.com/databricks/databricks-sdk-go/pull/318)).
* Bump golang.org/x/mod from 0.6.0-dev.0.20220419223038-86c51ed26bb4 to 0.8.0 ([316](https://github.com/databricks/databricks-sdk-go/pull/316)).
* Bump golang.org/x/mod from 0.8.0 to 0.9.0 ([323](https://github.com/databricks/databricks-sdk-go/pull/323)).
* Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 ([322](https://github.com/databricks/databricks-sdk-go/pull/322)).
* Bump golang.org/x/time from 0.0.0-20210723032227-1f47c861a9ac to 0.3.0 ([317](https://github.com/databricks/databricks-sdk-go/pull/317)).
* Bump google.golang.org/api from 0.110.0 to 0.111.0 ([319](https://github.com/databricks/databricks-sdk-go/pull/319)).

0.3.3

* Allow AAD SPN authentication on Databricks Account level ([311](https://github.com/databricks/databricks-sdk-go/pull/311)).
* Port auth tests from the JS SDK ([313](https://github.com/databricks/databricks-sdk-go/pull/313)).
* Skip loading `~/.databrickscfg` when not required ([314](https://github.com/databricks/databricks-sdk-go/pull/314)).

Dependency updates:

* Bump golang.org/x/net from 0.6.0 to 0.7.0 ([312](https://github.com/databricks/databricks-sdk-go/pull/312)).

0.3.2

* Always use the latest value for user agent key ([309](https://github.com/databricks/databricks-sdk-go/pull/309)).

0.3.1

Not secure
* Change APIError to use pointer receiver ([298](https://github.com/databricks/databricks-sdk-go/pull/298)).
* Drop duplicate prefix in randomized email ([299](https://github.com/databricks/databricks-sdk-go/pull/299)).
* Expand semver pattern to be compliant with https://semver.org ([#302](https://github.com/databricks/databricks-sdk-go/pull/302)).
* Fix `apierr.APIError` pointer receivers ([307](https://github.com/databricks/databricks-sdk-go/pull/307)).
* Skip loading config if auth is already explicitly configured directly ([306](https://github.com/databricks/databricks-sdk-go/pull/306)).
* Sync fixes for smallest node selection from Terraform ([301](https://github.com/databricks/databricks-sdk-go/pull/301)).
* Updated from OpenAPI spec ([305](https://github.com/databricks/databricks-sdk-go/pull/305)).

Dependency updates:

* Bump google.golang.org/api from 0.109.0 to 0.110.0 ([303](https://github.com/databricks/databricks-sdk-go/pull/303)).

0.3.0

Not secure
* Added support for GCP deployment APIs in Public Preview.
* Added new node type selector ([287](https://github.com/databricks/databricks-sdk-go/pull/287)).
* Added Azure MSI auth ([279](https://github.com/databricks/databricks-sdk-go/pull/279)).
* Added validation of strings in user agent package ([291](https://github.com/databricks/databricks-sdk-go/pull/291)).
* Added logging for error responses ([289](https://github.com/databricks/databricks-sdk-go/pull/289)).
* Update implementation of smallest node selection to match terraform's ([273](https://github.com/databricks/databricks-sdk-go/pull/273)).
* Added experimental OAuth support ([276](https://github.com/databricks/databricks-sdk-go/pull/276), [#266](https://github.com/databricks/databricks-sdk-go/pull/266), [#292](https://github.com/databricks/databricks-sdk-go/pull/292)).
* Fixed `google-credentials` to take precedence over `google-id` ([283](https://github.com/databricks/databricks-sdk-go/pull/283)).
* Test with Go 1.20 ([295](https://github.com/databricks/databricks-sdk-go/pull/295)).
* Regenerate from OpenAPI ([293](https://github.com/databricks/databricks-sdk-go/pull/293), [#294](https://github.com/databricks/databricks-sdk-go/pull/294), [#296](https://github.com/databricks/databricks-sdk-go/pull/296), [#282](https://github.com/databricks/databricks-sdk-go/pull/282), [#269](https://github.com/databricks/databricks-sdk-go/pull/269), [#272](https://github.com/databricks/databricks-sdk-go/pull/272)).
* Added `replaceAll` and `lowerFirst` template functions ([288](https://github.com/databricks/databricks-sdk-go/pull/288), [#277](https://github.com/databricks/databricks-sdk-go/pull/277)).

Dependency updates:

* Bump google.golang.org/api from 0.105.0 to 0.109.0 ([271](https://github.com/databricks/databricks-sdk-go/pull/271), [#280](https://github.com/databricks/databricks-sdk-go/pull/280), [#284](https://github.com/databricks/databricks-sdk-go/pull/284), [#290](https://github.com/databricks/databricks-sdk-go/pull/290)).

API changes:

* Renamed `clusters.CreateCluster` to `clusters.BaseClusterInfo`.
* Renamed `jobs.Job` to `jobs.BaseJob`.
* Renamed `jobs.Run` to `jobs.BaseRun`.
* Fixed `commands.Results` `Schema` type from `[][]any` to `[]map[string]any`.

0.2.1

Not secure
* Support older versions of `urllib3` and Databricks Runtime with regards to `DEFAULT_METHOD_WHITELIST` change to `DEFAULT_ALLOWED_METHODS` ([240](https://github.com/databricks/databricks-sdk-py/pull/240)).

Page 15 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.