Langfuse

Latest version: v2.54.1

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

Scan your dependencies

Page 2 of 56

2.86.0

What's Changed

Feats
* feat: add select all / deselect all button to all tables columns visibility picker by marliessophie in https://github.com/langfuse/langfuse/pull/3740
* feat(api): add queueId query param to GET /scores by marliessophie in https://github.com/langfuse/langfuse/pull/3771
* feat(api): POST /comments GET /comments GET /comments/${commentId} by marliessophie in https://github.com/langfuse/langfuse/pull/3383
* feat: add ingestion delay by maxdeichmann in https://github.com/langfuse/langfuse/pull/3803
* feat(ui): render plain string as markdown by default on single trace/observation page by marliessophie in https://github.com/langfuse/langfuse/pull/3788
* feat(ui): support comments on annotation queue view by marliessophie in https://github.com/langfuse/langfuse/pull/3792
* feat: support DnD reordering of playground messages by marliessophie in https://github.com/langfuse/langfuse/pull/3826
* feat(api): add `traceTags` query param to GET /scores by marliessophie in https://github.com/langfuse/langfuse/pull/3843
* feat: improve clickhouse seeder by maxdeichmann in https://github.com/langfuse/langfuse/pull/3853
* feat: format logs by maxdeichmann in https://github.com/langfuse/langfuse/pull/3860
* feat: add new claude model by maxdeichmann in https://github.com/langfuse/langfuse/pull/3865

Styles
* style(ui): standardize table header line height across selection states by marliessophie in https://github.com/langfuse/langfuse/pull/3753
* style: unify dataset buttons/badge with langfuse design system, add UI access check on archive dataset item by marliessophie in https://github.com/langfuse/langfuse/pull/3864


Fixes and chore
* fix: add default minimum width for dynamic score columns, allow column reordering for prompts metrics table by marliessophie in https://github.com/langfuse/langfuse/pull/3747
* fix(llm-api-keys): add exact bedrock permission needed by hassiebp in https://github.com/langfuse/langfuse/pull/3749
* fix: loading state of annotation queue dropdown by marliessophie in https://github.com/langfuse/langfuse/pull/3750
* fix(user_table): reset `orderBy` state on tab navigation by marliessophie in https://github.com/langfuse/langfuse/pull/3751
* fix(self-host): LANGFUSE_INIT_USER_EMAIL lowercased for headless initialization by marcklingen in https://github.com/langfuse/langfuse/pull/3754
* chore: support more decimal digits for cost in session view by marliessophie in https://github.com/langfuse/langfuse/pull/3758
* chore: remove trace sampler on worker by Steffen911 in https://github.com/langfuse/langfuse/pull/3762
* chore: support consistent empty and loading states in dashboard by marliessophie in https://github.com/langfuse/langfuse/pull/3763
* fix(ui): transition from uncontrolled to controlled component, add expected drawer title by marliessophie in https://github.com/langfuse/langfuse/pull/3774
* chore(prompts): config data type to JSON by hassiebp in https://github.com/langfuse/langfuse/pull/3759
* chore: batch events by eventBodyId for reduces S3 interactions by Steffen911 in https://github.com/langfuse/langfuse/pull/3770
* chore: improve clickhouse schema by maxdeichmann in https://github.com/langfuse/langfuse/pull/3638
* fix(evals): put reasoning key before score by hassiebp in https://github.com/langfuse/langfuse/pull/3784
* chore(refactor): calculate queue metrics in WorkerManager by Steffen911 in https://github.com/langfuse/langfuse/pull/3732
* fix: don't use accessible title for queue item by marliessophie in https://github.com/langfuse/langfuse/pull/3787
* chore: fix queue metric names by Steffen911 in https://github.com/langfuse/langfuse/pull/3790
* chore: reconnect redis on errors by Steffen911 in https://github.com/langfuse/langfuse/pull/3785
* chore: add error listeners on queues by Steffen911 in https://github.com/langfuse/langfuse/pull/3791
* fix(tables): serialization issue in score column visibility by marliessophie in https://github.com/langfuse/langfuse/pull/3793
* fix: only error eval execution for unexpected cases by maxdeichmann in https://github.com/langfuse/langfuse/pull/3805
* chore: set ingestion delay to zero by maxdeichmann in https://github.com/langfuse/langfuse/pull/3804
* chore: add traces wide table by maxdeichmann in https://github.com/langfuse/langfuse/pull/3808
* fix: use trace/observation createdAt for health endpoint by marcklingen in https://github.com/langfuse/langfuse/pull/3825
* bug: UI prompt edit changes go away when tab switching by marcklingen in https://github.com/langfuse/langfuse/pull/3827
* chore: publish custom metrics to CloudWatch by Steffen911 in https://github.com/langfuse/langfuse/pull/3828
* chore: add tokenisation metrics by maxdeichmann in https://github.com/langfuse/langfuse/pull/3830
* fix: local postgres query logging by maxdeichmann in https://github.com/langfuse/langfuse/pull/3846
* chore: add prod-eu deployment option by Steffen911 in https://github.com/langfuse/langfuse/pull/3847
* chore: remove prettier config by maxdeichmann in https://github.com/langfuse/langfuse/pull/3806
* fix(ui): table pagination distinguish between no data and loading states by marliessophie in https://github.com/langfuse/langfuse/pull/3851
* fix: don't throw unauthorized errors when viewing a public trace by marliessophie in https://github.com/langfuse/langfuse/pull/3852


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.85.1...v2.86.0

