Langflow 1.12 just released!
gradient
  1. Home  /

  2. Blog  /

  3. Langflow 1.12 released: OpenTelemetry for service health and flow runs

Langflow 1.12 released: OpenTelemetry for service health and flow runs

Langflow Dev Team

Written by Langflow Dev Team

September 1, 2026

Langflow OSS 1.12 is released! This version adds OpenTelemetry support.

Before you upgrade to version 1.12, check the release notes for packaging and install changes in this release.

Possible breaking change: Extension bundles

Langflow 1.12 completes the Langflow Extensions bundles transition that began in Langflow 1.10.

This transition aims to minimize the default Langflow installation size, decouple Langflow from external release cadences, and allow developers to install only what their flows require.

uv pip install langflow now includes only a curated provider set, and opt-in providers must be installed separately in your Langflow virtual environment. If your flows use any opt-in providers, install them after upgrading Langflow.

To install all of the opt-in providers with one command, run:

uv pip install "langflow[bundles]"

To install a single package, such as Exa, run:

uv pip install lfx-exa

Saved flows continue to open normally, and existing component class names remain compatible. If a required provider package is not installed, the component will remain visible in the builder, but the flow won't build or run until the package is installed. Langflow will display an error indicating which package needs to be installed.

For more information, see the Langflow Extensions overview.

OpenTelemetry

Langflow emits OpenTelemetry traces, metrics, and logs that describe the health of the Langflow service itself.

Langflow speaks plain OTLP, so any OpenTelemetry-compatible backend works, including NewRelic and Instana.

To enable it, set the following environment variables before starting Langflow:

OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
OTEL_SERVICE_NAME=langflow

For more information, see the Langflow docs.

There's more to come

For the full list of changes in Langflow OSS 1.12, see the release notes or the full release on GitHub.

We're committed to continuously improving Langflow, and your input is crucial to this process. If you want to get more involved you can:

We're excited to see the projects you'll create with the Langflow 1.12 open-source package. Check out the 1.12.0 release on GitHub and get building!

Langflow Desktop 1.12 will be released soon. In the meantime, visit Download Langflow Desktop to install the current desktop version.


Similar Posts

Langflow 1.11 Desktop is now available

Langflow 1.11 Desktop is now available

Langflow Dev Team

Written by Langflow Dev Team

August 5, 2026

Langflow 1.11 Desktop is now available. For the full list of new features, see the OSS release announcement.

Langflow 1.11.0: Multi-Vector Retrieval is Here with NextPlaid

Langflow Dev Team

Written by Langflow Dev Team

July 23, 2026

Langflow 1.11.0 ships first-class multi-vector retrieval with the lfx-nextplaid extension bundle—ColBERT-style late interaction and ColPali-style visual document retrieval out of the box.

Langflow 1.11 released: Human-in-the-Loop, A2A protocol support, AG-UI streaming, and more

Langflow 1.11 released: Human-in-the-Loop, A2A protocol support, AG-UI streaming, and more

Langflow Dev Team

Written by Langflow Dev Team

July 22, 2026

Langflow 1.11 adds Human-in-the-Loop checkpoints, A2A protocol support, AG-UI streaming for the Workflow API, and more.

Langflow 1.10 Desktop is now available

Langflow 1.10 Desktop is now available

Langflow Dev Team

Written by Langflow Dev Team

June 18, 2026

Langflow 1.10 Desktop is now available. For the full list of new features and platform updates in 1.10, see the OSS release announcement.