Releases: anthropics/anthropic-sdk-typescript
Releases · anthropics/anthropic-sdk-typescript
vertex-sdk: v0.11.0
0.11.0 (2025-05-09)
Full Changelog: vertex-sdk-v0.10.0...vertex-sdk-v0.11.0
Features
- api: add claude-3.7 + support for thinking (456e7d5)
- api: add claude-3.7 + support for thinking (01a985b)
- vertex: add beta.messages.create() (08a8928)
- vertex: support token counting (a4a3729)
Bug Fixes
- bedrock,vertex: update to new SDK version (cb620bb)
- vertex,bedrock: correct build script (df895a7)
- vertex: add beta.messages.countTokens method (2cbeabc)
- vertex: correct messages beta handling (a41193d)
- vertex: don't mutate request body inputs (2709c1f)
- vertex: remove
anthropic_version
deletion for token counting (beefeb7)
Chores
- bedrock,vertex: remove unsupported countTokens method (#597) (6f6db16)
- internal: migrate to eslint v9 (1141664)
- vertex: bump dependency on @anthropic-ai/sdk (5795a68)
Documentation
sdk: v0.50.3
sdk: v0.50.2
0.50.2 (2025-05-09)
Full Changelog: sdk-v0.50.1...sdk-v0.50.2
Bug Fixes
- ci: bump publish workflow to node 20 (306a081)
Chores
Documentation
- update readme (ef0c60a)
sdk: v0.50.1
0.50.1 (2025-05-09)
Full Changelog: sdk-v0.50.0...sdk-v0.50.1
sdk: v0.50.0
0.50.0 (2025-05-09)
Full Changelog: sdk-v0.41.0...sdk-v0.50.0
Features
- api: adds web search capabilities to the Claude API (b36623f)
- api: manual updates (80d5daa)
- api: manual updates (3124e2b)
- client: add withOptions helper (caab783)
Bug Fixes
- bedrock,vertex: update to new SDK version (cb620bb)
- client: send all configured auth headers (3961628)
- internal: fix file uploads in node 18 jest (1071b34)
- mcp: remove unused tools.ts (4c4d763)
- messages: updates for server tools (c2709b2)
- update old links (f33a68a)
- vertex,bedrock: correct build script (df895a7)
Chores
- bedrock: add
skipAuth
option to allow users to let authorization be handled elsewhere (ee58772) - bedrock: bump @aws-sdk dependencies (ff925db)
- bedrock: bump @aws-sdk/credential-providers (9f611d6)
- ci: add timeout thresholds for CI jobs (385f900)
- ci: only use depot for staging repos (1f05880)
- ci: run on more branches and use depot runners (7176150)
- client: drop support for EOL node versions (ffbb2da)
- client: minor internal fixes (595678f)
- internal: codegen related update (a6ae129)
- internal: fix format script (9ce30ba)
- internal: formatting fixes (7bd4594)
- internal: improve index signature formatting (7dc3e19)
- internal: improve node 18 shims (c6780dd)
- internal: reduce CI branch coverage (464431d)
- internal: refactor utils (b3dee57)
- internal: share typescript helpers (74187db)
- internal: upload builds and expand CI branch coverage (bbda5d3)
- perf: faster base64 decoding (975795a)
- tests: improve enum examples (66cf6d4)
Documentation
- readme: fix typo (6f8fce9)
bedrock-sdk: v0.21.2
0.21.2 (2025-05-09)
Full Changelog: bedrock-sdk-v0.21.1...bedrock-sdk-v0.21.2
Bug Fixes
- client: always overwrite when merging headers (657912a)
bedrock-sdk: v0.21.1
0.21.1 (2025-05-09)
Full Changelog: bedrock-sdk-v0.21.0...bedrock-sdk-v0.21.1
Chores
- sync repo (508e385)
bedrock-sdk: v0.21.0
0.21.0 (2025-05-09)
Full Changelog: bedrock-sdk-v0.20.0...bedrock-sdk-v0.21.0
Features
- bedrock: add beta.messages.create() method (faf8484)
Bug Fixes
- bedrock,vertex: update to new SDK version (cb620bb)
- bedrock: correct messages beta handling (f34d67a)
- bedrock: don't mutate request body inputs (4523ca9)
- bedrock: update streaming util import (01d03bf)
- streaming: handle more AbortError cases (521d6cd)
- vertex,bedrock: correct build script (df895a7)
Chores
- bedrock,vertex: remove unsupported countTokens method (#597) (6f6db16)
- bedrock: add
skipAuth
option to allow users to let authorization be handled elsewhere (ee58772) - bedrock: bump @aws-sdk dependencies (ff925db)
- bedrock: bump @aws-sdk dependencies (9891107)
- bedrock: bump @aws-sdk/credential-providers (9f611d6)
- bedrock: bump @aws-sdk/credential-providers (491646e)
- bedrock: bump dependency on @anthropic-ai/sdk (2d0d4b6)
- bedrock: remove unsupported methods (8bb04ed)
- internal: migrate to eslint v9 (1141664)
Documentation
bedrock-sdk: v0.12.7
sdk: v0.41.0
0.41.0 (2025-05-07)
Full Changelog: sdk-v0.40.1...sdk-v0.41.0
Features
- api: adds web search capabilities to the Claude API (fae7e52)
Chores
- ci: bump node version for release workflows (3502747)