Skip to content

v1.201.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 16:24
· 9 commits to main since this release
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.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-ID resume)
  • Replay-only logs — same /events endpoint with ?replay_only=true (+ replay_from cursor); stream ends after history (replaces control-plane /stream for history reads)