Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/agents-instrumentation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bump-eve-e2e.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-dependencies-rise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/capture-strands-system-prompt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cloudflare-ai-chat-instrumentation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-interactions-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-google-gen-ai-token-counting.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/global-hooks-cutover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-adk-tokens.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/secure-dependencies-bump.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/streamlined-release-actions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strict-telemetry-types.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/trace-huggingface-transformers.md

This file was deleted.

17 changes: 17 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# braintrust

## 3.26.0

### Minor Changes

- feat: Add `agents` instrumentation (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2257)
- feat: Add `@cloudflare/ai-chat` instrumentation (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2256)
- feat: Add instrumentation for `@huggingface/transformers` (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2271)

### Patch Changes

- fix: Capture system prompt in Strands agent model span input (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2311)
- fix(google-gen-ai): Fix output token counting for interactions API (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2307)
- fix(google-gen-ai): Fix output token counting for generate content API (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2308)
- ref: Replace diagnostic channels with proprietary global hooks (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2275)
- fix(google-adk): Fix token count in google adk (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2312)
- fix(ai-sdk): Fix type compat by returning any from `braintrustAISDKTelemetry` (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2309)

## 3.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braintrust",
"version": "3.25.0",
"version": "3.26.0",
"description": "SDK for integrating Braintrust",
"repository": {
"type": "git",
Expand Down
Loading