diff --git a/.changeset/thin-spies-train.md b/.changeset/thin-spies-train.md deleted file mode 100644 index 28a3612e9..000000000 --- a/.changeset/thin-spies-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"braintrust": minor ---- - -feat(flue): Update flue instrumentation to use new observe hooks diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index 37450fa0e..cd5bd5a3a 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -1,5 +1,11 @@ # braintrust +## 3.15.0 + +**Attention:** This release is technically a breaking change because it removes the `wrapFlueContext`, and `wrapFlueSession` exports for `@flue/runtime`. This release was still deemed as a minor because of the experimental state of flue and limited adoption of `@flue/runtime` instrumentation. + +- feat(flue): Update flue instrumentation to use new observe hooks (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2070) + ## 3.14.0 ### Minor Changes diff --git a/js/package.json b/js/package.json index 8361036e0..3122c2184 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "braintrust", - "version": "3.14.0", + "version": "3.15.0", "description": "SDK for integrating Braintrust", "repository": { "type": "git",