| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-31 | 9.0 kB | |
| v3.163.0 source code.tar.gz | 2026-03-31 | 5.4 MB | |
| v3.163.0 source code.zip | 2026-03-31 | 7.3 MB | |
| Totals: 3 Items | 12.7 MB | 0 | |
What's Changed
Features
- feat(dashboards): SSE query progress streaming frontend by @sumerman in https://github.com/langfuse/langfuse/pull/12445
- feat(shared): add session_id to scores blob storage export by @sumerman in https://github.com/langfuse/langfuse/pull/12789
- feat: add dataset_run_id to scores blob storage export by @sumerman in https://github.com/langfuse/langfuse/pull/12792
- feat(web): add run experiment dialog on experiments page by @marliessophie in https://github.com/langfuse/langfuse/pull/12790
- feat: allow LLM-as-a-judge to filter by tool names and tool call count by @wochinge in https://github.com/langfuse/langfuse/pull/12799
- feat(ui): support form to write to Pylon by @jannikmaierhoefer in https://github.com/langfuse/langfuse/pull/12378
- feat(prompts): add duplicate folder action and tests by @JasperZheng99 in https://github.com/langfuse/langfuse/pull/12484
- feat(public-api): apply trace-equivalent rate limits to score deletions by @Copilot in https://github.com/langfuse/langfuse/pull/12886
- feat(evals): add boolean scores for LLM-as-a-judge by @hassiebp in https://github.com/langfuse/langfuse/pull/12836
- feat: LANGFUSE_TRACE_DELETE_SKIP_PROJECT_IDS -> LANGFUSE_DELETE_SKIP_PROJECT_IDS now also applies to score deletions by @sumerman in https://github.com/langfuse/langfuse/pull/12891
- feat(exports): decode unicode escapes in batch export pipeline by @toyayuto in https://github.com/langfuse/langfuse/pull/12882
- feat(ui): write new support issues to pylon and plain by @jannikmaierhoefer in https://github.com/langfuse/langfuse/pull/12858
- feat(ui): switch from plain follow up email to pylon follow up email by @jannikmaierhoefer in https://github.com/langfuse/langfuse/pull/12911
- feat: polish experiments beta experience by @marliessophie in https://github.com/langfuse/langfuse/pull/12883
- feat(billing): add universal $4K default spend alert for all cloud plans by @Steffen911 in https://github.com/langfuse/langfuse/pull/12914
- feat(redis): add command and socket timeouts for fail-fast behavior during outages by @Steffen911 in https://github.com/langfuse/langfuse/pull/12574
Fixes
- fix(trace-ui): don't truncate root obs on dual write in display by @nimarb in https://github.com/langfuse/langfuse/pull/12764
- style(web): remove resize cursor for non resizable sidebar by @wochinge in https://github.com/langfuse/langfuse/pull/12761
- fix: improve widget loading states for small dashboards by @maxdeichmann in https://github.com/langfuse/langfuse/pull/12769
- fix(api): return 400 instead of 500 for invalid filter column names by @sumerman in https://github.com/langfuse/langfuse/pull/12787
- fix(score-configs-ui): update category value append logic by @marliessophie in https://github.com/langfuse/langfuse/pull/12784
- perf(prisma): add index on job_executions.job_configuration_id by @wochinge in https://github.com/langfuse/langfuse/pull/12760
- fix(peek): decode timestamp param properly by @marliessophie in https://github.com/langfuse/langfuse/pull/12796
- fix(trace-table): remove position in trace filter gracefully by @nimarb in https://github.com/langfuse/langfuse/pull/12793
- fix(web): simplify chart error overlay by @maxdeichmann in https://github.com/langfuse/langfuse/pull/12806
- fix(widgets): simplify fullscreen loading states and codex bootstrap db generation by @maxdeichmann in https://github.com/langfuse/langfuse/pull/12801
- fix(widgets): add retry action for failed widgets by @maxdeichmann in https://github.com/langfuse/langfuse/pull/12807
- fix(annotation-queue): directly display inlined images by @nimarb in https://github.com/langfuse/langfuse/pull/12816
- fix(playground): make ctrl+enter shortcut work on mac by @wochinge in https://github.com/langfuse/langfuse/pull/12826
- perf(dashboards): cache in frontend by @nimarb in https://github.com/langfuse/langfuse/pull/12299
- style(web): consistent button cursor behavior by @wochinge in https://github.com/langfuse/langfuse/pull/12824
- fix(sessions): fix position in trace to default to 1st by @nimarb in https://github.com/langfuse/langfuse/pull/12856
- fix(lint): workers lint correctly with pnpmv10 by @nimarb in https://github.com/langfuse/langfuse/pull/12862
- fix(web): left-align wrapped sidebar filter labels by @marliessophie in https://github.com/langfuse/langfuse/pull/12831
- fix(prompts): return correct duplicated prompt by @coffee4tw in https://github.com/langfuse/langfuse/pull/12861
- fix(dashboard): fix race condition in InlineFilterBuilder preventing filter addition by @Steffen911 in https://github.com/langfuse/langfuse/pull/12715
- fix(traces): fix v4 search query & filters by @coffee4tw in https://github.com/langfuse/langfuse/pull/12660
- ci(GitHub actions): pin to SHA and configure dependabot for GH actions by @wochinge in https://github.com/langfuse/langfuse/pull/12916
Chores
- chore(agent-dx): add turborepo skills by @nimarb in https://github.com/langfuse/langfuse/pull/12766
- chore(deps): bump types/lodash to 4.17.24 by @nimarb in https://github.com/langfuse/langfuse/pull/12767
- chore(agent-dx): add clickhouse skills by @nimarb in https://github.com/langfuse/langfuse/pull/12765
- chore(ci): only add build artifacts to deploy container by @nimarb in https://github.com/langfuse/langfuse/pull/12755
- chore(deps): upgrade to recharts v3.8.0 by @nimarb in https://github.com/langfuse/langfuse/pull/12770
- chore(dataset-run-items-api): propagate
createdAttimestamp for dataset runs by @marliessophie in https://github.com/langfuse/langfuse/pull/12804 - chore(dx): add vitest config for IDE test discovery by @wochinge in https://github.com/langfuse/langfuse/pull/12800
- chore(agent-setup): centralize shared config and skills under .agents by @hassiebp in https://github.com/langfuse/langfuse/pull/12795
- chore: improve AGENTS.md by @hassiebp in https://github.com/langfuse/langfuse/pull/12818
- docs: improve telemetry section in readme by @marcklingen in https://github.com/langfuse/langfuse/pull/12819
- docs: update telemetry docs in localized READMEs by @marcklingen in https://github.com/langfuse/langfuse/pull/12820
- chore: bring back click on sidebar to collapse by @wochinge in https://github.com/langfuse/langfuse/pull/12821
- chore: remove datadog mcp by @hassiebp in https://github.com/langfuse/langfuse/pull/12833
- chore(deps): upgrade to nextjs 16.2.1 by @nimarb in https://github.com/langfuse/langfuse/pull/12835
- chore(deps): bump sentry to 10.46.0 by @nimarb in https://github.com/langfuse/langfuse/pull/12839
- chore(deps): upgrade worker tests to vitest4 by @nimarb in https://github.com/langfuse/langfuse/pull/12841
- chore(deps): bump release-it and undici by @nimarb in https://github.com/langfuse/langfuse/pull/12843
- chore(dx): upgrade to pnpm v10 by @nimarb in https://github.com/langfuse/langfuse/pull/12844
- chore(filters): add
displayLabelsupport for categorical facets and sidebar filters by @marliessophie in https://github.com/langfuse/langfuse/pull/12828 - chore(experiments): add centralized experiments access logic, beta toggle UI, and integrate into navigation and experiments page by @marliessophie in https://github.com/langfuse/langfuse/pull/12859
- chore: log entity change event payload only in debug by @hassiebp in https://github.com/langfuse/langfuse/pull/12860
- chore: Rename Codex Guidelines to Agent Guidelines by @marcklingen in https://github.com/langfuse/langfuse/pull/12869
- chore(evals-ux): Preserve edit mode in URL and add quick 'Edit template' link from evaluator form by @marliessophie in https://github.com/langfuse/langfuse/pull/12853
- chore(experiments): add single experiment paginated list view by @marliessophie in https://github.com/langfuse/langfuse/pull/12359
- chore: bump effect to non-vulnerable version by @coffee4tw in https://github.com/langfuse/langfuse/pull/12864
- chore(deps): bump mcp to 1.28 by @nimarb in https://github.com/langfuse/langfuse/pull/12884
- chore(deps): bump many minors of FE deps by @nimarb in https://github.com/langfuse/langfuse/pull/12885
- chore(deps): remove ai sdk by @nimarb in https://github.com/langfuse/langfuse/pull/12894
- chore(deps): bump ajv to 8.18 by @nimarb in https://github.com/langfuse/langfuse/pull/12900
- chore(actions): Migrate workflows to Blacksmith runners by @blacksmith-sh[bot] in https://github.com/langfuse/langfuse/pull/12895
- chore(deps): delay upgrades for min. 8 days by @nimarb in https://github.com/langfuse/langfuse/pull/12912
- chore(score-analytics): refactor tests for speed by @nimarb in https://github.com/langfuse/langfuse/pull/12919
New Contributors
- @JasperZheng99 made their first contribution in https://github.com/langfuse/langfuse/pull/12484
- @blacksmith-sh[bot] made their first contribution in https://github.com/langfuse/langfuse/pull/12895
Full Changelog: https://github.com/langfuse/langfuse/compare/v3.162.0...v3.163.0