Skip to content

Releases: gitpod-io/gitpod-sdk-typescript

v0.7.8

12 Dec 09:46
7c80de5

Choose a tag to compare

0.7.8 (2025-12-12)

Full Changelog: v0.7.7...v0.7.8

v0.7.7

09 Dec 13:08
f3c0ab0

Choose a tag to compare

0.7.7 (2025-12-09)

Full Changelog: v0.7.6...v0.7.7

v0.7.6

09 Dec 13:02
5be32dc

Choose a tag to compare

0.7.6 (2025-12-09)

Full Changelog: v0.7.5...v0.7.6

v0.7.5

09 Dec 12:51
e7c65a7

Choose a tag to compare

0.7.5 (2025-12-09)

Full Changelog: v0.7.4...v0.7.5

v0.7.4

09 Dec 11:36
359e955

Choose a tag to compare

0.7.4 (2025-12-09)

Full Changelog: v0.7.3...v0.7.4

v0.7.3

09 Dec 09:57
48b5400

Choose a tag to compare

0.7.3 (2025-12-09)

Full Changelog: v0.7.2...v0.7.3

v0.7.2

09 Dec 09:47
949f16d

Choose a tag to compare

0.7.2 (2025-12-09)

Full Changelog: v0.7.1...v0.7.2

v0.7.1

09 Dec 09:45
4241240

Choose a tag to compare

0.7.1 (2025-12-09)

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Dec 09:39
7f3334b

Choose a tag to compare

0.7.0 (2025-12-09)

Full Changelog: v0.6.1...v0.7.0

Features

  • api: gitpod -> ona (7dd2c73)
  • client: add support for endpoint-specific base URLs (58af560)

Bug Fixes

  • ci: release-doctor — report correct token name (79e4102)
  • client: explicitly copy fetch in withOptions (a1b72c1)
  • client: get fetchOptions type more reliably (ba531a3)
  • coerce nullable values to undefined (ffdccb0)
  • mcp: correct code tool API endpoint (3241e0a)
  • mcp: return correct lines on typescript errors (4b60eca)

Performance Improvements

Chores

  • add docs to RequestOptions type (8c480ed)
  • ci build action (f6572f1)
  • ci: enable for pull requests (eac032a)
  • ci: only run for pushes and fork pull requests (94a8575)
  • client: fix logger property type (71b844a)
  • client: improve path param validation (79ac088)
  • client: refactor imports (44c7836)
  • do not install brew dependencies in ./scripts/bootstrap by default (d12db33)
  • internal: codegen related update (3f4e8d1)
  • internal: codegen related update (57886a7)
  • internal: codegen related update (e888600)
  • internal: fix incremental formatting in some cases (0a51f9f)
  • internal: ignore .eslintcache (cf1696e)
  • internal: move publish config (f8c49d7)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (602b768)
  • internal: remove redundant imports config (de89cb7)
  • internal: update comment in script (adcc1e0)
  • internal: upgrade eslint (878386a)
  • internal: use npm pack for build uploads (0febcc8)
  • jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (8ed65d8)
  • make some internal functions async (ac410b3)
  • readme: update badges (5a69575)
  • readme: use better example snippet for undocumented params (75e8a63)
  • ts: reorder package.json imports (a896a22)
  • update @stainless-api/prism-cli to v5.15.0 (fe746f4)

Refactors

  • types: replace Record with mapped types (2b43824)

v0.6.1

05 Dec 13:12
9108950

Choose a tag to compare

0.6.1 (2025-06-14)

Full Changelog: v0.6.0...v0.6.1

Bug Fixes

  • publish script — handle NPM errors correctly (be3283b)

Chores

  • internal: add pure annotations, make base APIResource abstract (e489880)
  • internal: version bump (94014af)