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 releases Home olderv1.0.55 v1.0.57newer

Claude Code v1.0.56

4 entries read diff v1.0.55 → v1.0.56 Markdown
Find
Pick an entry · j / k steps through
4 entries

Changesopen

New Features and Improvements#

Enhanced AWS SDK Integration

  • New AWS authentication schemes: Added support for multiple authentication methods including SigV4, SigV4A, and bearer token authentication
  • Improved credential providers:
  • Added HTTP credential provider for containerized environments (ECS/EKS)
  • Enhanced SSO credential provider with automatic token refresh
  • Added support for environment variable-based credentials with account ID and credential scope
  • New authentication configuration: Users can now specify authentication scheme preferences via:
  • Environment variable: AWS_AUTH_SCHEME_PREFERENCE
  • Config file setting: auth_scheme_preference
  • Bearer tokens: AWS_BEARER_TOKEN_<SERVICE_NAME>

Protocol and Serialization Enhancements

  • Added comprehensive protocol support:
  • AWS JSON RPC (1.0 and 1.1)
  • AWS Query protocol
  • AWS EC2 Query protocol
  • AWS REST JSON
  • AWS REST XML
  • New serialization/deserialization infrastructure: Added schema-based serialization with support for complex data types including big integers, big decimals, and timestamps

Improved Error Handling

  • Service exceptions: New base ServiceException class with better error metadata
  • Protocol-specific error handling: Each AWS protocol now has specialized error deserialization
  • Enhanced error messages: More descriptive error messages with request IDs and extended metadata

Performance and Reliability

  • Request retry enhancements: Improved retry strategies with configurable retry modes
  • Connection timeout configuration: Different timeout settings based on deployment mode (standard, in-region, cross-region, mobile)
  • Middleware improvements: Added recursion detection for Lambda environments to prevent infinite loops

Developer Experience

  • Command builder pattern: New fluent API for building commands:
  Command.classBuilder()
    .n("ServiceClient", "OperationCommand")
    .f(inputFilter, outputFilter)
    .ser(serializer)
    .de(deserializer)
    .build()
  • Aggregated client support: Automatically generate convenience methods for all service operations
  • Improved logging: Better structured logging with sensitive data filtering

Bug Fixes#

  • Fixed duplicate comment issue in generated code
  • Improved URL validation for credential providers
  • Better handling of missing or invalid credentials

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Breaking Changes#

  • Node.js 16.x deprecation warning: Support will end on January 6, 2025
  • Some internal functions have been removed or refactored

Technical Improvements#

  • Added support for endpoint URL resolution with proper protocol handling
  • Enhanced XML and JSON parsing with better error recovery
  • Improved support for streaming responses and event streams
  • Better handling of binary data with proper base64 encoding/decoding

This version represents a significant enhancement to the AWS SDK integration capabilities, making it easier to work with AWS services through Claude Code's CLI interface.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v1.0.56. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Windows: Enabled shift+tab for mode switching on versions of Node.js that support terminal VT mode
  • Fixes for WSL IDE detection
  • Fix an issue causing awsRefreshHelper changes to .aws directory not to be picked up
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.