Skip to content

Releases: prelude-so/go-sdk

v0.13.0

Choose a tag to compare

@stainless-app stainless-app released this 12 Aug 09:56
f89061e

0.13.0 (2026-08-07)

Full Changelog: v0.12.1...v0.13.0

Features

v0.12.1

Choose a tag to compare

@stainless-app stainless-app released this 10 May 07:54
f9fc8fe

0.12.1 (2026-05-07)

Full Changelog: v0.12.0...v0.12.1

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (4b5c5ea)

Chores

  • redact api-key headers in debug logs (b609c12)

v0.12.0

Choose a tag to compare

@stainless-app stainless-app released this 07 May 14:25
e5341d6

0.12.0 (2026-05-07)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • prevent duplicate ? in query params (3d7ec7c)

Chores

  • avoid embedding reflect.Type for dead code elimination (8317544)
  • ci: skip lint on metadata-only changes (25d23e6)
  • ci: support opting out of skipping builds on metadata-only commits (edc443c)
  • internal: more robust bootstrap script (84aa58c)
  • remove unnecessary error check for url parsing (8e23ec3)
  • tests: bump steady to v0.19.6 (031ee47)
  • tests: bump steady to v0.19.7 (6566496)
  • tests: bump steady to v0.20.1 (2af98ac)
  • tests: bump steady to v0.20.2 (12e4a63)
  • tests: bump steady to v0.22.1 (7ee8d5e)

v0.11.0

Choose a tag to compare

@stainless-app stainless-app released this 23 Mar 12:46
3b1a9f4

0.11.0 (2026-03-23)

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

Features

Bug Fixes

  • allow canceling a request while it is waiting to retry (80ba5ab)
  • docs: add missing pointer prefix to api.md return types (3a21fda)
  • fix request delays for retrying to be more respectful of high requested delays (92b0da0)
  • mcp: correct code tool API endpoint (398430f)
  • rename param to avoid collision (8c9b1c5)
  • skip usage tests that don't work with Prism (1b0e2e4)

Chores

  • ci: add build step (79da442)
  • ci: skip uploading artifacts on stainless-internal branches (d285e3c)
  • docs: add missing descriptions (3955dce)
  • elide duplicate aliases (afd20b9)
  • internal: codegen related update (8a3ff52)
  • internal: codegen related update (7a807da)
  • internal: minor cleanup (17dfaa1)
  • internal: move custom custom json tags to api (23d3987)
  • internal: tweak CI branches (18ee14b)
  • internal: update actions/checkout version (3449b16)
  • internal: update gitignore (e0c9c8d)
  • internal: use explicit returns (aae93e9)
  • internal: use explicit returns in more places (47486c3)
  • test: do not count install time for mock server timeout (f958f24)
  • tests: bump steady to v0.19.4 (4c1123b)
  • tests: bump steady to v0.19.5 (7cd2942)
  • update mock server docs (1ac4fa8)

Refactors

  • tests: switch from prism to steady (592846f)

v0.10.0

Choose a tag to compare

@stainless-app stainless-app released this 05 Dec 10:25
2c71890

0.10.0 (2025-12-05)

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

Features

  • api: add Notify API methods (cb029f5)

v0.9.0

Choose a tag to compare

@stainless-app stainless-app released this 17 Nov 15:13
d227e9f

0.9.0 (2025-11-17)

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

Features

v0.8.0

Choose a tag to compare

@stainless-app stainless-app released this 29 Sep 10:12
d68e2e2

0.8.0 (2025-09-25)

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

Features

Bug Fixes

  • bugfix for setting JSON keys with special characters (b116360)
  • use slices.Concat instead of sometimes modifying r.Options (063e46f)

Chores

  • bump minimum go version to 1.22 (7ae34c5)
  • do not install brew dependencies in ./scripts/bootstrap by default (0ea92dd)
  • update more docs for 1.22 (e4c4dd1)

v0.7.0

Choose a tag to compare

@stainless-app stainless-app released this 04 Sep 08:35
09ddb68

0.7.0 (2025-09-03)

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

Features

  • api: sync enum typings with latest API changes (63d9f36 and e6b3ca1)
  • client: support optional json html escaping (8f9d8a4)

Bug Fixes

  • client: process custom base url ahead of time (3f1d80f)
  • close body before retrying (c503f08)
  • don't try to deserialize as json when ResponseBodyInto is []byte (cf385aa)
  • remove null from release please manifest (6fb6926)
  • use release please annotations on more places (2b1481e)

Chores

  • ci: only run for pushes and fork pull requests (0da7840)
  • internal: fix lint script for tests (5412ddc)
  • internal: update comment in script (bd5b3c3)
  • internal: update test skipping reason (71d160b)
  • lint tests (ebc4caa)
  • lint tests in subpackages (9d28dc7)
  • update @stainless-api/prism-cli to v5.15.0 (640c13b)

v0.6.0

Choose a tag to compare

@stainless-app stainless-app released this 24 Jun 13:39
c2c48bf

0.6.0 (2025-06-17)

Full Changelog: v0.5.0...v0.6.0

Features

  • client: add debug log helper (bdc01e5)

Chores

  • ci: enable for pull requests (3b46ccd)

v0.5.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Jun 09:15
ad4cf46

0.5.0 (2025-06-02)

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

Features

  • api: add silent verification and block reason support (9e5bbd6)
  • client: add support for endpoint-specific base URLs in python (8a88868)

Chores

  • docs: grammar improvements (e298d78)
  • improve devcontainer setup (7e19069)
  • make go mod tidy continue on error (986e865)