Skip to content

Commit

Permalink
Release v0.40.1 (#920)
Browse files Browse the repository at this point in the history
* Fixed codecov for repository
([#909](#909)).
* Add traceparent header to enable distributed tracing.
([#914](#914)).
* Log cancelled and failed requests
([#919](#919)).

Dependency updates:

* Bump golang.org/x/net from 0.22.0 to 0.24.0
([#884](#884)).
* Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/zerolog
([#896](#896)).
* Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/slog
([#897](#897)).
  • Loading branch information
mgyucht authored May 14, 2024
1 parent 63343c8 commit 72334ef
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.40.1

* Fixed codecov for repository ([#909](https://github.com/databricks/databricks-sdk-go/pull/909)).
* Add traceparent header to enable distributed tracing. ([#914](https://github.com/databricks/databricks-sdk-go/pull/914)).
* Log cancelled and failed requests ([#919](https://github.com/databricks/databricks-sdk-go/pull/919)).

Dependency updates:

* Bump golang.org/x/net from 0.22.0 to 0.24.0 ([#884](https://github.com/databricks/databricks-sdk-go/pull/884)).
* Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/zerolog ([#896](https://github.com/databricks/databricks-sdk-go/pull/896)).
* Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/slog ([#897](https://github.com/databricks/databricks-sdk-go/pull/897)).

## 0.40.0

* Allow unlimited timeouts in retries ([#904](https://github.com/databricks/databricks-sdk-go/pull/904)). By setting RETRY_TIMEOUT_SECONDS to a negative value, WorkspaceClient and AccountClient will retry retriable failures indefinitely. As a reminder, without setting this parameter, the default retry timeout is 5 minutes.
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.40.0"
const Version = "0.40.1"

0 comments on commit 72334ef

Please sign in to comment.