-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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](#325)). * Don't load `~/.databrickscfg` if `azure-cli` auth is implicitly configured ([#324](#324)). * Fixed newline in codegen comments ([#326](#326)). * Update from OpenAPI ([#320](#320), [#328](#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](#318)). * Bump golang.org/x/mod from 0.6.0-dev.0.20220419223038-86c51ed26bb4 to 0.8.0 ([#316](#316)). * Bump golang.org/x/mod from 0.8.0 to 0.9.0 ([#323](#323)). * Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 ([#322](#322)). * Bump golang.org/x/time from 0.0.0-20210723032227-1f47c861a9ac to 0.3.0 ([#317](#317)). * Bump google.golang.org/api from 0.110.0 to 0.111.0 ([#319](#319)).
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package version | ||
|
||
// Version of the SDK, updated manually before every tag | ||
const Version = "0.3.3" | ||
const Version = "0.4.0" |