Releases: digitalocean/godo
Release list
v1.204.0-beta.1
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.204.0-beta.1
What's Changed:
-- 1078 - Ohs endpoints session history paging
v1.204.0
- #1080 - @nayanjd-do - Add constant to string match against volume capacity errors
v1.203.0-beta.1
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.203.0-beta.1
What's Changed:
-- Hosted Agents: add OpenAI sandbox-provider support
v1.203.0
v1.202.0-beta.1
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.202.0-beta.1
What's Changed:
- Session SSE — live and replay-only both use control-plane
GET .../sessions/{id}/streamagain (data-plane/eventsclient path reverted)
v1.202.0
- #1069 - @varshavaradarajan - doks: add isolated workers to kubernetes create call
- #1067 - @nveerdixit - MARSOHS-551: Session.origin on HostedAgents (stack on OHS_endpoints)
v1.201.0-beta.2
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.201.0-beta.2
What's Changed:
- Hosted Agents Triggers — webhook & cron trigger client (
HostedAgentTriggers): list/create/get/update/delete, rotate secret, executions, by-session, reusable sessions, webhook providers - Session.origin — product provenance on create/get (
direct|simulation|evaluation); list still omits sim/eval server-side (#1067) - Session events — live SSE on data-plane
GET .../sessions/{id}/events(Last-Event-IDresume) - Replay-only logs — same
/eventsendpoint with?replay_only=true(+replay_fromcursor); stream ends after history (replaces control-plane/streamfor history reads)
v1.201.0-beta.1
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.201.0-beta.1
What's Changed:
- Large-file staged workspace transfer (upload/download) with batch part-upload URLs
- Verify workspace download SHA via body footer (when trailers are stripped)
v1.201.0
v1.200.0
- #1058 - @kwadhwa-source - MDROP-23:add godo support for microdroplets
- #1061 - @gangasingh01 - added support for ADVANCED MySQL config patch and get operations
- #1059 - @johannaratliff - Add VPCSubnetUUID support for LoadBalancer
- #1053 - @rbhatia-code - support byoip for load balancer and nat-gateway