Skip to content

Commit

Permalink
Release v0.26.1
Browse files Browse the repository at this point in the history
Minor changes:
* Support overriding DatabricksEnvironment ([#723](#723)).
* Detect `Accept` header in `httpclient.WithResponseUnmarshal` ([#710](#710)).
* Detect `Content-Type` header in `newRequestBody` for `httpclient` ([#711](#711)).

Bug fixes:
* Retry request on `REQUEST_LIMIT_EXCEEDED` error returned by the SCIM API ([#721](#721)).
* Match retry logic of pre-refactor SDK ([#722](#722)).
  • Loading branch information
mgyucht committed Nov 30, 2023
1 parent 89952ab commit ccfe9a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version changelog

## 0.26.1

Minor changes:
* Support overriding DatabricksEnvironment ([#723](https://github.com/databricks/databricks-sdk-go/pull/723)).
* Detect `Accept` header in `httpclient.WithResponseUnmarshal` ([#710](https://github.com/databricks/databricks-sdk-go/pull/710)).
* Detect `Content-Type` header in `newRequestBody` for `httpclient` ([#711](https://github.com/databricks/databricks-sdk-go/pull/711)).

Bug fixes:
* Retry request on `REQUEST_LIMIT_EXCEEDED` error returned by the SCIM API ([#721](https://github.com/databricks/databricks-sdk-go/pull/721)).
* Match retry logic of pre-refactor SDK ([#722](https://github.com/databricks/databricks-sdk-go/pull/722)).


## 0.26.0

Major changes:
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.26.0"
const Version = "0.26.1"

0 comments on commit ccfe9a6

Please sign in to comment.