Skip to content

Releases: stainless-api/stainless-api-go

v0.11.0

25 Jun 22:02

Choose a tag to compare

0.11.0 (2025-06-25)

Full Changelog: v0.10.0...v0.11.0

Features

v0.10.0

23 Jun 21:51

Choose a tag to compare

0.10.0 (2025-06-23)

Full Changelog: v0.9.0...v0.10.0

Features

  • api: add diagnostics endpoint (d592bca)
  • api: api update (fb0ef82)
  • client: add escape hatch for null slice & maps (94dbc43)

Chores

  • fix documentation of null map (c6db005)

v0.9.0

19 Jun 16:45

Choose a tag to compare

0.9.0 (2025-06-19)

Full Changelog: v0.8.0...v0.9.0

Features

  • api: make project nullable (8baf674)
  • api: update environment variable (63647ec)

v0.8.0

19 Jun 04:11

Choose a tag to compare

0.8.0 (2025-06-19)

Full Changelog: v0.7.0...v0.8.0

Features

  • api: manual updates (03bf5cc)
  • api: update environment variable (b05b441)
  • sdkjson generation API (d5e6d5a)

Bug Fixes

Chores

  • ci: enable for pull requests (414cbfe)
  • internal: codegen related update (8840443)
  • internal: codegen related update (6e1ed74)
  • internal: codegen related update (31f566d)

v0.7.0

16 Jun 21:23

Choose a tag to compare

0.7.0 (2025-06-16)

Full Changelog: v0.6.0...v0.7.0

Features

  • add build/upload steps to builds api (7dcde85)
  • api: add v0 project create api (4cdf7bf)
  • api: manual updates (484e350)
  • client: add debug log helper (6c48672)
  • client: allow overriding unions (1f0ec85)

Bug Fixes

  • changes har request format for snippets API some more (4290df0)
  • ci: fix v0 oas generation (4b2243a)

Chores

  • internal: codegen related update (064d8c6)
  • internal: codegen related update (ee07e73)
  • internal: codegen related update (0d55c35)

Refactors

  • move build_target_outputs to builds.target_outputs (448904e)

v0.6.0

02 Jun 19:18

Choose a tag to compare

0.6.0 (2025-06-02)

Full Changelog: v0.5.1...v0.6.0

Features

  • api: add diagnostics to build object (3926c2d)
  • api: manual updates (76484d3)

Bug Fixes

Chores

  • make go mod tidy continue on error (09ddaee)

v0.5.1

23 May 07:39

Choose a tag to compare

0.5.1 (2025-05-23)

Full Changelog: v0.5.0...v0.5.1

Chores

  • internal: codegen related update (ba637f7)
  • internal: codegen related update (bc93236)

v0.5.0

22 May 22:57

Choose a tag to compare

0.5.0 (2025-05-22)

Full Changelog: v0.4.0...v0.5.0

⚠ BREAKING CHANGES

  • client: apply x-stainless-naming properly
  • client: clearer array variant names

Features

  • api: add documented spec to build object (48e73b5)
  • api: change v0 path param projectName -> project (b1e0a4f)
  • api: manual updates (6a35675)
  • client: add support for endpoint-specific base URLs in python (73bf8a6)
  • client: clearer array variant names (4582227)

Bug Fixes

  • client: apply x-stainless-naming properly (b5431b6)
  • client: correctly set stream key for multipart (4f43384)
  • client: don't panic on marshal with extra null field (75907c7)

Chores

  • docs: grammar improvements (386ec39)
  • improve devcontainer setup (0397ae0)

v0.4.0

13 May 20:36
7ba0438

Choose a tag to compare

0.4.0 (2025-05-13)

Full Changelog: v0.3.0...v0.4.0

⚠ BREAKING CHANGES

  • client: rename resp package
  • client: improve core function names
  • client: improve union variant names

Features

  • api: add build compare to v0 (b74be33)
  • api: enable macos publishing (dfd46df)
  • client: experimental support for unmarshalling into param structs (304a75b)
  • client: rename resp package (d554f47)

Bug Fixes

  • client: clean up reader resources (69e116e)
  • client: correctly update body in WithJSONSet (fed7230)
  • client: improve core function names (6a55bff)
  • client: improve docs (e0221f2)
  • client: improve union variant names (e555b82)
  • client: include path for type names in example code (e36155b)
  • client: unmarshal responses properly (4894832)
  • update request schema for Postman webhook (49e4069)

Chores

  • bump go sdk version (bbb906c)
  • docs: update respjson package name (2054dd0)

v0.3.0

30 Apr 19:20
39ab252

Choose a tag to compare

0.3.0 (2025-04-30)

Full Changelog: v0.2.0...v0.3.0

Features

Bug Fixes

  • client: resolve issue with optional multipart files (e0f6aae)
  • handle empty bodies in WithJSONSet (0bb41cc)