Skip to content

v1.197.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:14
Immutable release. Only release title and notes can be modified.

This is a beta pre-release. go get ...@latest will not install it — it always resolves to the latest stable release.

To install this version, pin it explicitly:

go get github.com/digitalocean/godo@v1.197.0-beta.4

Fixed

  • Hosted Agents: Workspace downloads no longer fail when the X-Content-Sha256 response trailer is missing. Some HTTP intermediaries (e.g. Cloudflare) strip response trailers in production; downloads now succeed in that case. Checksum verification still runs when the trailer is present.