Skip to content

Commit

Permalink
chore(js): update versions (#1079)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 24, 2024
1 parent 518f298 commit bcd116b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
6 changes: 0 additions & 6 deletions js/.changeset/khaki-students-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions js/.changeset/tasty-masks-own.md

This file was deleted.

10 changes: 10 additions & 0 deletions js/packages/openinference-instrumentation-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @arizeai/openinference-instrumentation-langchain

## 1.0.0

### Major Changes

- c03a5b6: add support for trace config to OpenAI and LangChain auto instrumentors to allow for attribute masking on spans

### Minor Changes

- 518f298: add support for @langchain/core version ^0.3.0

## 0.2.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-instrumentation-langchain",
"version": "0.2.1",
"version": "1.0.0",
"description": "OpenInference Instrumentation for LangChain.js",
"private": false,
"main": "dist/src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions js/packages/openinference-instrumentation-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arizeai/openinference-instrumentation-openai

## 1.0.0

### Major Changes

- c03a5b6: add support for trace config to OpenAI and LangChain auto instrumentors to allow for attribute masking on spans

## 0.6.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-instrumentation-openai",
"version": "0.6.0",
"version": "1.0.0",
"description": "OpenInference instrumentation for OpenAI",
"private": false,
"main": "dist/src/index.js",
Expand Down

0 comments on commit bcd116b

Please sign in to comment.