Releases: stainless-api/stainless-api-go
Releases · stainless-api/stainless-api-go
v0.29.0
v0.28.0
0.28.0 (2026-02-19)
Full Changelog: v0.27.1...v0.28.0
Features
- api: add a super basic GET /v0/user endpoint (032e88f)
- api: update support email address (29028df)
- better notion of which ci workflows are supported in build api (7705cd0)
- client: add a convenient param.SetJSON helper (4a16e58)
- record tree oid and return it in the builds api (d664a89)
Bug Fixes
- docs: fix mcp installation instructions for remote servers (64624c2)
- encoder: correctly serialize NullStruct (641a4bd)
Chores
- mcp: fix mcp package name (2fd546d)
v0.27.1
0.27.1 (2026-01-23)
Full Changelog: v0.27.0...v0.27.1
v0.27.0
0.27.0 (2025-11-13)
Full Changelog: v0.26.0...v0.27.0
Features
- api: add branch reset functionality (bc2d34b)
Chores
v0.26.0
0.26.0 (2025-10-07)
Full Changelog: v0.25.0...v0.26.0
Features
- Expose connection-specific decorated OAS (bc69e62)
Bug Fixes
- bugfix for setting JSON keys with special characters (7afd30f)
v0.25.0
0.25.0 (2025-09-20)
Full Changelog: v0.24.0...v0.25.0
Features
- api: docs (1e2bb41)
Bug Fixes
- internal: unmarshal correctly when there are multiple discriminators (483b23c)
- use slices.Concat instead of sometimes modifying r.Options (2fe476f)
Chores
v0.24.0
v0.23.0
0.23.0 (2025-08-18)
Full Changelog: v0.22.0...v0.23.0
Features
- [WIP] add branch rebasing to the API (37a14be)
- api: add install_url to build step; remove upload step (e0c1b5b)
- api: discrim like this (3e2edff)
- api: don't default to "main" branch (23512b2)
- client: support optional json html escaping (13e6c91)