Skip to content

Releases: gitpod-io/gitpod-sdk-typescript

v0.6.0

10 Jun 12:10
0af11b6
Compare
Choose a tag to compare

0.6.0 (2025-06-06)

Full Changelog: v0.5.0...v0.6.0

Features

Bug Fixes

  • api: improve type resolution when importing as a package (#66) (8aa007b)
  • client: fix TypeError with undefined File (#50) (1262a7b)
  • client: send X-Stainless-Timeout in seconds (#63) (dab2433)
  • client: send all configured auth headers (#68) (3ced793)
  • exports: ensure resource imports don't require /index (#57) (23166e6)
  • internal: add mts file + crypto shim types (#58) (716b94c)
  • internal: clean up undefined File test (#51) (e1e0fb5)
  • internal: fix file uploads in node 18 jest (702757c)
  • internal: return in castToError instead of throwing (#43) (2f70ad9)
  • mcp: remove unused tools.ts (#67) (65686bf)
  • tests: manually reset node:buffer File (#52) (2eded46)

Chores

  • ci: add timeout thresholds for CI jobs (d78258c)
  • ci: only use depot for staging repos (678516c)
  • client: make jsonl methods consistent with other streaming methods (#65) (62c4790)
  • client: minor internal fixes (e3c6fb8)
  • client: move misc public files to new core/ directory, deprecate old paths (#62) (e4008c3)
  • client: only accept standard types for file uploads (#47) (cd888bc)
  • docs: improve docs for withResponse/asResponse (#54) (25092c5)
  • exports: cleaner resource index imports (#60) (0049aac)
  • exports: stop using path fallbacks (#61) (a9df2c1)
  • internal: add aliases for Record and Array (#64) (38e00c9)
  • internal: codegen related update (e94c558)
  • internal: codegen related update (c60c38f)
  • internal: codegen related update (#55) (71a1bef)
  • internal: constrain synckit dev dependency (#49) (41da630)
  • internal: fix tests failing on node v18 (#48) (c1031bd)
  • internal: improve node 18 shims (726127a)
  • internal: minor client file refactoring (#59) (51d47fd)
  • internal: reduce CI branch coverage (e8cd029)
  • internal: refactor utils (eafa310)
  • internal: remove extra empty newlines (#56) (6431dc9)
  • internal: remove unnecessary todo (#45) (bd9e536)
  • internal: share typescript helpers (b52aa07)
  • internal: upload builds and expand CI branch coverage (dbd4446)
  • perf: faster base64 decoding (b3a1e96)
  • tests: improve enum examples (#69) (af4a60a)
  • types: improved go to definition on fetchOptions (#53) (54a7db8)

Documentation

  • readme: fix typo (fea4ecb)
  • update URLs from stainlessapi.com to stainless.com (#46) (6450e47)

v0.5.0

21 Feb 12:18
a68f100
Compare
Choose a tag to compare

0.5.0 (2025-02-21)

Full Changelog: v0.4.0...v0.5.0

Features

v0.4.0

21 Feb 11:51
73b681c
Compare
Choose a tag to compare

0.4.0 (2025-02-21)

Full Changelog: v0.3.1...v0.4.0

Features

Bug Fixes

  • optimize sse chunk reading off-by-one error (#31) (ff08afe)

v0.3.1

18 Feb 16:13
347b518
Compare
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 15:29
2a6f6e7
Compare
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:12
ec476cb
Compare
Choose a tag to compare

0.2.0 (2025-02-18)

Full Changelog: v0.1.2...v0.2.0

Features

Chores

  • internal: fix tests not always being type checked (#21) (5b68e63)

v0.1.2

14 Feb 09:20
63334d0
Compare
Choose a tag to compare

0.1.2 (2025-02-14)

Full Changelog: v0.1.1...v0.1.2

Features

v0.1.1

14 Feb 08:46
6a04cdb
Compare
Choose a tag to compare

0.1.1 (2025-02-14)

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

Features

  • api: dummy change to cause a version PR (#12) (394d363)

Bug Fixes

  • client: fix export map for index exports, accept BunFile (#11) (26ada5f)

Chores

  • internal: update eslint config (#9) (9729975)

v0.1.0-alpha.4

14 Feb 08:06
bdb1c14
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release

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

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.4

Features

Chores