Skip to content

Commit

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

## 0.8.1

* Added `in` codegen function
([#387](#387)).
* Fixed mlflow acceptance tests
([#378](#378)).
* Fixed MLflow integration test and removed workaround for `DELETE`
query parameter
([#380](#380)).
* Make clusters acceptance tests robust to duplicate cluster names
([#381](#381)).
* Remove dead code from apierr/errors.go
([#376](#376)).
* Serialize params to request body on delete
([#383](#383)).

Dependency updates:

* Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
([#385](#385)).
* Bump google.golang.org/api from 0.118.0 to 0.122.0
([#382](#382),
[#386](#386)).
  • Loading branch information
nfx authored May 11, 2023
1 parent 9eae10e commit dd7286e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version changelog

## 0.8.1

* Added `in` codegen function ([#387](https://github.com/databricks/databricks-sdk-go/pull/387)).
* Fixed mlflow acceptance tests ([#378](https://github.com/databricks/databricks-sdk-go/pull/378)).
* Fixed MLflow integration test and removed workaround for `DELETE` query parameter ([#380](https://github.com/databricks/databricks-sdk-go/pull/380)).
* Make clusters acceptance tests robust to duplicate cluster names ([#381](https://github.com/databricks/databricks-sdk-go/pull/381)).
* Remove dead code from apierr/errors.go ([#376](https://github.com/databricks/databricks-sdk-go/pull/376)).
* Serialize params to request body on delete ([#383](https://github.com/databricks/databricks-sdk-go/pull/383)).

Dependency updates:

* Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 ([#385](https://github.com/databricks/databricks-sdk-go/pull/385)).
* Bump google.golang.org/api from 0.118.0 to 0.122.0 ([#382](https://github.com/databricks/databricks-sdk-go/pull/382), [#386](https://github.com/databricks/databricks-sdk-go/pull/386)).

## 0.8.0

* Added more code generation utilities ([#369](https://github.com/databricks/databricks-sdk-go/pull/369)).
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.8.0"
const Version = "0.8.1"

0 comments on commit dd7286e

Please sign in to comment.