CHANGELOG.md
Full release history, in Keep a Changelog format.
GitHub Releases
Tagged releases with the same notes, plus source archives.
Latest: v0.2.0
Added- Retries with backoff for network errors, 429s, and 5xxs, honoring
Retry-After(WithMaxRetries, default 3) - Opt-in in-memory cache for
SystemOneresponses, keyed on the request body (WithCache)
- Hosted docs site restructured to match the official Python SDK and other Go SDKs’ conventions
- References section linking the official TS/Python SDKs and the OpenAPI spec
- Braintrust tracing guide, using the real
trace/contrib/typesafemiddleware - Community-pattern examples, each marked as unrelated to this SDK where the linked project isn’t Go