Skip to content

Releases: langfuse/langfuse-js

v3.12.2

20 Jun 16:58
Compare
Choose a tag to compare

What's Changed

  • fix: streamed function/tool calls by @hassiebp in #262

  • chore(deps-dev): bump eslint-plugin-react from 7.34.2 to 7.34.3 by @dependabot in #261

  • chore(deps-dev): bump openapi-typescript from 6.7.6 to 7.0.0 by @dependabot in #259

  • chore(deps-dev): bump @types/node from 20.14.5 to 20.14.6 by @dependabot in #260

Full Changelog: v3.12.1...v3.12.2

v3.12.1

19 Jun 14:16
Compare
Choose a tag to compare

What's Changed

  • feat(prompts): add tags to api by @marcklingen in #220
  • feat(traces): add sessionId filter for traces endpoint by @RichardKruemmel in #221
  • fix: use langchain runName as trace name if provided by @4t8dd in #258
  • chore(deps-dev): bump tsx from 4.10.2 to 4.11.2 by @dependabot in #219
  • chore(deps-dev): bump @rollup/plugin-commonjs from 25.0.7 to 26.0.1 by @dependabot in #223
  • chore(deps-dev): bump lerna from 8.1.2 to 8.1.3 by @dependabot in #207
  • chore(deps-dev): bump dotenv-cli from 7.4.1 to 7.4.2 by @dependabot in #205
  • chore(deps-dev): bump openapi-typescript from 6.7.5 to 6.7.6 by @dependabot in #214
  • chore(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in #222
  • chore(deps-dev): bump @babel/preset-typescript from 7.24.1 to 7.24.7 by @dependabot in #228
  • chore(deps-dev): bump tslib from 2.6.2 to 2.6.3 by @dependabot in #225
  • chore(deps-dev): bump @babel/preset-react from 7.24.1 to 7.24.7 by @dependabot in #226
  • chore(deps-dev): bump @types/node from 20.12.12 to 20.14.2 by @dependabot in #224
  • chore(deps-dev): bump prettier from 3.2.5 to 3.3.1 by @dependabot in #227
  • chore(deps-dev): bump eslint-plugin-react from 7.34.1 to 7.34.2 by @dependabot in #234
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #235
  • chore(deps-dev): bump tsx from 4.11.2 to 4.15.2 by @dependabot in #233
  • chore(deps-dev): bump rollup from 4.17.2 to 4.18.0 by @dependabot in #230
  • chore(deps): bump axios from 1.6.8 to 1.7.2 by @dependabot in #232
  • chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/example-web-nextjs by @dependabot in #236
  • chore(deps-dev): bump rollup-plugin-dts from 6.1.0 to 6.1.1 by @dependabot in #231
  • chore(deps-dev): bump prettier from 3.3.1 to 3.3.2 by @dependabot in #242
  • chore(deps-dev): bump tsx from 4.15.2 to 4.15.5 by @dependabot in #246
  • chore(deps-dev): bump @babel/core from 7.24.5 to 7.24.7 by @dependabot in #241
  • chore(deps-dev): bump commander from 12.0.0 to 12.1.0 by @dependabot in #238
  • chore(deps): bump langchain from 0.2.3 to 0.2.5 by @dependabot in #240
  • chore(deps-dev): bump @babel/preset-env from 7.24.5 to 7.24.7 by @dependabot in #239
  • chore(deps-dev): bump @types/node from 20.14.2 to 20.14.5 by @dependabot in #257
  • chore(deps): bump ws from 8.16.0 to 8.17.1 by @dependabot in #254
  • chore(deps): bump @langchain/community from 0.2.4 to 0.2.12 by @dependabot in #256
  • chore(deps-dev): bump tsx from 4.15.5 to 4.15.6 by @dependabot in #250
  • chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in #251

Full Changelog: v3.11.2...v3.12.1

v3.11.2

29 May 11:26
Compare
Choose a tag to compare

What's Changed

  • chore: bumps langchain to ^0.2 by @hassiebp in #218
  • fix(scores): score.source enum should contain ANNOTATION by @marcklingen in #216
  • chore(deps-dev): bump @types/node from 20.12.7 to 20.12.12 by @dependabot in #202
  • chore(deps): bump next from 13.5.4 to 14.1.1 in /examples/example-web-nextjs by @dependabot in #198
  • chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in #212

Full Changelog: v3.11.1...v3.11.2

v3.11.1

22 May 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.0...v3.11.1

v3.11.0

22 May 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.0...v3.11.0

v3.10.0

22 May 12:39
Compare
Choose a tag to compare

What's Changed

  • feat(langchain): adds updateRoot by @hassiebp in #190
  • fix: exclude openai calls with errors from cost calculation by @marcklingen in #194
  • chore(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #187
  • chore(deps): bump ejs from 3.1.8 to 3.1.10 in /examples/example-web by @dependabot in #186

Full Changelog: v3.9.0...v3.10.0

v3.9.0

01 May 13:15
4637c13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.9.0

v3.8.0

23 Apr 09:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.8.0

v3.7.0

23 Apr 09:58
47f2f2d
Compare
Choose a tag to compare

What's Changed

  • feat(datasets): add metadata&description to objects, allow linking of trace to run, allow adding source to items by @marcklingen in #170
  • deps

Full Changelog: v3.6.0...v3.7.0

v3.6.0

15 Apr 18:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0