Skip to content

Commit

Permalink
Changelog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed May 21, 2024
1 parent 7e2db51 commit 28cea5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
##
Release v0.41.0

## Backward incompatible changes
### Backward incompatible changes
* `CredentialsProvider` has been renamed to `CredentialsStrategy`. Services using type check on such resources must update their code.

## Improvements and new features
### Improvements and new features

* Create a method to generate OAuth tokens ([#886](https://github.com/databricks/databricks-sdk-go/pull/886)).
* Better error message when private link enabled workspaces reject requests ([#924](https://github.com/databricks/databricks-sdk-go/pull/924)).
* Update OpenAPI spec ([#926](https://github.com/databricks/databricks-sdk-go/pull/926)).

API Changes:
### API Changes:

* Changed `List` method for [w.Connections](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ConnectionsAPI) workspace-level service to require request of [catalog.ListConnectionsRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#ListConnectionsRequest).
* Renamed [w.LakehouseMonitors](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#LakehouseMonitorsAPI) workspace-level service to [w.QualityMonitors](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#QualityMonitorsAPI).
Expand Down

0 comments on commit 28cea5b

Please sign in to comment.