Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.113 Home All releases olderv2.1.112 v2.1.114newer
Claude Code v2.1.113

AWS Bedrock SDK Integration

A complete AWS SDK v3 integration for Bedrock Runtime has been added, including:

  • Bedrock Runtime client with full middleware stack
  • AWS Signature Version 4 (SigV4) request signing
  • OAuth2 credential provider for AWS login flows
  • ECS/EKS container credentials support
  • Assume Role with MFA support
  • 30+ Bedrock API command definitions (guardrails, inference profiles, model management)
  • AWS STS client for credential operations
  • EventStream marshalling for real-time bidirectional communication

This replaces the previous Bedrock integration approach with a more complete, standards-compliant AWS SDK implementation.

See this entry in the whole of v2.1.113 →