releases.shpreview
Home/Langfuse
Langfuse

Langfuse

What's Changed

Features
Fixes / Improvements
Chores

New Contributors

Full Changelog: https://github.com/langfuse/langfuse/compare/v3.177.1...v3.178.0

What's Changed

Full Changelog: https://github.com/langfuse/langfuse-js/compare/v5.4.0...v5.4.1

The hosted Langfuse MCP server now includes new tools for working with observations, metrics, scores, score configs, datasets, dataset items, dataset runs, dataset run items, comments, annotation queues, models, media, and health. Fifteen tool categories total.

Agents such as Claude Code, Linear Agents, or custom internal tools can now investigate a production issue, pull the relevant observation, query metrics, drop a comment for the team, create a score, or stage a dataset item for regression testing, all without leaving the chat.

The MCP server complements the Langfuse Skill (Day 2 of Launch Week 5) and the Langfuse CLI. Use the CLI when your agent can run bash and pre-filter data; use the MCP server when it cannot. Restrict to read-only by allow-listing lookup tools if you don't want writes.

What's Changed

New Contributors

Full Changelog: https://github.com/langfuse/langfuse/compare/v3.175.0...v3.176.0

Run deterministic Python or TypeScript checks on observations and experiments in Langfuse.

Not every evaluation needs an LLM. JSON parseability, schema validation, exact match, required tool arguments, custom business rules — things you would rather verify with code than ask an LLM to "rate this 1–5". Deterministic, reproducible, no token cost.

Write a small evaluate function in Python or TypeScript directly in the Langfuse UI, attach it to live observations or to a dataset experiment, and the result lands as a native Langfuse score. It shows up in trace views, experiment compares, filters, dashboards, and Score Analytics next to your existing scores.

Code evaluators sit alongside LLM-as-a-Judge rather than replacing it. Code wins for objective checks. A judge wins for semantic quality, tone, helpfulness, or rubric reasoning.

What's Changed

Full Changelog: https://github.com/langfuse/langfuse-js/compare/v5.3.0...v5.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/langfuse/langfuse-python/compare/v4.6.1...v4.7.0

Langfuse Cloud is rolling out ClickHouse full-text search, improving UI search and adding the matches operator to Observations API v2.

Large input/output searches that took 18 seconds and scanned 494 GB now return in under half a second and read less than a gigabyte. Metadata-heavy queries dropped from 1.6s to 0.2s. The UI gets faster for humans hunting a bug, and the new matches operator on Observations API v2 gives agents and scripts the same token-based search programmatically.

Built on top of ClickHouse's new full-text search release.

Your agent's playbook for production-ready LLM apps.

The Langfuse Skill lets you hand your AI coding agent a playbook for working with Langfuse. It teaches Claude Code, Cursor, Codex, etc. how to instrument an app, query traces, manage prompts, and set up evaluators. Drop it into your editor, then describe the job in plain language and the agent runs with it.

The LLM-as-a-Judge calibration skill with Codex can produce a full analysis with accuracy, F1, precision, recall, and cost, all graphed directly in the new Langfuse Experiments view.

Five days. Five drops. New building blocks for taking AI applications from prototype to production. Unveiled live at ClickHouse OpenHouse (May 25–29, 2026).

  • Day 01 (Mon May 25): Experiments in CI/CD — Run Langfuse experiments inside GitHub Actions, fail workflows on score regressions, post results to PRs.
  • Day 02 (Tue May 26): Langfuse agent skill — A playbook for coding agents (Claude Code, Cursor, Codex) to instrument apps, query traces, manage prompts, and set up evaluators.
  • Day 03 (Wed May 27): Full-Text Search — ClickHouse-powered full-text search on Langfuse Cloud; 18s queries now return in <0.5s.
  • Day 04 (Thu May 28): Code evaluators — Write Python or TypeScript evaluate functions in the UI for deterministic, reproducible checks.
  • Day 05 (Fri May 29): Langfuse MCP, expanded — MCP server now covers observations, metrics, scores, datasets, comments, annotation queues, and more (15 tool categories).

Run Langfuse experiments in GitHub Actions to catch quality regressions before releasing changes to production.

The new GitHub Action tests every pull request against a Langfuse dataset, fails the workflow when scores drop below the threshold you set, and posts the result back to the PR as a comment. Every run is tracked in Langfuse so you can dig into regressions later.

What's Changed

Features
Fixes / Improvments
Chores

New Contributors

Full Changelog: https://github.com/langfuse/langfuse/compare/v3.174.1...v3.175.0

Last Checked
52m ago
Tracking since May 1, 2024