Changelog

Latest release updates from the Langfuse team. Check out our Roadmap to see what's next.

All posts

Haystack Integration

Easily monitor and trace your Haystack pipelines with this new Langfuse integration.

May 17, 2024

Mirascope integration

Mirascope is a Python toolkit for building LLM applications and it natively integrates with Langfuse.

May 16, 2024

Prompt Version Insights

Compare metrics across different prompt versions in Langfuse Prompt Management.

May 16, 2024

Sticky headings on tables

Sticky headings to better keep track of your data.

May 16, 2024

Playground and evaluations with GPT-4o

Experiment with OpenAI GPT-4o in the playground and use it to power evaluations

May 14, 2024

Token/cost tracking for GPT-4o models

Day 1 support for OpenAI GPT-4o including tracking token counts and USD spend.

May 14, 2024

Prompt management REST API and deployment labels

Manage prompts via the REST API and add labels to deploy prompts to different environments.

May 7, 2024

SOC 2 Type II certification

Langfuse's Information Security program has been certified to the SOC 2 Type II standard.

April 30, 2024

Launch Week 1 🚀

Model-based evaluations

Run model-based evaluations on traces in Langfuse to scale your evaluation workflows. Start with one of our battletested templates or use your own custom templates.

April 26, 2024

Launch Week 1 🚀

Datasets v2

New editor, metadata on all objects, tables that render i/o, dataset runs on traces, push traces to datasets, and more.

April 25, 2024

Launch Week 1 🚀

Decorator-based integration for Python

The decorator now supports all Langfuse features and is the recommended way to use Langfuse in Python.

April 24, 2024

Launch Week 1 🚀

LLM playground

Test and iterate on your prompts with the new LLM playground directly in Langfuse.

April 23, 2024

Launch Week 1 🚀

PostHog integration

We teamed up with PostHog to integrate LLM-related product metrics into your existing PostHog dashboards.

April 22, 2024

Launch Week 1 🚀

OpenAI SDK integration for JS/TS SDK

Langfuse now provides a simple to adopt wrapper for the OpenAI JS/TS SDK for you to seemlessly trace your OpenAI calls.

April 21, 2024

Docker images on Docker Hub

From now on, we will publish Docker images on Docker Hub and the GitHub Container Registry.

April 13, 2024

ISO 27001 certification

Langfuse's Information Security program has been certified to the ISO 27001:2022 standard.

April 10, 2024

OpenAI Integration tracks used Langfuse Prompts

The OpenAI SDK integration for Langfuse Tracing now supports capturing the used prompt (version) from Prompt Management.

April 9, 2024

ChatML in Prompt Management

Introducing the "chat" prompt type in Langfuse Prompt Management to version control and release ChatML (role/message) prompts.

April 9, 2024

Support for LangChain async, batch and streaming interfaces

With this release, Langfuse Tracing integrates natively with all LangChain interfaces on Python and JS.

April 8, 2024

Decorator-based tracing for Python

Use @observe() decorator to trace Python functions, fully compatible with the native integrations with LangChain, LlamaIndex, and the OpenAI SDK.

March 24, 2024

Improved ChatML message rendering

Extending the "Pretty ✨" mode to additional json content included in ChatML messages such as functions and tools. Previously, Langfuse rendered these messages in plain json.

March 11, 2024

Token/cost tracking for Claude 3 models

Langfuse automatically tracks token counts and USD spend for Anthropic Claude 3 models

March 7, 2024

Uptrain.ai integration (cookbook)

Langfuse adds >20 open source evaluators through cookbook integration with open source project and fellow Y Combinator startup UpTrain.ai

March 5, 2024

Upto 50x faster loading time of UI tables

Previously, the tables loaded very slowly depending on the project size and the kind of ingested data. I used the leap day to tweak queries and indexes to fix this.

February 29, 2024

LlamaIndex integration (Python)

Automatically capture detailed traces and metrics for every request of your LlamaIndex application with the new Langfuse Integration.

February 27, 2024

