Langfuse

Latest version: v2.60.2

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

Scan your dependencies

Page 1 of 75

3.44.0

What's Changed

Features

* feat(ui): refresh table style; add peek view on traces table by marliessophie in https://github.com/langfuse/langfuse/pull/6048
* feat(llm-connections): add atla adapter by hassiebp in https://github.com/langfuse/langfuse/pull/6088
* feat(cloud): show status page menu item during incidents by marcklingen in https://github.com/langfuse/langfuse/pull/6100
* feat: add additional input/output parsing for pydantic via OTel by Steffen911 in https://github.com/langfuse/langfuse/pull/6138
* feat: cache LLM models in Redis by maxdeichmann in https://github.com/langfuse/langfuse/pull/6129
* feat: extract top-level metadata from langfuse.metadata by Steffen911 in https://github.com/langfuse/langfuse/pull/6173

Fixes

* fix(ui): padding on single prompt page by marliessophie in https://github.com/langfuse/langfuse/pull/6070
* fix(peek-view): ensure `onClickRow` action smoothly keeps peek view open; onClick of select cells independent of peek view state by marliessophie in https://github.com/langfuse/langfuse/pull/6079
* fix(tests): disable --experimental-require-module (default since Node 20.19.0) since it breaks jest-based testing by davidmc971 in https://github.com/langfuse/langfuse/pull/6075
* fix(ui): OpenAiMessageView now renders messages where content is an empty string instead of ignoring them by davidmc971 in https://github.com/langfuse/langfuse/pull/6068
* fix(model-params-ui): duplicate model names leading to rendering issues by hassiebp in https://github.com/langfuse/langfuse/pull/6107
* fix(ui): dom nesting error `page-header` by marliessophie in https://github.com/langfuse/langfuse/pull/6124
* fix(ui): dom nesting error `data-table-row-height-switch` by marliessophie in https://github.com/langfuse/langfuse/pull/6125
* fix(ui): require annotation queue selection for bulk action by marliessophie in https://github.com/langfuse/langfuse/pull/6127
* fix: safely parse big numbers in api responses by Steffen911 in https://github.com/langfuse/langfuse/pull/6136
* fix(prompts): trim prompt names by marcklingen in https://github.com/langfuse/langfuse/pull/6145
* fix(ui): reference errors in prompt detail screen by marliessophie in https://github.com/langfuse/langfuse/pull/6126
* fix: fix model paring from redis by maxdeichmann in https://github.com/langfuse/langfuse/pull/6157

Performance

* perf: cache model not found by maxdeichmann in https://github.com/langfuse/langfuse/pull/6148

Refactoring

* refactor: refactor naming of database batch exports by maxdeichmann in https://github.com/langfuse/langfuse/pull/6111

Chores

* chore(ui): render min-level hint in a single line by marcklingen in https://github.com/langfuse/langfuse/pull/6051
* chore(ui): control for more specific onClick actions in table with peek view by marliessophie in https://github.com/langfuse/langfuse/pull/6086
* chore(tests): fully unpin node version from temporary fix 6063 by davidmc971 in https://github.com/langfuse/langfuse/pull/6096
* chore(ui): improve padding in peek view header by marcklingen in https://github.com/langfuse/langfuse/pull/6099
* chore: reduce cloudwatch flush frequency and batch metrics by Steffen911 in https://github.com/langfuse/langfuse/pull/6108
* chore(cloud): cache response of cloudStatus api for 5 minutes by marcklingen in https://github.com/langfuse/langfuse/pull/6115
* chore: add dd env variables to github build command by maxdeichmann in https://github.com/langfuse/langfuse/pull/6119
* chore(cloud): add posthog for projects and orgs by marcklingen in https://github.com/langfuse/langfuse/pull/6117
* chore(ui): clamp `page-header` title to one line by marliessophie in https://github.com/langfuse/langfuse/pull/6139
* chore: update .env.prod.example by Steffen911 in https://github.com/langfuse/langfuse/pull/6140
* chore: increase model match observability by maxdeichmann in https://github.com/langfuse/langfuse/pull/6144
* chore: improve model match observability by maxdeichmann in https://github.com/langfuse/langfuse/pull/6147
* chore(ui): do not auto-generate new api keys in setup-tracing step by marcklingen in https://github.com/langfuse/langfuse/pull/6149
* chore: drop queue backup option in bullmq by Steffen911 in https://github.com/langfuse/langfuse/pull/6141


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.43.0...v3.44.0

3.43.0

What's Changed

Features

