Releases: prelude-so/go-sdk
Releases · prelude-so/go-sdk
Release list
v0.13.0
0.13.0 (2026-08-07)
Full Changelog: v0.12.1...v0.13.0
Features
- api: api update (0fb90d3)
- api: api update (55d28a2)
- api: api update (3056897)
- api: api update (c69fa91)
- api: api update (9df561b)
- api: api update (a16966e)
- api: api update (1dd32d9)
- api: api update (3205cd8)
- api: api update (b10173f)
- stlc: configurable CI runner and private-production-repo support in workflow templates (93c239a)
v0.12.1
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
0.12.0 (2026-05-07)
Full Changelog: v0.11.0...v0.12.0
Features
- api: api update (38ea2f9)
- api: api update (bded950)
- api: api update (6a5a290)
- api: api update (b92e164)
- api: api update (07ef577)
- api: api update (89f3e7b)
- api: api update (5fcb192)
- go: add default http client with timeout (c128022)
- internal: support comma format in multipart form encoding (17b3d4f)
- support setting headers via env (8d7b878)
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
0.11.0 (2026-03-23)
Full Changelog: v0.10.0...v0.11.0
Features
- api: api update (279a0e1)
- api: api update (c8e8724)
- api: api update (b49f7b3)
- api: api update (bbef138)
- api: api update (073ef8a)
- api: api update (e64ba8a)
- api: api update (bd6ddf8)
- api: api update (1991e31)
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
jsontags toapi(23d3987) - internal: tweak CI branches (18ee14b)
- internal: update
actions/checkoutversion (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
v0.9.0
v0.8.0
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
v0.7.0
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
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
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)