Skip to content

Releases: anthropics/anthropic-sdk-go

v1.35.1

13 Apr 18:07

Choose a tag to compare

1.35.1 (2026-04-13)

Full Changelog: v1.35.0...v1.35.1

Bug Fixes

  • streaming: add missing events (227b83e)

v1.35.0

10 Apr 22:27

Choose a tag to compare

1.35.0 (2026-04-10)

Full Changelog: v1.34.0...v1.35.0

Features

Bug Fixes

  • tools: convert tool response type to array (#748) (3a18787)

Documentation

v1.34.0

09 Apr 18:14

Choose a tag to compare

1.34.0 (2026-04-09)

Full Changelog: v1.33.0...v1.34.0

Features

  • api: Add beta advisor tool (3a6ddba)

v1.33.0

08 Apr 16:54
f7e7e64

Choose a tag to compare

1.33.0 (2026-04-08)

Full Changelog: v1.32.0...v1.33.0

Features

  • api: add support for Claude Managed Agents (722b2ac)

v1.32.0

07 Apr 18:41

Choose a tag to compare

1.32.0 (2026-04-07)

Full Changelog: v1.31.0...v1.32.0

Features

  • bedrock: add AnthropicBedrockMantle client (#704) (058e8fa)

v1.31.0

07 Apr 17:50

Choose a tag to compare

1.31.0 (2026-04-07)

Full Changelog: v1.30.0...v1.31.0

Features

  • api: Add support for claude-mythos-preview (7144a65)

v1.30.0

03 Apr 18:56

Choose a tag to compare

1.30.0 (2026-04-03)

Full Changelog: v1.29.0...v1.30.0

Features

  • vertex: add support for US multi-region endpoint (6f40457)

v1.29.0

01 Apr 20:01

Choose a tag to compare

1.29.0 (2026-04-01)

Full Changelog: v1.28.0...v1.29.0

Features

  • api: add structured stop_details to message responses (1053799)

Chores

  • internal: client updates (531283d)

v1.28.0

31 Mar 20:10

Choose a tag to compare

1.28.0 (2026-03-31)

Full Changelog: v1.27.1...v1.28.0

Features

  • internal: support comma format in multipart form encoding (97ed8a1)

Bug Fixes

  • bump buger/jsonparser to v1.1.2 (GO-2026-4514) (#665) (96565eb)
  • prevent duplicate ? in query params (0afa75c)
  • types: generate shared enum types that are not referenced by other schemas (5dc86f2)

Chores

  • ci: run builds on CI even if only spec metadata changed (010a16f)
  • ci: skip lint on metadata-only changes (8cc7cec)
  • ci: support opting out of skipping builds on metadata-only commits (adc7184)
  • client: fix multipart serialisation of Default() fields (3fc3613)
  • internal: bump go toolchain to go1.25.8 to address std lib vulnerabilities (e3feecb)
  • internal: support default value struct tag (fc68556)
  • internal: update gitignore (e2a5dd1)
  • remove unnecessary error check for url parsing (6d42216)
  • tests: bump steady to v0.19.4 (3ca1569)
  • tests: bump steady to v0.19.5 (7364e49)
  • tests: bump steady to v0.19.6 (28ebd01)
  • tests: bump steady to v0.19.7 (77fc869)
  • tests: bump steady to v0.20.1 (e52beb5)
  • tests: bump steady to v0.20.2 (3a20191)
  • update docs for api:"required" (aa0a03a)

v1.27.1

18 Mar 18:42

Choose a tag to compare

1.27.1 (2026-03-18)

Full Changelog: v1.27.0...v1.27.1

Chores

  • internal: regenerate SDK with no functional changes (c963fd0)
  • internal: tweak CI branches (95e3410)