Skip to content

Releases: gitpod-io/gitpod-sdk-go

v0.6.0

05 Dec 13:08
e42c722

Choose a tag to compare

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

10 Jun 12:11
853a2c0

Choose a tag to compare

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

  • update documentation links to be more uniform (df86410)
  • update URLs from stainlessapi.com to stainless.com (#53) (a5f0af7)

v0.4.0

22 Feb 03:13
b8a9fd6

Choose a tag to compare

0.4.0 (2025-02-21)

Full Changelog: v0.3.2...v0.4.0

Features

v0.3.2

18 Feb 17:03
1817924

Choose a tag to compare

0.3.2 (2025-02-18)

Full Changelog: v0.3.1...v0.3.2

Features

  • feat(shared): add standard error codes for API errors (#45) (bab81e0)

v0.3.1

18 Feb 16:03
ff2a3e5

Choose a tag to compare

0.3.1 (2025-02-18)

Full Changelog: v0.3.0...v0.3.1

Features

v0.3.0

18 Feb 14:52
2a11720

Choose a tag to compare

0.3.0 (2025-02-18)

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

Features

v0.2.0

18 Feb 10:13
dde5301

Choose a tag to compare

0.2.0 (2025-02-18)

Full Changelog: v0.1.1...v0.2.0

Features

Bug Fixes

  • client: don't truncate manually specified filenames (#34) (bb87acd)

v0.1.1

14 Feb 09:20
d05435d

Choose a tag to compare

0.1.1 (2025-02-14)

Full Changelog: v0.1.0-alpha.3...v0.1.1

Features

v0.1.0-alpha.3

13 Feb 15:26
f49e593

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2025-02-13)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

v0.1.0-alpha.2

11 Feb 08:36
254b61a

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2025-02-11)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Bug Fixes

  • do not call path.Base on ContentType (#13) (8901c2e)

Chores