Skip to content

Releases: anthropics/anthropic-sdk-typescript

vertex-sdk: v0.12.0

03 Jul 17:05
5afe643
Compare
Choose a tag to compare

0.12.0 (2025-07-03)

Full Changelog: vertex-sdk-v0.11.5...vertex-sdk-v0.12.0

Features

  • vertex: add AuthClient interface support for improved auth flexibility (b6f86e2)

sdk: v0.56.0

03 Jul 17:05
5afe643
Compare
Choose a tag to compare

0.56.0 (2025-07-03)

Full Changelog: sdk-v0.55.1...sdk-v0.56.0

Features

  • api: add support for Search Result Content Blocks (2910b28)
  • tests: add fixture-based streaming tests and improve test coverage (00424bc)
  • vertex: add AuthClient interface support for improved auth flexibility (b6f86e2)

Bug Fixes

Chores

  • add docs to RequestOptions type (38cb967)
  • api: update BetaCitationSearchResultLocation (760be6b)

Documentation

bedrock-sdk: v0.22.4

03 Jul 17:05
5afe643
Compare
Choose a tag to compare

0.22.4 (2025-07-03)

Full Changelog: bedrock-sdk-v0.22.3...bedrock-sdk-v0.22.4

Bug Fixes

  • bedrock: fix bedrock logger (f183bc9)

sdk: v0.55.1

30 Jun 18:53
55e369d
Compare
Choose a tag to compare

0.55.1 (2025-06-30)

Full Changelog: sdk-v0.55.0...sdk-v0.55.1

Bug Fixes

  • ci: release-doctor — report correct token name (5fa2ebf)
  • client: get fetchOptions type more reliably (60673ab)
  • client: use proxy in bedrock when requesting credentials from AWS (8cfd227)

Chores

  • ci: only run for pushes and fork pull requests (3d1c911)
  • client: improve path param validation (1638f13)

bedrock-sdk: v0.22.3

30 Jun 18:53
55e369d
Compare
Choose a tag to compare

0.22.3 (2025-06-30)

Full Changelog: bedrock-sdk-v0.22.2...bedrock-sdk-v0.22.3

Bug Fixes

  • client: use proxy in bedrock when requesting credentials from AWS (8cfd227)

vertex-sdk: v0.11.5

24 Jun 22:00
9996cc2
Compare
Choose a tag to compare

0.11.5 (2025-06-24)

Full Changelog: vertex-sdk-v0.11.4...vertex-sdk-v0.11.5

sdk: v0.55.0

24 Jun 22:00
9996cc2
Compare
Choose a tag to compare

0.55.0 (2025-06-24)

Full Changelog: sdk-v0.54.0...sdk-v0.55.0

Features

  • client: add support for endpoint-specific base URLs (9be46a8)

Bug Fixes

  • client: explicitly copy fetch in withOptions (3a5909b)
  • internal: resolve conflict (acfff05)
  • publish script — handle NPM errors correctly (c4a6666)
  • stream: avoid event listener leak (eb272af)

Chores

  • ci: enable for pull requests (8505818)
  • client: refactor imports (d5dff04)
  • internal: add pure annotations, make base APIResource abstract (183d39c)
  • readme: update badges (147f321)
  • readme: use better example snippet for undocumented params (5beafd5)

bedrock-sdk: v0.22.2

24 Jun 22:00
9996cc2
Compare
Choose a tag to compare

sdk: v0.54.0

11 Jun 16:04
cbc3077
Compare
Choose a tag to compare

0.54.0 (2025-06-11)

Full Changelog: sdk-v0.53.0...sdk-v0.54.0

Features

  • api: api update (e923aa1)
  • api: api update (4877181)
  • api: manual updates (99b0111)
  • client: add support for fine-grained-tool-streaming-2025-05-14 (6b35dd9)

Bug Fixes

  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (7fa10db)
  • client: improve error message in parsing JSON (7c0cb84)
  • internal: revert unintentional changes (28dccec)

Chores

  • avoid type error in certain environments (48c1a41)
  • tests: add testing for invalid json raising (52260c1)

sdk: v0.53.0

05 Jun 03:08
Compare
Choose a tag to compare

0.53.0 (2025-06-04)

Full Changelog: sdk-v0.52.0...sdk-v0.53.0

Features

  • client: add support for new text_editor_20250429 tool (e49ebfb)

Bug Fixes

  • client: correctly track input from server_tool_use input deltas (4a14253)
  • client: fix link to streaming responses docs (2ad98be)
  • compat with more runtimes (3c70ae3)

Chores

  • adjust eslint.config.mjs ignore pattern (ab404cf)
  • ci: fix release workflow (7e2e566)
  • deps: bump eslint-plugin-prettier (8f973c4)
  • docs: use top-level-await in example snippets (b4a60ee)
  • examples: show how to pass an authorization token to an MCP server (340461b)
  • improve publish-npm script --latest tag logic (4a7bdc0)
  • internal: codegen related update (345af47)
  • internal: codegen related update (6d924ef)
  • internal: fix readablestream types in node 20 (b68745b)
  • internal: fix release workflows (a8da56f)

Documentation

  • pagination: improve naming (8e62803)