Langfuse

Latest version: v2.60.2

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

Scan your dependencies

Page 22 of 75

2.68.0

What's Changed
* API
* feat(api): add lastUpdatedAt to GET /v2/prompts by marcklingen in https://github.com/langfuse/langfuse/pull/2820
* feat(api): add `lastConfig` attribute and `fromUpdatedAt` and `toUpdatedAt` query params to `GET /v2/prompts` by marcklingen in https://github.com/langfuse/langfuse/pull/2824
* UI
* feat(ui): extend max prompt label length to 36 characters by marcklingen in https://github.com/langfuse/langfuse/pull/2819
* fix(ui): prevents email address overflow in user menu box by alissonpelizaro and marcklingen in https://github.com/langfuse/langfuse/pull/2800, https://github.com/langfuse/langfuse/pull/2827
* fix(ui): switch to trpc `networkMode: "always"` to resolve trpc connection issues by marcklingen in
* fix(ui): large tables in markdown i/o should be scrollable horizontally by marcklingen in https://github.com/langfuse/langfuse/pull/2835
* fix(auth): strict no-cache response headers by marcklingen in https://github.com/langfuse/langfuse/pull/2814
* chore(ui): remove beta flag from playground by marcklingen in https://github.com/langfuse/langfuse/pull/2825
* chore(ui): less padding on tag selector by marcklingen in https://github.com/langfuse/langfuse/pull/2839
* Infra, prep for v3
* perf: writes to clickhouse by hassiebp in https://github.com/langfuse/langfuse/pull/2631
https://github.com/langfuse/langfuse/pull/2804
* fix: disable scores in CH by hassiebp in https://github.com/langfuse/langfuse/pull/2822
* refactor: use docker volumes for persistence of clickhouse data in dev setup by marcklingen in https://github.com/langfuse/langfuse/pull/2832
* Misc
* chore: increase shutdown grace period web container by maxdeichmann in https://github.com/langfuse/langfuse/pull/2818
* fix: fix prisma version in dockerfile by maxdeichmann in https://github.com/langfuse/langfuse/pull/2838
* chore: reduce logs in ingestion pipeline by maxdeichmann in https://github.com/langfuse/langfuse/pull/2805

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

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

2.67.0

What's Changed
* UI
* feat(ui): resizable columns by marcklingen in https://github.com/langfuse/langfuse/pull/2789, https://github.com/langfuse/langfuse/pull/2795
* feat(ui): show info message in column selector by marcklingen in https://github.com/langfuse/langfuse/pull/2783
* feat(dashboard): extend filter to include user, version and release by RichardKruemmel in https://github.com/langfuse/langfuse/pull/2779
* fix(ui): refine date range dropdown options in dashboard by RichardKruemmel in https://github.com/langfuse/langfuse/pull/2784
* perf(ui): add debounce to filter states by RichardKruemmel in https://github.com/langfuse/langfuse/pull/2786
* perf(ui): add date range filter to prompt metrics by RichardKruemmel in https://github.com/langfuse/langfuse/pull/2796
* Misc
* feat: add sentry sampling via env to worker by maxdeichmann in https://github.com/langfuse/langfuse/pull/2788
* perf: add prompt key index by hassiebp in https://github.com/langfuse/langfuse/pull/2793
* chore: reduce log amount by maxdeichmann in https://github.com/langfuse/langfuse/pull/2794, https://github.com/langfuse/langfuse/pull/2792




**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.66.0...v2.67.0

2.66.0

What's Changed
* API
* refactor(api): dataset-related ids unique on project level by marcklingen in https://github.com/langfuse/langfuse/pull/2665
* feat(api): add `version` and `release` filter to GET traces and observations routes by marcklingen in https://github.com/langfuse/langfuse/pull/2749
* feat(api): add `promptName` and `promptVersion` to observations by marcklingen in https://github.com/langfuse/langfuse/pull/2750
* docs(api): add additional descriptions to api reference by marcklingen in https://github.com/langfuse/langfuse/pull/2776
* docs: standardize api route names by snikch in https://github.com/langfuse/langfuse/pull/2698
* UI
* feat(ui): add separate date range filter to tables by RichardKruemmel in https://github.com/langfuse/langfuse/pull/2398
* style(ui): add icon representation for trace links in Dataset Run Items table by marliessophie in https://github.com/langfuse/langfuse/pull/2715
* chore(ui): populate annotation drawer default form state on render + misc markdown ui improvements by marliessophie in https://github.com/langfuse/langfuse/pull/2740
* chore(ui): add header tooltips to traces and generations by marcklingen in https://github.com/langfuse/langfuse/pull/2765
* fix(ui): hide "sign in" button if email/pw auth is disabled by marcklingen in https://github.com/langfuse/langfuse/pull/2774
* Infra-related, prep for v3
* infra: log prisma gauges by maxdeichmann in https://github.com/langfuse/langfuse/pull/2719
* fix: do not shutdown but disconnect containers from redis by maxdeichmann in https://github.com/langfuse/langfuse/pull/2730
* feat: cache api keys in redis by maxdeichmann in https://github.com/langfuse/langfuse/pull/2739, https://github.com/langfuse/langfuse/pull/2752, https://github.com/langfuse/langfuse/pull/2763
* feat: adds server-side caching to prompts by hassiebp and maxdeichmann in https://github.com/langfuse/langfuse/pull/2741, https://github.com/langfuse/langfuse/pull/2751, https://github.com/langfuse/langfuse/pull/2748, https://github.com/langfuse/langfuse/pull/2773
* doc: Redis caching strategy by maxdeichmann in https://github.com/langfuse/langfuse/pull/2771
* feat: add connection check endpoint for clickhouse by maxdeichmann in https://github.com/langfuse/langfuse/pull/2775
* fix: await clickhouse health check response by maxdeichmann in https://github.com/langfuse/langfuse/pull/2778
* Misc
* feat(security): customize JWT session duration via `AUTH_SESSION_MAX_AGE`, poll every 5min by marcklingen in https://github.com/langfuse/langfuse/pull/2782
* perf: remove failed jobs from queues by hassiebp in https://github.com/langfuse/langfuse/pull/2758
* refactor: improve type safety in ingestion score types across typescript versions by marliessophie in https://github.com/langfuse/langfuse/pull/2757
* perf(ee): increase cache TTL of multi-tenant SSO config by marcklingen in https://github.com/langfuse/langfuse/pull/2759

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

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.65.1...v2.66.0

