Skip to content

Releases: togethercomputer/together-typescript

v0.10.0

27 Nov 16:58
Compare
Choose a tag to compare

0.10.0 (2024-11-27)

Full Changelog: v0.9.0...v0.10.0

Features

Bug Fixes

Chores

  • internal: version bump (#83) (2e9673e)
  • rebuild project due to codegen change (#87) (800fd5a)
  • rebuild project due to codegen change (#88) (7db117f)
  • rebuild project due to codegen change (#90) (7d5a9b4)
  • rebuild project due to codegen change (#91) (1703fbc)
  • remove redundant word in comment (#94) (bedbb68)

Documentation

  • remove suggestion to use npm call out (#93) (52bdca6)

v0.9.0

05 Nov 15:57
e8119a6
Compare
Choose a tag to compare

0.9.0 (2024-11-05)

Full Changelog: v0.8.0...v0.9.0

Features

  • adding upload API as a helper function. Need to figure out how to make it part of Together.files package (59efebe)
  • fixed linting error (045f8dd)
  • removed (d588157)
  • updated yarn.lock (6487474)
  • yarn lock change (b8ce4ae)

v0.8.0

30 Oct 18:19
Compare
Choose a tag to compare

0.8.0 (2024-10-30)

Full Changelog: v0.7.0...v0.8.0

Features

Documentation

  • api: Add back in required readme field (#78) (74b457f)

v0.7.0

23 Oct 18:10
Compare
Choose a tag to compare

0.7.0 (2024-10-23)

Full Changelog: v0.6.0...v0.7.0

Features

v0.6.0

22 Oct 15:34
Compare
Choose a tag to compare

0.6.0 (2024-10-22)

Full Changelog: v0.6.0-alpha.8...v0.6.0

Features

  • api: api update (#67) (21e06d1)
  • api: OpenAPI spec update via Stainless API (#55) (ebe1c62)
  • api: OpenAPI spec update via Stainless API (#62) (b6af173)

Bug Fixes

  • client: correct File construction from node-fetch Responses (#54) (e1d5c6b)
  • errors: pass message through to APIConnectionError (#60) (0d0ede4)
  • uploads: avoid making redundant memory copies (#57) (e88f744)

Chores

  • better object fallback behaviour for casting errors (#61) (bad19ff)
  • ci: install deps via ./script/bootstrap (#52) (a22842a)
  • internal: codegen related update (#56) (8fd1782)
  • internal: codegen related update (#58) (e5b82e7)
  • internal: codegen related update (#59) (962541e)
  • internal: codegen related update (#63) (6093fb9)
  • internal: move LineDecoder to a separate file (#64) (9a5999d)
  • internal: pass props through internal parser (#65) (162bc3c)

v0.6.0-alpha.8

03 Sep 14:23
Compare
Choose a tag to compare
v0.6.0-alpha.8 Pre-release
Pre-release

0.6.0-alpha.8 (2024-08-29)

Full Changelog: v0.6.0-alpha.7...v0.6.0-alpha.8

Features

  • api: OpenAPI spec update via Stainless API (#48) (e382b4a)

Chores

v0.6.0-alpha.7

28 Aug 13:20
Compare
Choose a tag to compare
v0.6.0-alpha.7 Pre-release
Pre-release

0.6.0-alpha.7 (2024-08-28)

Full Changelog: v0.6.0-alpha.6...v0.6.0-alpha.7

Features

  • api: OpenAPI spec update via Stainless API (#44) (5fbcdd8)

Bug Fixes

  • chat completion streaming when enabling logprobs (cad72ef)

Chores

v0.6.0-alpha.6

26 Aug 19:06
Compare
Choose a tag to compare
v0.6.0-alpha.6 Pre-release
Pre-release

0.6.0-alpha.6 (2024-08-26)

Full Changelog: v0.6.0-alpha.5...v0.6.0-alpha.6

Chores

  • internal: codegen related update (#41) (3776c8d)

v0.6.0-alpha.5

26 Aug 18:58
Compare
Choose a tag to compare
v0.6.0-alpha.5 Pre-release
Pre-release

0.6.0-alpha.5 (2024-08-20)

Full Changelog: v0.6.0-alpha.4...v0.6.0-alpha.5

Features

  • api: manual updates (#31) (52c8005)
  • api: OpenAPI spec update via Stainless API (#28) (9544a3f)
  • api: OpenAPI spec update via Stainless API (#36) (0154ccf)
  • api: OpenAPI spec update via Stainless API (#39) (a141abb)

Chores

v0.6.0-alpha.4

16 Jul 17:02
Compare
Choose a tag to compare
v0.6.0-alpha.4 Pre-release
Pre-release

0.6.0-alpha.4 (2024-07-16)

Full Changelog: v0.6.0-alpha.3...v0.6.0-alpha.4

Features

  • api: manual updates (#22) (ede606f)
  • api: OpenAPI spec update via Stainless API (#18) (73499c2)
  • api: OpenAPI spec update via Stainless API (#19) (9158220)
  • api: OpenAPI spec update via Stainless API (#20) (debd949)
  • api: OpenAPI spec update via Stainless API (#23) (1b03e3f)
  • api: OpenAPI spec update via Stainless API (#24) (e28fb4b)
  • api: OpenAPI spec update via Stainless API (#25) (24a4e34)
  • api: OpenAPI spec update via Stainless API (#26) (a041bff)

Bug Fixes

  • client: fix auth via Bearer token (#21) (c001b61)

Chores