Skip to content

Releases: anthropics/anthropic-sdk-typescript

v0.10.0

22 Nov 00:23
Compare
Choose a tag to compare

0.10.0 (2023-11-21)

Full Changelog: v0.9.1...v0.10.0

Features

  • allow installing package directly from github (#215) (3de3f1b)

Chores

v0.9.1

16 Nov 01:31
Compare
Choose a tag to compare

0.9.1 (2023-11-14)

Full Changelog: v0.9.0...v0.9.1

Chores

v0.9.0

06 Nov 14:10
Compare
Choose a tag to compare

0.9.0 (2023-11-05)

Full Changelog: v0.8.1...v0.9.0

Features

Chores

Documentation

v0.8.1

25 Oct 23:27
Compare
Choose a tag to compare

0.8.1 (2023-10-25)

Full Changelog: v0.8.0...v0.8.1

Bug Fixes

v0.8.0

24 Oct 20:06
Compare
Choose a tag to compare

0.8.0 (2023-10-24)

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

Features

  • client: adjust retry behavior to be exponential backoff (#192) (747afe2)

v0.7.0

22 Oct 18:48
Compare
Choose a tag to compare

0.7.0 (2023-10-19)

Full Changelog: v0.6.8...v0.7.0

Features

v0.6.8

18 Oct 21:00
Compare
Choose a tag to compare

0.6.8 (2023-10-17)

Full Changelog: v0.6.7...v0.6.8

Bug Fixes

  • import web-streams-polyfill without overriding globals (#186) (e774e17)

v0.6.7

16 Oct 21:06
Compare
Choose a tag to compare

0.6.7 (2023-10-16)

Full Changelog: v0.6.6...v0.6.7

Bug Fixes

  • improve status code in error messages (#183) (7d3bbd4)

Chores

Documentation

  • organisation -> organization (UK to US English) (#185) (70257d4)

Refactors

  • streaming: change Stream constructor signature (#174) (1951824)
  • test: refactor authentication tests (#176) (f59daad)

v0.6.6

11 Oct 22:06
Compare
Choose a tag to compare

0.6.6 (2023-10-11)

Full Changelog: v0.6.5...v0.6.6

Chores

v0.6.5

11 Oct 20:37
Compare
Choose a tag to compare

0.6.5 (2023-10-11)

Full Changelog: v0.6.4...v0.6.5

Features

  • client: handle retry-after with a date (#162) (31bd609)
  • client: retry on 408 Request Timeout (#151) (3523ffe)
  • client: support importing node or web shims manually (#157) (c1237fe)
  • errors: add status code to error message (#155) (76cf128)
  • package: export a root error type (#160) (51d8d60)

Bug Fixes

  • client: eliminate circular imports, which cause runtime errors in webpack dev bundles (#170) (4a86733)
  • fix namespace exports regression (#171) (0689a91)
  • prevent ReferenceError, update compatibility to ES2020 and Node 18+ (#169) (9753314)

Chores

Documentation