v0.59.0
Breaking Changes📦 anthropic-sdkView on GitHub →
⚠ 1 breaking✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
Release 0.59.0 removes support for older deprecated models and improves response parsing for metadata and extra field types.
⚠️ Breaking Changes
- Removal of older deprecated models from the API. Requests using these model identifiers will now fail.
Migration Steps
- Identify and replace any references to legacy/deprecated model strings with current supported models (e.g., Claude 3.5 Sonnet or Claude 3 Opus).
✨ New Features
- Updated API model definitions to reflect the removal of legacy models.
🐛 Bug Fixes
- Fixed parsing logic to ignore empty metadata fields.
- Improved parsing to support additional field types.