Skip to content

Releases: anthropics/anthropic-sdk-typescript

vertex-sdk: v0.4.1

29 Jul 21:40
Compare
Choose a tag to compare

0.4.1 (2024-07-29)

Full Changelog: vertex-sdk-v0.4.0...vertex-sdk-v0.4.1

Chores

  • internal: remove old reference to check-test-server (8dc9afc)

sdk: v0.25.0

29 Jul 21:40
Compare
Choose a tag to compare

0.25.0 (2024-07-29)

Full Changelog: sdk-v0.24.3...sdk-v0.25.0

Features

  • add back compat alias for InputJsonDelta (8b08161)
  • client: make request-id header more accessible (#462) (5ea6f8b)

Bug Fixes

  • compat: remove ReadableStream polyfill redundant since node v16 (#478) (75f5710)
  • use relative paths (#475) (a8ca93c)

Chores

  • bedrock: use chunk for internal SSE parsing instead of completion (#472) (0f6190a)
  • ci: also run workflows for PRs targeting next (#464) (cc405a8)
  • docs: fix incorrect client var names (#479) (a247935)
  • docs: mention lack of support for web browser runtimes (#468) (968a7fb)
  • docs: minor update to formatting of API link in README (#467) (50b9f2b)
  • docs: rename anthropic const to client (#471) (e1a7f9f)
  • docs: use client instead of package name in Node examples (#469) (8961ebf)
  • internal: add constant for default timeout (#480) (dc89753)
  • internal: minor changes to tests (#465) (c1fd563)
  • internal: remove old reference to check-test-server (8dc9afc)
  • sync spec (#470) (b493aa4)
  • tests: update prism version (#473) (6f21ecf)

Refactors

  • extract model out to a named type and rename partialjson (#477) (d2d4e36)

bedrock-sdk: v0.10.2

29 Jul 21:40
Compare
Choose a tag to compare

0.10.2 (2024-07-29)

Full Changelog: bedrock-sdk-v0.10.1...bedrock-sdk-v0.10.2

Chores

  • bedrock: use chunk for internal SSE parsing instead of completion (#472) (0f6190a)
  • docs: rename anthropic const to client (#471) (e1a7f9f)
  • internal: remove old reference to check-test-server (8dc9afc)

sdk: v0.24.3

01 Jul 14:50
Compare
Choose a tag to compare

0.24.3 (2024-07-01)

Full Changelog: sdk-v0.24.2...sdk-v0.24.3

Bug Fixes

  • types: avoid errors on certain TS versions (dd6aca5)

sdk: v0.24.2

28 Jun 20:49
Compare
Choose a tag to compare

0.24.2 (2024-06-28)

Full Changelog: sdk-v0.24.1...sdk-v0.24.2

Bug Fixes

  • partial-json: don't error on unknown tokens (d212ce1)
  • partial-json: handle null token properly (f53742f)

Chores

  • gitignore test server logs (#451) (ee1308f)
  • tests: add unit tests for partial-json-parser (4fb3bea)

sdk: v0.24.1

25 Jun 20:11
Compare
Choose a tag to compare

0.24.1 (2024-06-25)

Full Changelog: sdk-v0.24.0...sdk-v0.24.1

Bug Fixes

  • api: add string to tool result block (#448) (87af4e9)

Chores

bedrock-sdk: v0.10.1

25 Jun 20:11
Compare
Choose a tag to compare

0.10.1 (2024-06-25)

Full Changelog: bedrock-sdk-v0.10.0...bedrock-sdk-v0.10.1

Chores

sdk: v0.24.0

20 Jun 13:55
Compare
Choose a tag to compare

0.24.0 (2024-06-20)

Full Changelog: sdk-v0.23.0...sdk-v0.24.0

Features

  • api: add new claude-3-5-sonnet-20240620 model (#438) (8d60d1b)

sdk: v0.23.0

14 Jun 18:06
Compare
Choose a tag to compare

0.23.0 (2024-06-14)

Full Changelog: sdk-v0.22.0...sdk-v0.23.0

Features

  • support application/octet-stream request bodies (#436) (3a8e6ed)

Bug Fixes

vertex-sdk: v0.4.0

30 May 15:50
Compare
Choose a tag to compare

0.4.0 (2024-05-30)

Full Changelog: vertex-sdk-v0.3.7...vertex-sdk-v0.4.0

Features