Releases: langfuse/langfuse-js
Releases · langfuse/langfuse-js
v2.1.0
v2.0.2
What's Changed
- refactor: Security upgrade axios from 1.6.2 to 1.6.3 by @maxdeichmann in #64
- feat: introduce new logger for langchain package by @maxdeichmann in #65
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- feat: send ingestion metadata with ingestion API by @maxdeichmann in #62
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Important
The SDK was rewritten in v2. Refer to the v2 migration guide for instructions on updating your code. This release requires v1.18.0 of the Langfuse server.
What's Changed
- remove shutdown by @maxdeichmann in #45
- feature(core): Externalize dependencies + updated module exports for ESM by @ksjogo in #46
- fix(core): integration as private, change langchain peer dependency, actually require dependencies (#47) by @ksjogo in #47
- feat(datasets): get and upsert dataset items by @marcklingen in #51
- fix direct process access in getCommonReleaseEnvs by @ksjogo in #50
- feat(datasets): get and upsert dataset items (v1) by @marcklingen in #53
- feat: set public flag on traces by @marcklingen in #57
- feat: add support for sessions and I/O on traces by @marcklingen in #54
- update tsx to allow latest node 18 version by @ksjogo in #59
- [Snyk] Security upgrade axios from 1.4.0 to 1.6.0 by @maxdeichmann in #61
- feat(langchain): Add sessions to langchain by @maxdeichmann in #60
- feat: migrate to batch ingestion endpoint by @maxdeichmann in #58
- release: V2 by @maxdeichmann in #52
New Contributors
Full Changelog: v1.0.31...v2.0.0
v1.3.0
What's Changed
- feat: add support for sessions and I/O on traces by @marcklingen in #54
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- feat: set public flag on traces by @marcklingen in #57
Full Changelog: v1.1.0...v1.2.0
v1.0.31
What's Changed
- Integration with https://defer.run
- feat(langfuse-core): add traces forwarding for Defer integration by @marcklingen in #42
- fix(core/utils): getEnv() lookup by @charlypoly in #44
Full Changelog: v1.0.30...v1.0.31