Langfuse

Latest version: v2.60.2

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

Scan your dependencies

Page 21 of 75

2.73.0

What's Changed
* UI
* feat(ui): multi-modal traces, support content part format (openai) for images/text by marliessophie in https://github.com/langfuse/langfuse/pull/2984
* chore(ui): add note that prompts from playground can only be saved to chat prompts by marcklingen in https://github.com/langfuse/langfuse/pull/2996
* perf(ui): disable trpc batching by marcklingen in https://github.com/langfuse/langfuse/pull/2999
* fix(ui): handle JSON assistant output correctly in ChatML Schema by marliessophie in https://github.com/langfuse/langfuse/pull/3000
* prep for v3 / infra
* infra: improve eval observability by maxdeichmann in https://github.com/langfuse/langfuse/pull/2992, https://github.com/langfuse/langfuse/pull/2993, https://github.com/langfuse/langfuse/pull/2991
* misc
* fix: api key link by maxdeichmann in https://github.com/langfuse/langfuse/pull/2994
* security: disable x-powered-by header by marcklingen in https://github.com/langfuse/langfuse/pull/2995


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.72.0...v2.73.0

2.72.0

What's Changed

- UI:
- feat(datasets): add duplicate dataset button by marcklingen in https://github.com/langfuse/langfuse/pull/2957
- feat(comments): add comments on objects by marliessophie in https://github.com/langfuse/langfuse/pull/2971
- style(ui): align styling of comment button on sessions page and adjust dashboard and session overflow for mobile by marliessophie in https://github.com/langfuse/langfuse/pull/2985
- fix: admin role by marcklingen in https://github.com/langfuse/langfuse/pull/2980
- fix: only openai adapter for evals by maxdeichmann in https://github.com/langfuse/langfuse/pull/2960

- Infra:
- feat: add dd instrumentation to web container by maxdeichmann in https://github.com/langfuse/langfuse/pull/2727
- feat: improve dd ressource names for http requests by maxdeichmann in https://github.com/langfuse/langfuse/pull/2964
- infra: add ingestion pipeline processing time by maxdeichmann in https://github.com/langfuse/langfuse/pull/2965
- infra: add ingestion api attributes to span by maxdeichmann in https://github.com/langfuse/langfuse/pull/2968
- infra: record exceptions of health endpoint by maxdeichmann in https://github.com/langfuse/langfuse/pull/2970
- fix: drop failed eval jobs by maxdeichmann in https://github.com/langfuse/langfuse/pull/2986
- fix: remove last backend sentry logic by maxdeichmann in https://github.com/langfuse/langfuse/pull/2981

- Cloud:
- feat(cloud): add stripe checkout, customer portal, and usage metering by marcklingen in https://github.com/langfuse/langfuse/pull/2962
- feat(cloud): add billing period and next invoiced amount to billing settings by marcklingen in https://github.com/langfuse/langfuse/pull/2982
- chore(cloud): reduce posthog event count by marcklingen in https://github.com/langfuse/langfuse/pull/2973

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.71.0...v2.72.0

2.71.0

What's Changed

- UI
- feat(dashboard): aggregate and time series charts per score by marliessophie in https://github.com/langfuse/langfuse/pull/2935
- chore(dashboard): release score analytics by marliessophie in https://github.com/langfuse/langfuse/pull/2961
- feat(ui): add loading state to sso sign in buttons by marcklingen in https://github.com/langfuse/langfuse/pull/2947
- refactor(ui): defer fetching score configs until drawer open by marliessophie in https://github.com/langfuse/langfuse/pull/2943
- chore(markdown-ui): disable image previews on public traces; fix dom nesting error for markdown img by marliessophie in https://github.com/langfuse/langfuse/pull/2948
- fix(ui): table headers should not wrap by marcklingen in https://github.com/langfuse/langfuse/pull/2956
- Infra, prep for v3
- feat(ingestion): enqueue events directly in web by hassiebp in https://github.com/langfuse/langfuse/pull/2934
- perf: optionally move ingestion pipeline into worker by maxdeichmann in https://github.com/langfuse/langfuse/pull/2936
- fix: remove global ingestion rate limiting by maxdeichmann in https://github.com/langfuse/langfuse/pull/2954
- fix(ingestion): race condition on events 10s apart by hassiebp in https://github.com/langfuse/langfuse/pull/2950
- fix(ingestion): no processing of update events only with no existing record by hassiebp in https://github.com/langfuse/langfuse/pull/2955
- fix(ingestion): remove spread operator in cost calc by hassiebp in https://github.com/langfuse/langfuse/pull/2938
- Misc
- perf: drop dataset_items fkey on traces and observations by marcklingen in https://github.com/langfuse/langfuse/pull/2942
- chore(audit-logs): add audit logs for score configs by marliessophie in https://github.com/langfuse/langfuse/pull/2944
- docs: add comments to org membersRouter by marcklingen in https://github.com/langfuse/langfuse/pull/2939
- fix(models): text-embedding-3-large model name by marcklingen in https://github.com/langfuse/langfuse/pull/2941
- fix: fix staging branch by maxdeichmann in https://github.com/langfuse/langfuse/pull/2953

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.70.1...v2.71.0