* feat: Add environment tag on trace / observation detail views by davidmc971 in https://github.com/langfuse/langfuse/pull/5985
* feat: support external S3 endpoint for batch exports by Steffen911 in https://github.com/langfuse/langfuse/pull/6055

Fixes

* fix(ui): fixed misalignment of badges in trace and observation details by davidmc971 in https://github.com/langfuse/langfuse/pull/5994
* fix(ui): fixed scrollbar appearing on IO preview mode switcher in trace and observation details by davidmc971 in https://github.com/langfuse/langfuse/pull/5995
* fix(ui): make models detail page scrollable by marliessophie in https://github.com/langfuse/langfuse/pull/6050

Chores

* chore(ui): standardize the prompt variable list preview across views by marcklingen in https://github.com/langfuse/langfuse/pull/6027
* chore(ui): alignment and sizing consitency in ObservationTree / GroupedScoreBadge by davidmc971 in https://github.com/langfuse/langfuse/pull/6031
* chore(ui): remove padding of "Additional Input" field on OpenAiMessageView by davidmc971 in https://github.com/langfuse/langfuse/pull/6037
* chore: enable datadog profiling for web by Steffen911 in https://github.com/langfuse/langfuse/pull/6020
* chore: better error message when uploading existing dataset item by mattyhempstead in https://github.com/langfuse/langfuse/pull/6053
* chore: pin node 20.18.3 to avoid issue introduced by 20.19.0 by marcklingen in https://github.com/langfuse/langfuse/pull/6063
* chore(cloud): improved pricing/packaging by marcklingen in https://github.com/langfuse/langfuse/pull/5664
* chore: lock dd-trace to 5.36.0 by Steffen911 in https://github.com/langfuse/langfuse/pull/6064

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

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.42.1...v3.43.0

3.42.1

What's Changed
* feat(cost-tracking): add OpenAIResponseUsageSchema support by hassiebp in https://github.com/langfuse/langfuse/pull/6003
* fix(ui): hide jump to playground button when not entitled by marcklingen in https://github.com/langfuse/langfuse/pull/6014
* chore(ui): always show tag buttons in table cells instead of only on hover by marcklingen in https://github.com/langfuse/langfuse/pull/6025
* chore(docker-compose): bind services to localhost by hassiebp in https://github.com/langfuse/langfuse/pull/6023


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.42.0...v3.42.1

3.42.0

What's Changed

Features
* feat(api): add api for annotation queues by marcklingen in https://github.com/langfuse/langfuse/pull/5945
* feat(ui): add csv/json export for scores table by marcklingen in https://github.com/langfuse/langfuse/pull/5949

Bug Fixes
* fix(llm-connections): show bedrock error by hassiebp in https://github.com/langfuse/langfuse/pull/6000
* fix(auth): consider case for Gitlab SSO self-hosted URL (5984) by andresC98 in https://github.com/langfuse/langfuse/pull/6004

Documentation
* docs: add security notes to docker compose deployment by Steffen911 in https://github.com/langfuse/langfuse/pull/5999

Chores
* chore: reduce host port mapping for internal docker compose components by Steffen911 in https://github.com/langfuse/langfuse/pull/6002
* chore: remove unused prisma query builder by Steffen911 in https://github.com/langfuse/langfuse/pull/6005

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

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.41.1...v3.42.0

3.41.1

What's Changed
* chore: reproduce clickhouse missing surrogate key error by Steffen911 in https://github.com/langfuse/langfuse/pull/5980
* feat(llm-connections): allow extraHeaders for azure by hassiebp in https://github.com/langfuse/langfuse/pull/5996


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.41.0...v3.41.1

3.41.0

What's Changed
* feat(prompts): add composability by hassiebp in https://github.com/langfuse/langfuse/pull/5882
* feat: extract logfire.msg as span and trace name by Steffen911 in https://github.com/langfuse/langfuse/pull/5977
* chore: rename batch exports from generation to observation as table was generalized by marcklingen in https://github.com/langfuse/langfuse/pull/5950
* chore: remove unnecessary comment by marcklingen in https://github.com/langfuse/langfuse/pull/5961
* chore(cloud): Make UI recognize cloud:enterprise plan and add corresponding access rights and rate limits by davidmc971 in https://github.com/langfuse/langfuse/pull/5975
* chore: prevent sorting by environment in UI tables by Steffen911 in https://github.com/langfuse/langfuse/pull/5978
* fix(prompts): block label deletion if dependent exists by hassiebp in https://github.com/langfuse/langfuse/pull/5983
* fix: search past observations with correct timestamp in evals by maxdeichmann in https://github.com/langfuse/langfuse/pull/5986

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

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.40.0...v3.41.0

Page 1 of 75

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.