2.65.1

What's Changed
* fix(ui): render image paths in markdown gracefully II by marliessophie in https://github.com/langfuse/langfuse/pull/2711
* fix(ui): gracefully handle image paths in markdown I by marliessophie in https://github.com/langfuse/langfuse/pull/2717


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.65.0...v2.65.1

2.65.0

What's Changed
* feat(ui): support image rendering in markdown view when image url provided in markdown image by marliessophie in https://github.com/langfuse/langfuse/pull/2636, https://github.com/langfuse/langfuse/pull/2692, https://github.com/langfuse/langfuse/pull/2670, and https://github.com/langfuse/langfuse/pull/2701
* feat(filter): extend date filters to datetime by RichardKruemmel in https://github.com/langfuse/langfuse/pull/2330
* feat: add `gpt-4o mini` to playground and evals by marcklingen in https://github.com/langfuse/langfuse/pull/2681
* Other
* chore: upgrade pnpm by maxdeichmann in https://github.com/langfuse/langfuse/pull/2675
* chore(deps): bump turbo by marcklingen in https://github.com/langfuse/langfuse/pull/2679
* fix: increase rest request fetch timeout by maxdeichmann in https://github.com/langfuse/langfuse/pull/2683
* fix(ui): ensure trace score updates never target child observation scores by marliessophie in https://github.com/langfuse/langfuse/pull/2685
* chore(ui): slight ui improvements of evals by marcklingen in https://github.com/langfuse/langfuse/pull/2686
* fix(ui): improve llm api key form verification errors by marcklingen in https://github.com/langfuse/langfuse/pull/2689
* fix(ui): sort selects in evals ui by marcklingen in https://github.com/langfuse/langfuse/pull/2691
* chore(ui): increase precision of model price preview in new model form by marcklingen in https://github.com/langfuse/langfuse/pull/2695
* chore: require node 20 in package.json by marcklingen in https://github.com/langfuse/langfuse/pull/2696
* fix: build shared package before running `models:migrate` by marcklingen in https://github.com/langfuse/langfuse/pull/2703
* fix: cors policy on generated api specification by marcklingen in https://github.com/langfuse/langfuse/pull/2707


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.64.0...v2.65.0

2.64.0

What's Changed
* feat: worker closes all connections correctly on shutdown by maxdeichmann in https://github.com/langfuse/langfuse/pull/2646
* feat: fail worker health check after sigterm/sigint by maxdeichmann in https://github.com/langfuse/langfuse/pull/2654
* feat: send prisma stats to sentry by maxdeichmann in https://github.com/langfuse/langfuse/pull/2655
* feat(ui): collapsed strings, add "... expand" and retain whitespace by marcklingen in https://github.com/langfuse/langfuse/pull/2662
* feat(models): add new `REQUESTS` unit by marcklingen in https://github.com/langfuse/langfuse/pull/2651
* feat(models): add gpt-4o-mini by marcklingen in https://github.com/langfuse/langfuse/pull/2674
* ci(ee): enforce linting by marcklingen in https://github.com/langfuse/langfuse/pull/2649
* ci(web): enforce linting and resolve lint issues by marcklingen in https://github.com/langfuse/langfuse/pull/2647
* fix: remove markdown sanitisation to keep custom html tags for users by marliessophie in https://github.com/langfuse/langfuse/pull/2656
* chore(ui): md viewer ui nits by marcklingen in https://github.com/langfuse/langfuse/pull/2663


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.63.1...v2.64.0

Page 22 of 75

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.