2.70.1

What's Changed
* UI improvements related to organizations introduced in 2.70.0
* fix(ui): projectoverview on small screens + no back button in breadcrumb by marcklingen in https://github.com/langfuse/langfuse/pull/2925
* fix(ui): exclude dynamic pages when switching between projects by marcklingen in https://github.com/langfuse/langfuse/pull/2928
* perf(ui): reload session after role changes only when they affected own user by marcklingen in https://github.com/langfuse/langfuse/pull/2929
* chore: add projectId to trpc get trace and observations queries by marcklingen in https://github.com/langfuse/langfuse/pull/2926


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.70.0...v2.70.1

2.70.0

What's Changed
* UI
* feat: add organizations by marcklingen in https://github.com/langfuse/langfuse/pull/2083, https://github.com/langfuse/langfuse/pull/2913, https://github.com/langfuse/langfuse/pull/2915, https://github.com/langfuse/langfuse/pull/2918, https://github.com/langfuse/langfuse/pull/2922
* See [changelog post](https://langfuse.com/changelog/2024-08-13-organizations) to learn more about organizations in Langfuse
* feat(ee): add ui customization, e.g. docs, support, feedback links ([docs](https://langfuse.com/docs/deployment/self-host#configuring-the-enterprise-edition)) by marcklingen in https://github.com/langfuse/langfuse/pull/2924
* fix(score-configs): add confirm modal upon score config creation; add score data type icons on annotation drawer by marliessophie in https://github.com/langfuse/langfuse/pull/2910
* chore(ui): hide url images by default in markdown by marliessophie in https://github.com/langfuse/langfuse/pull/2865
* fix(auth): increase resilience against network/caching issues by marcklingen in https://github.com/langfuse/langfuse/pull/2891
* fix(auth): extend no-cache headers on server side auth apis by marcklingen in https://github.com/langfuse/langfuse/pull/2856
* fix(auth): update frontend session after a role change by marcklingen in https://github.com/langfuse/langfuse/pull/2914
* fix(playground): search existing chat prompts by hassiebp in https://github.com/langfuse/langfuse/pull/2911
* Infra, prep for v3
* Ingestion API (tracing)
* feat: return ingestion pipeline early by maxdeichmann in https://github.com/langfuse/langfuse/pull/2855
* chore(ingestion): addtional metrics by hassiebp in https://github.com/langfuse/langfuse/pull/2901
* feat: send trace events to worker via redis by maxdeichmann in https://github.com/langfuse/langfuse/pull/2857
* chore(ingestionService): add trace correctness script by hassiebp in https://github.com/langfuse/langfuse/pull/2889
* fix(ingestionService): add model unit by hassiebp in https://github.com/langfuse/langfuse/pull/2854
* fix(ingestionService): json parsing + endTime < startTime by hassiebp in https://github.com/langfuse/langfuse/pull/2882
* refactor(scores): validateAndInflateScore to shared by hassiebp in https://github.com/langfuse/langfuse/pull/2903
* fix(ingestion): score comment + stringValue by hassiebp in https://github.com/langfuse/langfuse/pull/2917
* fix(ingestion): tokenisation of chat message arrays by hassiebp in https://github.com/langfuse/langfuse/pull/2921
* feat: move batch export queue from web to redis by maxdeichmann in https://github.com/langfuse/langfuse/pull/2859
* Misc
* security: configure snyk for dependabot by maxdeichmann in https://github.com/langfuse/langfuse/pull/2876
* chore: remove old `LANFUSE_WEB_MIGRATION_DISABLED` by marcklingen in https://github.com/langfuse/langfuse/pull/2896


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.69.0...v2.70.0

2.69.0

What's Changed

* UI
* feat(data-table): break out scores to individual columns in tables by marliessophie in https://github.com/langfuse/langfuse/pull/2743, https://github.com/langfuse/langfuse/pull/2851
* chore(ui): remove beta flag from trace timeline view by marliessophie in https://github.com/langfuse/langfuse/pull/2841
* Infra, prep for v3
* perf: instrument async clickhouse tasks by maxdeichmann in https://github.com/langfuse/langfuse/pull/2834
* fix(IngestionService): add fallback to event timestamp by hassiebp in https://github.com/langfuse/langfuse/pull/2842
* chore(flushQueue): add logs by hassiebp in https://github.com/langfuse/langfuse/pull/2843
* Misc
* feat(models): add `gpt-4o-2024-08-06` pricing, and make it available on playground and evals by marcklingen in https://github.com/langfuse/langfuse/pull/2845
* fix(ee): add ENCRYPTION_KEY to default environment variables + improve error messages by marcklingen in https://github.com/langfuse/langfuse/pull/2853


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.68.0...v2.69.0

Page 21 of 75

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.