0.6.0 (2025-09-25)
Full Changelog: v0.5.0...v0.6.0
Features
- api: gitpod -> ona (552d759)
- client: add debug log helper (80b9e2b)
- client: support optional json html escaping (1b5fe8d)
Bug Fixes
- bugfix for setting JSON keys with special characters (8cb7fa5)
- client: process custom base url ahead of time (aa5fbb8)
- don't try to deserialize as json when ResponseBodyInto is []byte (52bb01f)
- pagination: check if page data is empty in GetNextPage (8d9d6fb)
- use slices.Concat instead of sometimes modifying r.Options (083789f)
Chores
- bump minimum go version to 1.22 (92bbcb3)
- ci: enable for pull requests (2c731e3)
- ci: only run for pushes and fork pull requests (5214c86)
- do not install brew dependencies in ./scripts/bootstrap by default (99dff1a)
- internal: fix lint script for tests (076dd1d)
- internal: update comment in script (b55d442)
- lint tests (1bba107)
- lint tests in subpackages (7c466c2)
- update @stainless-api/prism-cli to v5.15.0 (b8acf38)
- update more docs for 1.22 (d1761ab)