Skip to content

Go SDK v0.1.2

Latest

Choose a tag to compare

@furkanerday furkanerday released this 20 Jun 17:48
· 13 commits to main since this release

Go SDK v0.1.2 adds an explicit local-only support-ticket diagnostics draft helper for the planned Agent Support Ticket API boundary.

Highlights:

  • Adds CreateSupportTicketDraft with SupportTicketDraftInput and SupportTicketDraft.
  • Validates planned support-ticket source/category fields and W3C trace IDs.
  • Redacts auth-like keys, cookies, token-like strings, URL origins, local paths, unsupported values, and error messages from diagnostics.
  • Does not open tickets, call undeployed support-ticket routes, or infer backend ownership.
  • Adds installed-artifact smoke coverage for the packaged Go module helper.

Verification:

  • CI run 27878570030 passed, including Go SDK tests, Go real-user smoke, and Go support-ticket real-user smoke.
  • Local verification included Go vet/test, Staticcheck 2025.1.1, installed local Go proxy smoke, confidentiality scan, generated-artifact hygiene, thermo review, and public verifier wiring.

This scoped release is release-note-only for the Go module tag; repo-wide package publishing remains tied to repo-wide vMAJOR.MINOR.PATCH releases.