Langfuse

Latest version: v2.60.2

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

Scan your dependencies

Page 29 of 75

2.56.1

Not secure
What's Changed
* feat(models): add support for anthropic 3.5 sonnet by marcklingen in https://github.com/langfuse/langfuse/pull/2407
* feat: allow redis connection via connection string by maxdeichmann in https://github.com/langfuse/langfuse/pull/2409
* fix: redis connection string with bull by maxdeichmann in https://github.com/langfuse/langfuse/pull/2410
* fix: typo in contributing file by maxdeichmann in https://github.com/langfuse/langfuse/pull/2411
* fix: handle errors in worker API by maxdeichmann in https://github.com/langfuse/langfuse/pull/2412
* perf: add prisma to worker sentry by maxdeichmann in https://github.com/langfuse/langfuse/pull/2413
* fix: ordering of ingestion events by timestamp by maxdeichmann in https://github.com/langfuse/langfuse/pull/2417
* fix: flaky eval test by maxdeichmann in https://github.com/langfuse/langfuse/pull/2418
* security: upgrade langchain by maxdeichmann in https://github.com/langfuse/langfuse/pull/2421


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.56.0...v2.56.1

2.56.0

Not secure
Note: due to flaky test, this version was not published as a Docker container. Please refer to 2.56.1

What's Changed
* fix: correct sentry 8.0 upgrade by maxdeichmann in https://github.com/langfuse/langfuse/pull/2357
* chore(deps): bump the sentry group across 1 directory with 4 updates by dependabot in https://github.com/langfuse/langfuse/pull/2332
* style(annotation): small UI/UX improvements by marliessophie in https://github.com/langfuse/langfuse/pull/2359
* feat: adds exports to sessions table by hassiebp in https://github.com/langfuse/langfuse/pull/2360
* fix: hide batch export button for selfhosters by hassiebp in https://github.com/langfuse/langfuse/pull/2365
* feat: configure default lookback for dashboards and tables by maxdeichmann in https://github.com/langfuse/langfuse/pull/2364
* fix: flaky worker tests by maxdeichmann in https://github.com/langfuse/langfuse/pull/2368
* perf: optimize indices by hassiebp in https://github.com/langfuse/langfuse/pull/2367
* fix: s3 link ttl by hassiebp in https://github.com/langfuse/langfuse/pull/2370
* fix: overflow LLMApiKeyList baseUrl by hassiebp in https://github.com/langfuse/langfuse/pull/2372
* fix(self-hosted): enable air-gapped use by disabling online check of react query by marcklingen in https://github.com/langfuse/langfuse/pull/2374
* infra: Enable Porter Application web by porter-deployment-app in https://github.com/langfuse/langfuse/pull/2380
* fix: use correct hook to determine cloud environment by hassiebp in https://github.com/langfuse/langfuse/pull/2383
* Delete Porter Application web by porter-deployment-app in https://github.com/langfuse/langfuse/pull/2387
* infra: Enable Porter Application web by porter-deployment-app in https://github.com/langfuse/langfuse/pull/2391
* infra: Enable Porter Application worker by porter-deployment-app in https://github.com/langfuse/langfuse/pull/2392
* chore: removing 'version' from docker-compose.yml file by mukesh1811 in https://github.com/langfuse/langfuse/pull/2389
* infra: add public variables to docker build steps by maxdeichmann in https://github.com/langfuse/langfuse/pull/2393
* fix(ui): number formatting while undefined by marcklingen in https://github.com/langfuse/langfuse/pull/2396
* feat(api): add GET /score-configs/[configId] and GET /score-configs by marliessophie in https://github.com/langfuse/langfuse/pull/2361
* fix(ui): render dataset items with `false` as value correctly by marcklingen in https://github.com/langfuse/langfuse/pull/2404
* infra: add porter for US worker by maxdeichmann in https://github.com/langfuse/langfuse/pull/2406

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

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.55.1...v2.56.0

2.55.1

What's Changed
* fix(cloud): number formatting in usage meter widget by marcklingen in https://github.com/langfuse/langfuse/pull/2347
* fix(ui): improve password-reset UX by marcklingen in https://github.com/langfuse/langfuse/pull/2350
* perf(sessions): improve filterOptions api by marliessophie in https://github.com/langfuse/langfuse/pull/2337
* fix(dashboard): change model latency unit to seconds by RichardKruemmel in https://github.com/langfuse/langfuse/pull/2356
* perf(prompts): drop fk contraint on observations.prompt_id by marcklingen in https://github.com/langfuse/langfuse/pull/2355


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.55.0...v2.55.1

2.55.0

Not secure
What's Changed
* feat(score_configs): be able to archive score configs by marliessophie in https://github.com/langfuse/langfuse/pull/2340
* feat(auth): add password reset flow for email/password users via email-link auth (if `SMTP_CONNECTION_URL` and `EMAIL_FROM_ADDRESS` are set) by marcklingen in https://github.com/langfuse/langfuse/pull/2276
* fix(security): add sentry to csp headers in https://github.com/langfuse/langfuse/commit/f6f84d9d39b269ebe5878030038c7e8f1a7b7a47


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.54.0...v2.55.0

2.54.1

Not secure
What's Changed
* fix(media): allow setting IO media via decorator update by hassiebp in https://github.com/langfuse/langfuse-python/pull/1005


**Full Changelog**: https://github.com/langfuse/langfuse-python/compare/v2.54.0...v2.54.1

2.54.0

Not secure
What's Changed
* feat(auth): add google workspace domain allowlist by marcklingen in https://github.com/langfuse/langfuse/pull/2322
* feat(analytics): add posthoc event for trace timeline by marliessophie in https://github.com/langfuse/langfuse/pull/2327
* fix: add llmapikeys:read scope to viewer role by hassiebp in https://github.com/langfuse/langfuse/pull/2324
* perf: increase chatCompletion function timeout by hassiebp in https://github.com/langfuse/langfuse/pull/2326
* perf: adds observations table index projectId promptId by hassiebp in https://github.com/langfuse/langfuse/pull/2325
* build(deps): bump mui/utils version to "6.0.0-alpha.9" by marliessophie in https://github.com/langfuse/langfuse/pull/2323
* perf: use composite index for prompt.metrics by hassiebp in https://github.com/langfuse/langfuse/pull/2328
* fix: clean up broken migration history by maxdeichmann in https://github.com/langfuse/langfuse/pull/2329


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.53.0...v2.54.0

Page 29 of 75

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.