Skip to content

chore(deps-dev): bump @anthropic-ai/sdk from 0.95.2 to 0.96.0 in /js#2930

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/js/anthropic-ai/sdk-0.96.0
Open

chore(deps-dev): bump @anthropic-ai/sdk from 0.95.2 to 0.96.0 in /js#2930
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/js/anthropic-ai/sdk-0.96.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps @anthropic-ai/sdk from 0.95.2 to 0.96.0.

Release notes

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

sdk: v0.96.0

0.96.0 (2026-05-13)

Full Changelog: sdk-v0.95.2...sdk-v0.96.0

Features

  • api: Add BetaManagedAgentsSearchResultBlock types (08f02f3)
  • api: Add support for cache diagnostics beta (eafbd6d)

Bug Fixes

  • zod: ensure only zod/v4 types are used (#992) (9e08bcc)

Chores

Changelog

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

0.96.0 (2026-05-13)

Full Changelog: sdk-v0.95.2...sdk-v0.96.0

Features

  • api: Add BetaManagedAgentsSearchResultBlock types (08f02f3)
  • api: Add support for cache diagnostics beta (eafbd6d)

Bug Fixes

  • zod: ensure only zod/v4 types are used (#992) (9e08bcc)

Chores

Commits
  • a53f60d chore: release main
  • d1b8d04 feat(api): Add support for cache diagnostics beta
  • 8e43bf8 chore(api): spec updates
  • 697e4d5 codegen metadata
  • cd5801c feat(api): Add BetaManagedAgentsSearchResultBlock types
  • dce6bc7 ci: pin GitHub Actions to commit SHAs
  • 4eee523 fix(zod): ensure only zod/v4 types are used (#992)
  • See full diff 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.95.2 to 0.96.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@sdk-v0.95.2...sdk-v0.96.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.96.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2026
@github-actions
Copy link
Copy Markdown

JS perf benchmark

Lower is better. Noisy on shared runners — treat as a signal, not a gate.

Base64-heavy payload

Single large base64 string per message — the shape the worker-offload path is optimized for.
Payload: 2511.2 KB in / 5.2 KB out, 100 runs.

metric main this PR delta
Wall time (ms) 1426.81 1485.77 +4.1%
createRun total (ms) 70.12 77.82 +11.0%
createRun p50 (ms) 0.48 0.47 -2.2%
createRun p95 (ms) 1.29 1.88 +46.0%
createRun p99 (ms) 24.43 29.63 +21.3%
createRun max (ms) 24.43 29.63 +21.3%
updateRun total (ms) 34.53 38.59 +11.8%
updateRun p95 (ms) 0.70 0.64 -9.3%
loop lag total (ms) 609.60 640.28 +5.0%
loop lag p50 (ms) 0.09 0.09 +5.1%
loop lag p95 (ms) 4.02 3.14 -21.8%
loop lag p99 (ms) 21.65 9.90 -54.3%
loop lag max (ms) 114.97 81.58 -29.0%

Structural payload

Many small strings across a wide/nested object graph. Should bypass worker offload and use sync flush.
Payload: 1239.5 KB in / 13.3 KB out, 100 runs.

metric main this PR delta
Wall time (ms) 1208.91 1185.28 -2.0%
createRun total (ms) 334.02 331.78 -0.7%
createRun p50 (ms) 2.58 2.59 +0.5%
createRun p95 (ms) 6.58 7.52 +14.4%
createRun p99 (ms) 21.69 13.71 -36.8%
createRun max (ms) 21.69 13.71 -36.8%
updateRun total (ms) 28.46 25.73 -9.6%
updateRun p95 (ms) 0.57 0.56 -1.7%
loop lag total (ms) 787.97 766.15 -2.8%
loop lag p50 (ms) 0.06 0.07 +1.2%
loop lag p95 (ms) 3.63 3.72 +2.4%
loop lag p99 (ms) 92.50 91.64 -0.9%
loop lag max (ms) 123.98 103.50 -16.5%

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