Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps @anthropic-ai/bedrock-sdk from 0.10.4 to 0.25.0.

Release notes

Sourced from @​anthropic-ai/bedrock-sdk's releases.

bedrock-sdk: v0.25.0

0.25.0 (2025-09-17)

Full Changelog: bedrock-sdk-v0.24.0...bedrock-sdk-v0.25.0

Features

  • client: add support for toolRunner helpers (28f5837)

bedrock-sdk: v0.24.0

0.24.0 (2025-08-05)

Full Changelog: bedrock-sdk-v0.23.0...bedrock-sdk-v0.24.0

Features

  • api: removed older deprecated models (352a5fd)

Chores

bedrock-sdk: v0.23.0

0.23.0 (2025-07-21)

Full Changelog: bedrock-sdk-v0.22.4...bedrock-sdk-v0.23.0

Features

  • bedrock: better edge runtime support (#462) (5f8d1bb)

Bug Fixes

  • bedrock: fix lint errors (aa40e9c)

bedrock-sdk: v0.22.4

0.22.4 (2025-07-03)

Full Changelog: bedrock-sdk-v0.22.3...bedrock-sdk-v0.22.4

Bug Fixes

  • bedrock: fix bedrock logger (f183bc9)

bedrock-sdk: v0.22.3

0.22.3 (2025-06-30)

Full Changelog: bedrock-sdk-v0.22.2...bedrock-sdk-v0.22.3

... (truncated)

Changelog

Sourced from @​anthropic-ai/bedrock-sdk's changelog.

0.25.0 (2024-07-29)

Full Changelog: sdk-v0.24.3...sdk-v0.25.0

Features

  • add back compat alias for InputJsonDelta (8b08161)
  • client: make request-id header more accessible (#462) (5ea6f8b)

Bug Fixes

  • compat: remove ReadableStream polyfill redundant since node v16 (#478) (75f5710)
  • use relative paths (#475) (a8ca93c)

Chores

  • bedrock: use chunk for internal SSE parsing instead of completion (#472) (0f6190a)
  • ci: also run workflows for PRs targeting next (#464) (cc405a8)
  • docs: fix incorrect client var names (#479) (a247935)
  • docs: mention lack of support for web browser runtimes (#468) (968a7fb)
  • docs: minor update to formatting of API link in README (#467) (50b9f2b)
  • docs: rename anthropic const to client (#471) (e1a7f9f)
  • docs: use client instead of package name in Node examples (#469) (8961ebf)
  • internal: add constant for default timeout (#480) (dc89753)
  • internal: minor changes to tests (#465) (c1fd563)
  • internal: remove old reference to check-test-server (8dc9afc)
  • sync spec (#470) (b493aa4)
  • tests: update prism version (#473) (6f21ecf)

Refactors

  • extract model out to a named type and rename partialjson (#477) (d2d4e36)

0.24.3 (2024-07-01)

Full Changelog: sdk-v0.24.2...sdk-v0.24.3

Bug Fixes

  • types: avoid errors on certain TS versions (dd6aca5)

0.24.2 (2024-06-28)

Full Changelog: sdk-v0.24.1...sdk-v0.24.2

Bug Fixes

... (truncated)

Commits
  • 52a5aca chore: release main
  • 2877590 chore(internal): add constant for default timeout (#480)
  • e31a467 chore(internal): remove old reference to check-test-server
  • 61625d2 chore(docs): fix incorrect client var names (#479)
  • 5e9ac2c fix(compat): remove ReadableStream polyfill redundant since node v16 (#478)
  • 711d1d5 feat: add back compat alias for InputJsonDelta
  • e64cd50 refactor: extract model out to a named type and rename partialjson (#477)
  • dfd0eca fix: use relative paths (#475)
  • 869e9f0 chore(tests): update prism version (#473)
  • 9515f60 chore(bedrock): use chunk for internal SSE parsing instead of completion ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade @anthropic-ai/bedrock-sdk from 0.10.4 to 0.25.0 to pick up upstream fixes and improvements (better streaming and request-id access). No app code changes.

  • Dependencies

    • Bumped @anthropic-ai/bedrock-sdk to ^0.25.0.
    • Pulls in @anthropic-ai/sdk 0.63.x (optional zod peer) and newer AWS/Smithy packages.
  • Migration

    • Verify we don’t use removed deprecated model IDs.
    • Ensure runtime is Node 18+ (required by updated AWS/Smithy packages).

Bumps [@anthropic-ai/bedrock-sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.10.4 to 0.25.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@bedrock-sdk-v0.10.4...sdk-v0.25.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/bedrock-sdk"
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants