Langfuse

Latest version: v2.54.1

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

Scan your dependencies

Page 6 of 56

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

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

Page 6 of 56

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.