diff --git a/.changeset/mastra-logfeedback-row-id.md b/.changeset/mastra-logfeedback-row-id.md deleted file mode 100644 index 0f5230ca1..000000000 --- a/.changeset/mastra-logfeedback-row-id.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"braintrust": patch ---- - -fix(mastra): Use the Mastra span id as the Braintrust row id so `logFeedback` attaches to the right row instead of landing as a stray. Matches the upstream `@mastra/braintrust` fix (mastra-ai/mastra#11927). diff --git a/.changeset/sparkly-pets-report.md b/.changeset/sparkly-pets-report.md deleted file mode 100644 index 648203999..000000000 --- a/.changeset/sparkly-pets-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"braintrust": minor ---- - -feat: Add first party eve instrumentation diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index 2a2dad5bc..a48d34f19 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -1,5 +1,15 @@ # braintrust +## 3.22.0 + +### Minor Changes + +- feat: Add first party eve instrumentation (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2203) + +### Patch Changes + +- fix(mastra): Use the Mastra span id as the Braintrust row id so `logFeedback` attaches to the right row instead of landing as a stray (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2211) + ## 3.21.0 ### Minor Changes diff --git a/js/package.json b/js/package.json index 63066c3b0..aee87cd9c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "braintrust", - "version": "3.21.0", + "version": "3.22.0", "description": "SDK for integrating Braintrust", "repository": { "type": "git",