v1.9.2

langflow-ai/langflowv1.9.2May 1, 2026by github-actions[bot]

AI Summary

This update adds telemetry capabilities to deployment APIs and fixes security vulnerabilities related to file extraction in the BaseFileComponent.

Key Highlights

  • Added telemetry to deployment APIs
  • Fixed symlink/hardlink security issue in TAR extraction
  • Fixed LFX environment variable resolution

New Features

  • Telemetry for deployments APIs

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ✨ New Features
* feat: add telemetry to deployments APIs by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/12874
### 🐛 Bug Fixes
* fix: lfx env var resolution when value is empty by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/12907
* fix: pass Google embedding dimensions by @erichare in https://github.com/langflow-ai/langflow/pull/12876
* fix: fallback to sync call in lfx run when stream=true by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/12906
* fix: namespace inputs.session on build_public_tmp by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/12934
* fix(security): reject symlinks/hardlinks in BaseFileComponent TAR extraction (GHSA-ccv6-r384-xp75) by @erichare in https://github.com/langflow-ai/langflow/pull/12945
* fix: update playwright to 1.59.0 by @Jkavia in https://github.com/langflow-ai/langflow/pull/12947
### 📝 Documentation Updates
* docs: wxo deployment is behind feature flag by @mendonk in https://github.com/langflow-ai/langflow/pull/12937
* docs: add telemetry for deployments endpoints by @mendonk in https://github.com/langflow-ai/langflow/pull/12922
### Others
* chore: bump versions to 1.9.2 by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/12898
* ref: flip wxo ff by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/12924
* chore: update deps by @Adam-Aghili in https://github.com/langflow-ai/langflow/pull/12951


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.9.1...v1.9.2