2.85.1

What's Changed
* chore: migrate clickhouse ingestion to S3 based events by Steffen911 in https://github.com/langfuse/langfuse/pull/3719
* chore: authenticate with docker hub for CI by Steffen911 in https://github.com/langfuse/langfuse/pull/3734
* chore: add otel trace sampling support by Steffen911 in https://github.com/langfuse/langfuse/pull/3739
* fix(models): start_date type to datetime in fern by hassiebp in https://github.com/langfuse/langfuse/pull/3742
* fix: show number of observations in trace table by marliessophie in https://github.com/langfuse/langfuse/pull/3743
* chore: group events on S3 by clickhouse entity by Steffen911 in https://github.com/langfuse/langfuse/pull/3733
* chore: upgrade json path by maxdeichmann in https://github.com/langfuse/langfuse/pull/3741

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.85.0...v2.85.1

2.85.0

What's Changed

* feat(playground+evals): add bedrock support by hassiebp in https://github.com/langfuse/langfuse/pull/3711
* feat(ui): add toggle for color coding of metrics on trace tree by marcklingen in https://github.com/langfuse/langfuse/pull/3722
* chore: move span tagging to top of ingestion processing by Steffen911 in https://github.com/langfuse/langfuse/pull/3700
* style: adjust prompt icons, move edit/new version to action button, and always show prompt controls for current version by marliessophie in https://github.com/langfuse/langfuse/pull/3701
* chore: bring log line back by maxdeichmann in https://github.com/langfuse/langfuse/pull/3702
* chore: normalize ingestion span attributes by Steffen911 in https://github.com/langfuse/langfuse/pull/3710
* chore: enable annotation queue on cloud:hobby and remove feature flags by marliessophie in https://github.com/langfuse/langfuse/pull/3712
* fix: fail open on rate limit errors by Steffen911 in https://github.com/langfuse/langfuse/pull/3721


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.84.1...v2.85.0

2.84.1

What's Changed

UI:
* feat: add posthog event for tracing_check_active by marcklingen in https://github.com/langfuse/langfuse/pull/3691
* fix(ui): md-view, ordered lists with many items by marcklingen in https://github.com/langfuse/langfuse/pull/3694
* fix: show add to annotation queue only when flag is set by marliessophie in https://github.com/langfuse/langfuse/pull/3693

Dependency updates:
* Revert "chore(deps): bump react-hook-form from 7.51.5 to 7.53.0" by marliessophie in https://github.com/langfuse/langfuse/pull/3692, the update to `7.53.0` had resulted in unexpected behaviour in forms, hence the update was reverted
* chore(deps): bump langchain/core from 0.3.7 to 0.3.9 by dependabot in https://github.com/langfuse/langfuse/pull/3690
* chore(deps-dev): bump postcss from 8.4.38 to 8.4.47 by dependabot in https://github.com/langfuse/langfuse/pull/3684
* chore(deps): bump headlessui/react from 1.7.18 to 2.1.9 by dependabot in https://github.com/langfuse/langfuse/pull/3683
* chore(deps-dev): bump eslint-config-next from 14.2.6 to 14.2.15 in the next group across 1 directory by dependabot in https://github.com/langfuse/langfuse/pull/3682

