Skip to content

Commit d076e6d

Browse files
committed
Clean up changelog
1 parent 6e7ad0b commit d076e6d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

integrations/langchain-js/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Patch Changes
66

7-
- feat: Add LangChain and LangGraph auto-instrumentation. The `@braintrust/langchain-js` `BraintrustCallbackHandler` now delegates to the shared implementation in `braintrust`, removing duplicated span/metric extraction logic. (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/1897)
7+
- feat: Add LangChain and LangGraph auto-instrumentation (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/1897)
88
- Updated dependencies: braintrust@3.12.0
99

1010
## 0.2.3

js/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
### Patch Changes
1313

1414
- feat: Add OpenAI Agents SDK auto-instrumentation (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/1891)
15-
- feat: Add LangChain and LangGraph auto-instrumentation. The `@braintrust/langchain-js` `BraintrustCallbackHandler` now delegates to the shared implementation in `braintrust`, removing duplicated span/metric extraction logic. (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/1897)
16-
- fix(security): reject `__proto__`, `constructor`, and `prototype` keys in `mergeDicts` / `mergeDictsWithPaths` to prevent prototype pollution from untrusted merge sources Thanks @cpinn! (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2026)
17-
- feat: Allow for multi project tracing by removing parent project ID restriction Thanks @ankrgyl! (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2044)
18-
- feat: Do not collect git metadata by default when organization-level git metadata settings are absent Thanks @alexr17! (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2045)
19-
- Add exponential backoff between existing `get_json` retry attempts. Thanks @btaaron! (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/1965)
15+
- feat: Add LangChain and LangGraph auto-instrumentation (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/1897)
16+
- fix(security): reject `__proto__`, `constructor`, and `prototype` keys in `mergeDicts` / `mergeDictsWithPaths` to prevent prototype pollution from untrusted merge sources (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2026)
17+
- feat: Allow for multi project tracing by removing parent project ID restriction (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2044)
18+
- feat: Do not collect git metadata by default when organization-level git metadata settings are absent (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2045)
19+
- Add exponential backoff between existing `get_json` retry attempts (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/1965)
2020

2121
## 3.11.0
2222

0 commit comments

Comments
 (0)