Skip to content

1.11.0

Choose a tag to compare

@sebsto sebsto released this 23 May 15:29
· 15 commits to main since this release
3d8bb18

What's New

Claude Opus 4.7 support — You can now use anthropic.claude-opus-4-7 with its full 1M token context window and 128K max output. It supports text generation, system prompts, documents, vision, tool use, reasoning, and global cross-region inference.

AWS Login authentication — A new .login(profileName:) authentication method lets you authenticate using aws login (SSO) credentials. Handy if your org uses IAM Identity Center.

Fixes

  • Fixed deprecation warnings introduced by recent AWS SDK updates (migrated to new client config types, removed redundant Sendable conformances).

Dependency Updates

  • aws-sdk-swift bumped to 1.7.0

What's Changed

  • Bump minimatch from 9.0.5 to 9.0.9 in /Examples/web-playground/frontend by @dependabot[bot] in #71
  • Bump picomatch from 2.3.1 to 2.3.2 in /Examples/web-playground/frontend by @dependabot[bot] in #73
  • Bump postcss from 8.5.3 to 8.5.10 in /Examples/web-playground/frontend by @dependabot[bot] in #75
  • Bump next from 16.1.5 to 16.2.6 in /Examples/web-playground/frontend by @dependabot[bot] in #76
  • Fix deprecation warnings from AWS SDK update by @sebsto in #77
  • Add aws login authentication support by @sebsto in #78
  • Add support for Claude Opus 4.7 by @sebsto in #79
  • Trigger CI on push to main to seed SPM cache by @sebsto in #80
  • Migrate steering rules from Amazon Q to Kiro by @sebsto in #81

Full Changelog: 1.10.0...1.11.0