WHY you should care
The Claude Code bump is boring (just bug fixes), but the SDK releases have real substance:
Middleware ordering fix (TS SDK 0.102.0, AWS 0.4.1, Bedrock 0.30.1):
run middleware before request signing — if you have custom middleware on AWS/Bedrock, this fixes potential auth issues where middleware was running after signing (which could corrupt signatures).
Managed Agents type updates (Python 0.107.0, TS 0.102.0):
- Small type refinements to the Managed Agents API. If you're building on managed agents, worth a quick glance at the types.
Versions
- Claude Code: 2.1.167 → 2.1.168
- Python SDK: 0.106.0 → 0.107.0
- TypeScript SDK: 0.101.0 → 0.102.0
- AWS SDK: 0.4.0 → 0.4.1
- Bedrock SDK: 0.30.0 → 0.30.1
Source PR
thevibeworks/claude-code-docs#1019
cc @lroolle
WHY you should care
The Claude Code bump is boring (just bug fixes), but the SDK releases have real substance:
Middleware ordering fix (TS SDK 0.102.0, AWS 0.4.1, Bedrock 0.30.1):
run middleware before request signing— if you have custom middleware on AWS/Bedrock, this fixes potential auth issues where middleware was running after signing (which could corrupt signatures).Managed Agents type updates (Python 0.107.0, TS 0.102.0):
Versions
Source PR
thevibeworks/claude-code-docs#1019
cc @lroolle