Skip to content

Commit

Permalink
Release v0.6.0 (#355)
Browse files Browse the repository at this point in the history
# Version changelog

## 0.6.0

* Added type to represent a loaded configuration file
([#349](#349)).
* Added named `Wait` the level of services
([#348](#348)).
* Pass `azure_client_id` to Azure MSI if specified
([#354](#354)).

Dependency updates:
 
* Bump google.golang.org/api from 0.112.0 to 0.114.0
([#344](#344)).
  • Loading branch information
nfx authored Apr 3, 2023
1 parent 4066632 commit 5c754f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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.6.0

* Added type to represent a loaded configuration file ([#349](https://github.com/databricks/databricks-sdk-go/pull/349)).
* Added named `Wait` the level of services ([#348](https://github.com/databricks/databricks-sdk-go/pull/348)).
* Pass `azure_client_id` to Azure MSI if specified ([#354](https://github.com/databricks/databricks-sdk-go/pull/354)).

Dependency updates:

* Bump google.golang.org/api from 0.112.0 to 0.114.0 ([#344](https://github.com/databricks/databricks-sdk-go/pull/344)).

## 0.5.0

* Added Delta Live Tables events method to `pipelines.PipelinesAPI` ([#339](https://github.com/databricks/databricks-sdk-go/pull/339)).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Databricks SDK for Go includes functionality to accelerate development with
go 1.18
require github.com/databricks/databricks-sdk-go v0.5.0
require github.com/databricks/databricks-sdk-go v0.6.0
// Indirect dependencies will go here.
```
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.5.0"
const Version = "0.6.0"

0 comments on commit 5c754f1

Please sign in to comment.