Skip to content

Commit

Permalink
Release v0.3.3 (#315)
Browse files Browse the repository at this point in the history
* Allow AAD SPN authentication on Databricks Account level
([#311](#311)).
* Port auth tests from the JS SDK
([#313](#313)).
* Skip loading `~/.databrickscfg` when not required
([#314](#314)).

Dependency updates:

* Bump golang.org/x/net from 0.6.0 to 0.7.0
([#312](#312)).
  • Loading branch information
nfx authored Feb 24, 2023
1 parent 0434948 commit 79a30f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Version changelog

## 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)).
Expand Down
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.3.2"
const Version = "0.3.3"

0 comments on commit 79a30f7

Please sign in to comment.