Skip to content

Claude Code v2.1.167 → v2.1.168: SDK middleware fix for AWS/Bedrock + Managed Agents types #366

Description

@claude-yolo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions