3.7.0
langflow-ai/langflow3.7.0Jun 2, 2026by dtslvr
AI Summary
Adds support for OpenRouter's `web_fetch` tool and removes deprecated attributes from the portfolio details endpoint response.
Key Highlights
- Added support for routing selected requests through OpenRouter's `web_fetch` tool.
- Removed deprecated attributes (`assetClass`, `assetSubClass`, etc.) from portfolio details.
- Extended countries mapping in the data enhancer for asset profile data.
- Upgraded Nx from 22.7.2 to 22.7.5.
- Fixed currency matching in impersonation mode.
Breaking Changes
- Removed deprecated attributes from the portfolio details endpoint response.
New Features
- OpenRouter web_fetch support
- Portfolio details cleanup
Full Release Notes
### Added - Added support for routing selected requests through the _OpenRouter_ `web_fetch` tool in the `FetchService` ### Changed - Extended the countries mapping in the data enhancer for asset profile data via _Trackinsight_ - Removed the deprecated attributes (`assetClass`, `assetClassLabel`, `assetSubClass`, `assetSubClassLabel`, `countries`, `currency`, `dataSource`, `holdings`, `name`, `sectors`, `symbol` and `url`) from the holdings of the portfolio details endpoint response - Upgraded `Nx` from version `22.7.2` to `22.7.5` ### Fixed - Resolved an issue in the impersonation mode where the values did not match the owner’s currency - Fixed the environment variable expansion in the `.env` file when debugging via _Visual Studio Code_ ### Special Thanks - @dtslvr - @KenTandrian