Langfuse

Latest version: v2.36.1

Safety actively analyzes 638646 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 22 of 41

2.10.0

What's Changed

* Improvements of core tables
* feat: add traces, spans, generations latency tables by maxdeichmann in https://github.com/langfuse/langfuse/pull/1312
* feat: add tooltip to latency tables by maxdeichmann in https://github.com/langfuse/langfuse/pull/1313
* feat(traces): extend table by RichardKruemmel in https://github.com/langfuse/langfuse/pull/1278
* feat(datasets): rename datasets by RichardKruemmel in https://github.com/langfuse/langfuse/pull/1203
* feat(sessions): extend table by RichardKruemmel in https://github.com/langfuse/langfuse/pull/1271
* fix: scores table filtering by maxdeichmann in https://github.com/langfuse/langfuse/pull/1319
* feat(generations): extend CSV and JSON export by RichardKruemmel in https://github.com/langfuse/langfuse/pull/1265
* fix: correctly calculate total events in users table by maxdeichmann in https://github.com/langfuse/langfuse/pull/1339
* Performance (read)
* perf: latency chart performance by maxdeichmann in https://github.com/langfuse/langfuse/pull/1314
* perf: improve scores table latency by maxdeichmann in https://github.com/langfuse/langfuse/pull/1315
* perf: users table by maxdeichmann in https://github.com/langfuse/langfuse/pull/1320 and https://github.com/langfuse/langfuse/pull/1329
* perf: delayed loading for user metrics by maxdeichmann in https://github.com/langfuse/langfuse/pull/1338
* Other
* fix: adjust sentry sampling rate by maxdeichmann in https://github.com/langfuse/langfuse/pull/1311
* fix: GET /traces endpoint, typing of params, return empty [] instead of null by marcklingen in https://github.com/langfuse/langfuse/pull/1324
* ci: tag docker containers with major version by marcklingen in https://github.com/langfuse/langfuse/pull/1340


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.9.1...v2.10.0

2.9.1

What's Changed
* perf: show 10 generations in table when i/o is selected by maxdeichmann in https://github.com/langfuse/langfuse/pull/1294
* fix(ui): AreaChart only for total traces, all others use LineChart by marcklingen in https://github.com/langfuse/langfuse/pull/1297
* fix: empty score names by maxdeichmann in https://github.com/langfuse/langfuse/pull/1299
* feat: increase scale of dashboard USD numbers by maxdeichmann in https://github.com/langfuse/langfuse/pull/1301
* chore(prompts): remove beta flag by marcklingen in https://github.com/langfuse/langfuse/pull/1304
* fix: revert to TextArea input for dataset items until JSON editor is fixed


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.9.0...v2.9.1

2.9.0

What's Changed
* docs(api): improve api reference descriptions by marcklingen in https://github.com/langfuse/langfuse/pull/1244
* fix: docs and root level commands by maxdeichmann in https://github.com/langfuse/langfuse/pull/1251
* fix: improve contributing.md by maxdeichmann in https://github.com/langfuse/langfuse/pull/1252
* fix(ui): sort/filter sessions by total cost by marcklingen in https://github.com/langfuse/langfuse/pull/1254
* fix: correctly return 500 and 400 API errors by maxdeichmann in https://github.com/langfuse/langfuse/pull/1253
* feat(ui): add alert that only ChatML generations is exported as JSONL by marcklingen in https://github.com/langfuse/langfuse/pull/1257
* perf: traces table performance improvements by maxdeichmann in https://github.com/langfuse/langfuse/pull/1256
* perf: revert traces router query by maxdeichmann in https://github.com/langfuse/langfuse/pull/1261
* feat(generation): extend generations table by RichardKruemmel in https://github.com/langfuse/langfuse/pull/1216
* fix: fix observations index by maxdeichmann in https://github.com/langfuse/langfuse/pull/1266
* fix: observations index by maxdeichmann in https://github.com/langfuse/langfuse/pull/1267
* refactor: add sentry users to API by maxdeichmann in https://github.com/langfuse/langfuse/pull/1269
* refactor: add load database setup script by maxdeichmann in https://github.com/langfuse/langfuse/pull/1273
* perf: improve observations view and all traces by maxdeichmann in https://github.com/langfuse/langfuse/pull/1275
* perf: improve traces table performance by maxdeichmann in https://github.com/langfuse/langfuse/pull/1276
* perf: improve generations table performance by maxdeichmann in https://github.com/langfuse/langfuse/pull/1279
* fix(api): add input, output, sessionId, public to GET /traces by marcklingen in https://github.com/langfuse/langfuse/pull/1280
* perf: improve dashboard performance by maxdeichmann in https://github.com/langfuse/langfuse/pull/1281
* perf: increase sample rate for POST and trpc by maxdeichmann in https://github.com/langfuse/langfuse/pull/1284
* docs: fix link to db schema by sebhs in https://github.com/langfuse/langfuse/pull/1282
* chore: improve date picker formatting by sebhs in https://github.com/langfuse/langfuse/pull/1283

New Contributors
* sebhs made their first contribution in https://github.com/langfuse/langfuse/pull/1282

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.8.0...v2.9.0

2.8.0

What's Changed
* feat(api): add GET /score/[scoreId] by marcklingen in https://github.com/langfuse/langfuse/pull/1242
* feat(ui): Use Json editor for dataset items in https://github.com/langfuse/langfuse/pull/1171
* fix(export): messages key in jsonl output format by marcklingen in https://github.com/langfuse/langfuse/pull/1236
* fix(api): deduplicate score and observation ids in GET /traces by marcklingen in https://github.com/langfuse/langfuse/pull/1240


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.7.2...v2.8.0

2.7.6

What's Changed
* chore(deps-dev): bump google-cloud-aiplatform from 1.39.0 to 1.40.0 by dependabot in https://github.com/langfuse/langfuse-python/pull/309
* chore(deps-dev): bump boto3 from 1.34.28 to 1.34.30 by dependabot in https://github.com/langfuse/langfuse-python/pull/316
* fix: handle float as cost input by maxdeichmann in https://github.com/langfuse/langfuse-python/pull/323
* fix: fix cost input by maxdeichmann in https://github.com/langfuse/langfuse-python/pull/324


**Full Changelog**: https://github.com/langfuse/langfuse-python/compare/v2.7.3...v2.7.6

2.7.3

What's Changed
* fix: typo in usage parsing by marcklingen in https://github.com/langfuse/langfuse-python/pull/313
* fix: fix openai cost reporting by maxdeichmann in https://github.com/langfuse/langfuse-python/pull/314
* fix: support different image openai types by maxdeichmann in https://github.com/langfuse/langfuse-python/pull/315


**Full Changelog**: https://github.com/langfuse/langfuse-python/compare/v2.7.2...v2.7.3

Page 22 of 41

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.