Skip to content
Closed
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/fix-ai-sdk-middleware-metrics.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/groq-audio-apis.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/instrument-google-genai-multimodal-apis.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openai-multimodal-instrumentation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pi-tool-current-span.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-pumas-smoke.md

This file was deleted.

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

## 3.35.0

### Minor Changes

- feat: Fix token metrics with AI SDK middleware (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2497)
- feat: Add instrumentation for openai multimodal APIs (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2434)

### Patch Changes

- feat(groq): Instrument groq audio APIs (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2473)
- feat: Instrument Google GenAI multimodal APIs (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2484)
- fix: Keep Pi Coding Agent tool spans current during execution so nested spans attach to the tool span. Thanks @btaaron! (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2499)
- fix: Capture provider managed tool calls and capture right provider when using Vercel AI gateway (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2507)

## 3.34.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.34.0",
"version": "3.35.0",
"description": "SDK for integrating Braintrust",
"repository": {
"type": "git",
Expand Down