Skip to content

Commit

Permalink
Release v0.19.1
Browse files Browse the repository at this point in the history
* Handle Azure authentication when WorkspaceResourceID is provided ([#597](#597)).
* Revert error message changes from client.go ([#604](#604)).
* Reuse tokens after first call to Azure CLI ([#605](#605)).
* Update error message assertions ([#607](#607)).
  • Loading branch information
tanmay-db committed Sep 6, 2023
1 parent 2a1d490 commit b4b7d10
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09a7fa63d9ae243e5407941f200960ca14d48b07
01ab00d8a4c4d251d1fc353eab52775787a927cd
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version changelog

## 0.19.1

* Handle Azure authentication when WorkspaceResourceID is provided ([#597](https://github.com/databricks/databricks-sdk-go/pull/597)).
* Revert error message changes from client.go ([#604](https://github.com/databricks/databricks-sdk-go/pull/604)).
* Reuse tokens after first call to Azure CLI ([#605](https://github.com/databricks/databricks-sdk-go/pull/605)).
* Update error message assertions ([#607](https://github.com/databricks/databricks-sdk-go/pull/607)).


## 0.19.0

* Added `ErrNotWorkspaceClient` ([#596](https://github.com/databricks/databricks-sdk-go/pull/596)).
Expand Down
2 changes: 1 addition & 1 deletion service/iam/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions service/ml/model_registry_usage_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/sharing/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version/version.go
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.19.0"
const Version = "0.19.1"

0 comments on commit b4b7d10

Please sign in to comment.