Langfuse

Latest version: v2.60.2

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

Scan your dependencies

Page 11 of 75

3.5.0

What's Changed

feat
* feat(ui): add export status table to project settings by marcklingen in https://github.com/langfuse/langfuse/pull/4816
* feat(ui): enable the creation of a new LLM connection from the LLM selection dropdown by marcklingen in https://github.com/langfuse/langfuse/pull/4819
* feat(ui): switch to github discussions and issues for in-product feedback by marcklingen in https://github.com/langfuse/langfuse/pull/4822
* feat(cloud): improve open/close state of support chat by marcklingen in https://github.com/langfuse/langfuse/pull/4815

fix
* fix(ui): clarify what applying production label to a new prompt does by marcklingen in https://github.com/langfuse/langfuse/pull/4812
* fix: use clickhouse for tracing usage stats by marcklingen in https://github.com/langfuse/langfuse/pull/4825

chore
* chore(ui): remove dateRangeFilter on prompt metrics table as no longer necessary on CH by marcklingen in https://github.com/langfuse/langfuse/pull/4818
* chore: posthog integration out of beta by marcklingen in https://github.com/langfuse/langfuse/pull/4820
* chore: export core information tables to S3 daily by Steffen911 in https://github.com/langfuse/langfuse/pull/4821


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.4.0...v3.5.0

3.4.0

What's Changed

feat
* feat(datasets): support charts for scores and resource metrics by marliessophie in https://github.com/langfuse/langfuse/pull/4754
* feat(models): add UI to add all usage types by hassiebp in https://github.com/langfuse/langfuse/pull/4802
* feat(auth): Add AUTH_CUSTOM_CLIENT_AUTH_METHOD to support PKCE code flow by chriskhanhtran-verisk in https://github.com/langfuse/langfuse/pull/4810
* feat(ui): toggle json editor for text prompts by marliessophie in https://github.com/langfuse/langfuse/pull/4807

fix
* fix: fix time to first token in trace detail view by maxdeichmann in https://github.com/langfuse/langfuse/pull/4796
* fix: fix tests by maxdeichmann in https://github.com/langfuse/langfuse/pull/4797
* fix(cloud): remove unnecessary posthog events by marcklingen in https://github.com/langfuse/langfuse/pull/4798
* fix: add latencies to trace exports by maxdeichmann in https://github.com/langfuse/langfuse/pull/4804
* fix: fix json parsing of trace / observation i/o by maxdeichmann in https://github.com/langfuse/langfuse/pull/4805
* fix: include time filter into user metrics query by maxdeichmann in https://github.com/langfuse/langfuse/pull/4808

chore
* chore(ui): move dataset details into popover on runs table by marliessophie in https://github.com/langfuse/langfuse/pull/4801

New Contributors
* chriskhanhtran-verisk made their first contribution in https://github.com/langfuse/langfuse/pull/4810

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.3.0...v3.4.0

3.3.0

What's Changed

Features (feat)
* feat(ui): add organizations menu item link for all global pages by marcklingen in https://github.com/langfuse/langfuse/pull/4741
* feat(auth): add `AUTH_IGNORE_ACCOUNT_FIELDS` to sanitize IDP fields before creating an account by tovarisch-ildar in https://github.com/langfuse/langfuse/pull/4728
* feat: redirect ingestion traffic for specific projects to secondary queue by maxdeichmann in https://github.com/langfuse/langfuse/pull/4792

Fixes (fix)
* fix(dashboard-modelUsage): NaN handling on totals by hassiebp in https://github.com/langfuse/langfuse/pull/4738
* fix(dashboard-modelUsage): none model name handling by hassiebp in https://github.com/langfuse/langfuse/pull/4748
* fix: adjust clickhouse type mapping for session duration filter by Steffen911 in https://github.com/langfuse/langfuse/pull/4791

Documentation (docs)
* docs: update readme by marcklingen in https://github.com/langfuse/langfuse/pull/4749

Chores (chore)
* chore(cloud): remove posthog metrics cron job by marcklingen in https://github.com/langfuse/langfuse/pull/4753
* chore: increase rate limits by maxdeichmann in https://github.com/langfuse/langfuse/pull/4751
* chore(ui): order score names alphabetically in dropdowns by marliessophie in https://github.com/langfuse/langfuse/pull/4776
* chore: add attributes to ingestion queue processing by maxdeichmann in https://github.com/langfuse/langfuse/pull/4779
* chore: do not add latest, major, and major.minor tags to docker images of `-rc` versions by marcklingen in https://github.com/langfuse/langfuse/pull/4781
* chore(deps-dev): bump tailwindcss from 3.4.13 to 3.4.17 by dependabot in https://github.com/langfuse/langfuse/pull/4784
* chore: measure lookup hits in ingestion pipeline by maxdeichmann in https://github.com/langfuse/langfuse/pull/4787

New Contributors
* tovarisch-ildar made their first contribution in https://github.com/langfuse/langfuse/pull/4728

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.2.0...v3.3.0

3.3.0rc.2

RC: Expanded auth proxy to all authentication providers for improved testing.

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.3.0-rc.1...v3.3.0-rc.2

3.3.0rc.1

RC to test change in 4780 ("feat(auth): add support for AUTH_HTTPS_PROXY and AUTH_HTTP_PROXY")

What's Changed
* fix(dashboard-modelUsage): NaN handling on totals by hassiebp in https://github.com/langfuse/langfuse/pull/4738
* feat(ui): add organizations menu item link for all global pages by marcklingen in https://github.com/langfuse/langfuse/pull/4741
* fix(dashboard-modelUsage): none model name handling by hassiebp in https://github.com/langfuse/langfuse/pull/4748
* docs: update readme by marcklingen in https://github.com/langfuse/langfuse/pull/4749
* chore(cloud): remove posthog metrics cron job by marcklingen in https://github.com/langfuse/langfuse/pull/4753
* chore: increase rate limits by maxdeichmann in https://github.com/langfuse/langfuse/pull/4751
* chore(ui): order score names alphabetically in dropdowns by marliessophie in https://github.com/langfuse/langfuse/pull/4776
* chore: add attributes to ingestion queue processing by maxdeichmann in https://github.com/langfuse/langfuse/pull/4779
* chore: do not add latest, major, and major.minor tags to docker images of `-rc` versions by marcklingen in https://github.com/langfuse/langfuse/pull/4781


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.2.0...v3.3.0-rc.1

3.2.0

What's Changed

Features

* feat(ui): new experiment modal to highlight prompt and custom experiments by marcklingen in https://github.com/langfuse/langfuse/pull/4731
* feat: add posthog integration processing by Steffen911 in https://github.com/langfuse/langfuse/pull/4685
* feat(cost-tracking): allow additional cost and usage keys by hassiebp in https://github.com/langfuse/langfuse/pull/4536

Fixes

* fix(annotation): fail postgres upsert, delete silentley while Clickhouse is in lead by marliessophie in https://github.com/langfuse/langfuse/pull/4733

Chores

* chore(annotation): return previous score props in delete method by marliessophie in https://github.com/langfuse/langfuse/pull/4737


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v3.1.1...v3.2.0

Page 11 of 75

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.