-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |