Releases: gitpod-io/gitpod-sdk-go
Releases · gitpod-io/gitpod-sdk-go
v0.6.0
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)
v0.5.0
0.5.0 (2025-06-06)
Full Changelog: v0.4.0...v0.5.0
Features
- api: manual updates (04616ff)
- api: manual updates (ccca7e5)
- api: manual updates (60b3e5e)
- api: manual updates (3ecd0c4)
- api: manual updates (77f5109)
- client: add support for reading base URL from environment variable (e074cd4)
- client: allow custom baseurls without trailing slash (#55) (20b4808)
- client: improve default client options support (#57) (0cb0d29)
- client: support custom http clients (#65) (ba2780f)
Bug Fixes
- client: return error on bad custom url instead of panic (#64) (656a0d1)
- client: unmarshal stream events into fresh memory (#63) (9cf0811)
- handle empty bodies in WithJSONSet (6155e91)
- pagination: handle errors when applying options (8853449)
- test: return early after test failure (#61) (0295d21)
Chores
- add request options to client tests (#60) (b575336)
- ci: add timeout thresholds for CI jobs (41d7ceb)
- ci: only use depot for staging repos (9fbbeb1)
- docs: document pre-request options (f2e2e2e)
- docs: improve security documentation (#59) (2d3d9e7)
- fix typos (#62) (2ab745f)
- internal: codegen related update (a14dae0)
- internal: codegen related update (#56) (dc521f6)
- internal: expand CI branch coverage (7d00669)
- internal: reduce CI branch coverage (3b674ac)
- internal: remove extra empty newlines (#58) (80ff63b)
- tests: improve enum examples (#66) (359070f)
Documentation
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.1
v0.1.0-alpha.3
0.1.0-alpha.3 (2025-02-13)
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
Features
- api: manual updates (#17) (762e8f7)
- api: manual updates (#18) (3d70885)
- api: manual updates (#20) (47bc0b1)
- api: manual updates (#22) (fd57922)
- api: manual updates (#23) (33e7aed)
- api: manual updates (#25) (d8140c6)
- api: Overview page updates (#26) (a85f0c2)
- api: update examples (#21) (48bf713)
- api: update with latest API spec (#24) (7232ba6)