Change8

Migrating to Anthropic SDK v0.84.0

Version v0.84.0 introduces 1 breaking change. This guide details how to update your code.

Released: 2/25/2026

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

api.array_format

Breaking Changes

Issue #1

The API parameter `array_format` has been changed to use brackets (`[]`) for array serialization. If you were relying on a different format, you may need to update how you construct API requests that include arrays.

Migration Steps

  1. 1
    If you manually construct API requests that include arrays, ensure your serialization logic now uses bracket notation (e.g., `param[]=value1&param[]=value2`).

Release Summary

Version 0.84.0 updates API serialization for arrays to use bracket notation and introduces new conversion helpers for MCP tools and prompts. The project documentation has also been rebranded to Claude SDK.

Need More Details?

View the full release notes and all changes for Anthropic SDK v0.84.0.

View Full Changelog