Store additional structured data in Langfuse Prompt Management

Version control model names, model parameters, and additional json data in Langfuse Prompt Management.

February 20, 2024

New API: GET /metrics/daily

Retrieve aggregated daily usage metrics via a unified endpoint. Filters for application type, user, or tags are available for tailored data retrieval.

February 19, 2024

SDK-level prompt caching

The latest release of the Python and JS/TS Langfuse SDK includes a new prompt caching feature that improves the reliability and performance of your applications.

February 5, 2024

Custom model prices (Langfuse v2.0)

The new major version allows you to track usage and costs for many more models and for the first time also allows you to add custom models and prices.

January 29, 2024

Trace Tagging

Categorize and manage your traces with tags in Langfuse.

January 16, 2024

Prompt Management

Manage, version and deploy prompts from within Langfuse.

January 3, 2024

Customizable sorting for trace table

Finally, you can choose how to sort your trace table to find the slowest, fastest, or oldest traces with ease.

January 2, 2024

SDKs v2.0.0

We are excited to announce the release of v2.0.0 for Python and JS/TS SDKs. Langfuse has come a long way this year since initially launching v1 of the SDKs and it was time to finally group some necessary breaking changes into one release. The release includes simpler interfaces in Python, better defaults for the Langchain integration, and a performance upgrade for the JS/TS SDK. Read on for more details.

December 28, 2023

Sessions

Group multiple traces into a session and replay interactions between users and your LLM based application.

December 13, 2023

Rename and transfer projects

In the project settings you can now rename and transfer your project.

December 12, 2023

Change column visibility

All tables in Langfuse include lots of columns. You can now customize them to your workflow by hiding the ones you don't need.

December 4, 2023

More robust docker image

Removed cron job used for telemetry to increase stability of the docker image.

November 19, 2023

OpenAI SDK integration now supports v1.x and v0.x

OpenAI has released a major SDK update. The latest Langfuse integration now supports both the new and old versions, ensuring optimal backwards compatibility with other packages.

November 16, 2023

Improved UI for OpenAI Chat Messages

The JSON viewer is flexible but not super simple to read. Starting with OpenAI Chat Messages you can now view payloads in a pretty format to read and debug even faster.

November 15, 2023

Semantic releases

Langfuse now uses semantic versioning to increase the quality of the releases.

November 15, 2023

Support for Langchain Expression Language (LCEL)

LangChain Expression Language, or LCEL, is a declarative way to easily compose chains together. Langfuse natively supports the new expression language.

November 13, 2023

Day 1 support for GPT-4 Turbo

Accurate token counts and costs for GPT-4 Turbo

November 6, 2023

SSO enforcement

Optional SSO enforcement on an organizational level for advanced security.

November 3, 2023

Simplified Docker deployment

You can now upgrade to the latest version of Langfuse by pulling the latest container. Database migrations are applied automatically on startup. Optionally, one-click deploy via Railway.

October 31, 2023

RAGAS cookbook to evaluate RAG pipelines

RAGAS is an open-source package focused on evaluating RAG pipelines. With this new cookbook, you can use RAGAS evals on your production data in Langfuse.

October 30, 2023

OpenAI SDK Integration

Drop-in replacement for OpenAI's Python SDK to get full visibility by changing only one line of code.

October 25, 2023

Python SDK now supports Pydantic v1 and v2

The Python SDK uses Pydantic to validate the data you send to Langfuse at run time before it is asynchronously sent to the Langfuse API. Previously, the Python SDK used Pydantic v1 leading to incompatibilities with projects using Pydantic v2.

October 25, 2023

Ingestion APIs now 2x faster

We've removed a performance bottleneck in the API authentication which affected all API requests.

October 19, 2023

Dashboards out of alpha

New core dashboard with analytics on token usage, latencies, and scores/metrics.

October 9, 2023

Improved support of complex inputs and outputs (e.g. OpenAI functions)

If you pass JSON as a completion, it is rendered in the Langfuse UI.

October 7, 2023