Skip to content

Releases: anthropics/anthropic-sdk-typescript

vertex-sdk: v0.19.7

Choose a tag to compare

@stainless-app stainless-app released this 04 Sep 22:20
ba14b1f

0.19.7 (2026-09-04)

Full Changelog: vertex-sdk-v0.19.6...vertex-sdk-v0.19.7

Chores

  • examples: refresh platform model IDs (#376) (2637d11)

sdk: v0.124.0

Choose a tag to compare

@stainless-app stainless-app released this 04 Sep 22:20
ba14b1f

0.124.0 (2026-09-04)

Full Changelog: sdk-v0.123.0...sdk-v0.124.0

Features

  • api: add Claude Tag category and user breakdowns to usage reports (669ff22)
  • api: add named types for organization compliance settings state (54be8da)
  • api: add support for sending a workspace ID on more endpoints (a11e6f1)

Bug Fixes

  • repair custom-code merge in messages resources (#455) (7ac43b9)
  • tools: create agent-toolset files and directories owner-only (#485) (a9c2298)

Chores

  • internal: bundle the mock server spec and update breaking-change detection (8752d02)
  • internal: codegen related update (a63afbc)
  • tests: reword the skip reason on the path-level query param tests (999bee5)

Documentation

  • api: update a few doc strings (2ef3d59)

foundry-sdk: v0.4.5

Choose a tag to compare

@stainless-app stainless-app released this 04 Sep 22:20
ba14b1f

0.4.5 (2026-09-04)

Full Changelog: foundry-sdk-v0.4.4...foundry-sdk-v0.4.5

Chores

  • examples: refresh platform model IDs (#376) (2637d11)

bedrock-sdk: v0.33.4

Choose a tag to compare

@stainless-app stainless-app released this 04 Sep 22:20
ba14b1f

0.33.4 (2026-09-04)

Full Changelog: bedrock-sdk-v0.33.3...bedrock-sdk-v0.33.4

Chores

  • examples: refresh platform model IDs (#376) (2637d11)

aws-sdk: v0.7.0

Choose a tag to compare

@stainless-app stainless-app released this 04 Sep 22:20
ba14b1f

0.7.0 (2026-09-04)

Full Changelog: aws-sdk-v0.6.6...aws-sdk-v0.7.0

Features

  • api: add support for sending a workspace ID on more endpoints (a11e6f1)

sdk: v0.123.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Sep 17:50
4140e0e

0.123.0 (2026-09-01)

Full Changelog: sdk-v0.122.0...sdk-v0.123.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (3efb1a1)
  • api: manual updates (c6f0bda)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (8e2f0c2)

Bug Fixes

  • keep credential file access out of non-Node bundles (ab6a4b2)

Chores

  • internal: codegen related update (788ea8b)

Documentation

  • changelog: detail the beta files/skills GA-shape change (#1175) (4951de0)

sdk: v0.122.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Aug 20:33

0.122.0 (2026-08-27)

Full Changelog: sdk-v0.121.0...sdk-v0.122.0

Features

  • api: beta files/skills namespaces use GA shapes; drop dated beta header pins (45d693a)

Bug Fixes

  • client: classify cross-realm DOMException abort/timeout errors correctly (1bd6395)
  • client: use configured logger for SSE parse errors (80eeaf7)
  • sessions: make event accumulator forward-compatible with new event types (#410) (2d084fd)
  • tools: let read return a view_range of a file over the size cap (#427) (56b3260)
  • uploads: default bare Blob filename on skills endpoints (#422) (e111649)
  • webhooks: require headers to be passed to unwrap() (3230804)

Chores

  • internal: codegen related update (c2f327a)

Documentation

  • api: clarify pagination on the organization rate-limit list endpoints (d6015b9)
  • document TypeScript 5.0 as the minimum supported version (788e721)

bedrock-sdk: v0.33.3

Choose a tag to compare

@stainless-app stainless-app released this 27 Aug 20:33

0.33.3 (2026-08-27)

Full Changelog: bedrock-sdk-v0.33.2...bedrock-sdk-v0.33.3

Bug Fixes

  • aws,bedrock: prefer env credentials over AWS_PROFILE (#436) (d1fd5dd)
  • aws,bedrock: sign repeated query keys correctly with SigV4 (#409) (6a7e22a)

aws-sdk: v0.6.6

Choose a tag to compare

@stainless-app stainless-app released this 27 Aug 20:33

0.6.6 (2026-08-27)

Full Changelog: aws-sdk-v0.6.5...aws-sdk-v0.6.6

Bug Fixes

  • aws,bedrock: prefer env credentials over AWS_PROFILE (#436) (d1fd5dd)
  • aws,bedrock: sign repeated query keys correctly with SigV4 (#409) (6a7e22a)

vertex-sdk: v0.19.6

Choose a tag to compare

@stainless-app stainless-app released this 26 Aug 17:24

0.19.6 (2026-08-26)

Full Changelog: vertex-sdk-v0.19.5...vertex-sdk-v0.19.6

Chores

  • examples: remove redundant main().catch boilerplate (154ace7)