**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.84.0...v2.84.1

2.84.0

What's Changed
Feat
* feat: invalidate API keys via cloud admin api by maxdeichmann in https://github.com/langfuse/langfuse/pull/3653
* feat: front-end cloud admin flag for clickhouse by maxdeichmann in https://github.com/langfuse/langfuse/pull/3666
* feat: add crisp events in posthog by marcklingen in https://github.com/langfuse/langfuse/pull/3667
* feat(annotation): add annotation queue in feature flagged beta release by marliessophie in https://github.com/langfuse/langfuse/pull/3499


Fixes and repo maintenance
* chore: update bullmq instrumentation by Steffen911 in https://github.com/langfuse/langfuse/pull/3644
* chore: use s3 event store to avoid event data in redis by Steffen911 in https://github.com/langfuse/langfuse/pull/3537
* chore: update metric name for eval exec queue length by Steffen911 in https://github.com/langfuse/langfuse/pull/3649
* fix: properly split tags when passed as a string (3621) by maxdeichmann in https://github.com/langfuse/langfuse/pull/3650
* chore: reduce auth logging by maxdeichmann in https://github.com/langfuse/langfuse/pull/3652
* chore: add orgid and projectid to ingestion event metric by maxdeichmann in https://github.com/langfuse/langfuse/pull/3654
* chore: remove metrics by users datadog by maxdeichmann in https://github.com/langfuse/langfuse/pull/3664
* chore: add projectid to ingestion logs by maxdeichmann in https://github.com/langfuse/langfuse/pull/3665
* fix: add Gitlab Issuer and Account.created_at col by vanshavenger in https://github.com/langfuse/langfuse/pull/3651
* chore(deps): bump heroicons/react from 2.1.3 to 2.1.5 by dependabot in https://github.com/langfuse/langfuse/pull/3662
* chore(deps): bump aws-sdk/lib-storage from 3.645.0 to 3.667.0 by dependabot in https://github.com/langfuse/langfuse/pull/3661
* chore(deps): bump the observability group with 3 updates by dependabot in https://github.com/langfuse/langfuse/pull/3657
* fix(ui): disable sign-in and sso buttons while email/pw are empty by marcklingen in https://github.com/langfuse/langfuse/pull/3670
* fix: encode all links to objects with user-provided ids by marcklingen in https://github.com/langfuse/langfuse/pull/3672
* fix: adjust queue wait time metrics by maxdeichmann in https://github.com/langfuse/langfuse/pull/3677
* fix: do not retry when api key is missing for evals and normalise wait time metric by maxdeichmann in https://github.com/langfuse/langfuse/pull/3680
* chore: upgrade nextjs to 14.2.14 by Steffen911 in https://github.com/langfuse/langfuse/pull/3643
* chore: allow updating annotation queue name by marliessophie in https://github.com/langfuse/langfuse/pull/3687


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.83.1...v2.84.0

2.83.1

What's Changed

* temporary patch to resolve https://github.com/langfuse/langfuse/issues/3639 caused by next.js version upgrade in v2.83.0
* change by marcklingen in https://github.com/langfuse/langfuse/pull/3640
* other changes
* chore(deps-dev): bump nodemon from 3.1.3 to 3.1.7 by dependabot in https://github.com/langfuse/langfuse/pull/3632
* chore(deps-dev): bump msw from 2.4.1 to 2.4.9 by dependabot in https://github.com/langfuse/langfuse/pull/3631
* chore(deps): bump lucide-react from 0.436.0 to 0.447.0 by dependabot in https://github.com/langfuse/langfuse/pull/3630
* chore(deps): bump langchain/core from 0.3.3 to 0.3.7 by dependabot in https://github.com/langfuse/langfuse/pull/3628
* chore(deps-dev): bump tsx from 4.19.0 to 4.19.1 by dependabot in https://github.com/langfuse/langfuse/pull/3627
* chore(deps-dev): bump prettier from 3.2.5 to 3.3.3 by dependabot in https://github.com/langfuse/langfuse/pull/3626
* chore: remove explicit context propagation for queues by Steffen911 in https://github.com/langfuse/langfuse/pull/3622


**Full Changelog**: https://github.com/langfuse/langfuse/compare/v2.83.0...v2.83.1

Page 2 of 56

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.