v1.11.2
langflow-ai/langflowv1.11.2Aug 4, 2026by github-actions[bot]
AI Summary
A feature and security release enabling the agentic experience by default, enforcing runtime code execution policies, and improving agent tool duration tracking.
Key Highlights
- Enabled agentic experience by default
- Enforced SSRF policy for unified models
- Enforced code execution policy at runtime
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at v1.11.2 --> ## What's Changed ### 🐛 Bug Fixes * fix: increment previous_content with content streamed by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/14234 * fix: add default fallback to instantiation.py and removed default ollama base url from components by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/14236 * fix(tracing): detach orphan spans before database flush by @erichare in https://github.com/langflow-ai/langflow/pull/14243 * fix(settings): enable agentic experience by default by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14244 * fix(auth): keep refresh sessions alive on HTTP by @erichare in https://github.com/langflow-ai/langflow/pull/14252 * fix(mem0): defer client import during startup by @Success6666 in https://github.com/langflow-ai/langflow/pull/14247 * fix(components): stop legacy aliases from importing every bundle at startup by @erichare in https://github.com/langflow-ai/langflow/pull/14259 * fix(frontend): reset modifier-only saved shortcuts to default by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14245 * fix(ssrf): honor connector loopback policy for A2A agent and PaddleOCR base URLs by @erichare in https://github.com/langflow-ai/langflow/pull/14265 * fix(components): send chained input as user turn by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14274 * fix(frontend): align shortcut label with Parameters button by @keval718 in https://github.com/langflow-ai/langflow/pull/14282 * fix(api): retry project delete on sqlite lock by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14308 * fix(frontend): unique DOM ids for node params by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14312 * fix(models): stop automatic provider field binding by @erichare in https://github.com/langflow-ai/langflow/pull/14311 * fix(frontend): dismiss welcome overlay synchronously when picking a template by @keval718 in https://github.com/langflow-ai/langflow/pull/14310 * fix(frontend): skip template update for group nodes by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14314 * fix(models): retry without rejected temperature by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14331 * fix(frontend): stop stale flows-list refetch from bouncing New Flow back to the list by @erichare in https://github.com/langflow-ai/langflow/pull/14288 * fix(frontend): stop flow route request storm by @erichare in https://github.com/langflow-ai/langflow/pull/14349 * fix(security): enforce SSRF policy for unified models by @erichare in https://github.com/langflow-ai/langflow/pull/14348 * fix(tools): block protected RunFlow tweaks by @erichare in https://github.com/langflow-ai/langflow/pull/14343 * fix(tools): constrain serialized schema types by @erichare in https://github.com/langflow-ai/langflow/pull/14344 * fix(playground): separate public identity namespaces by @erichare in https://github.com/langflow-ai/langflow/pull/14345 * fix(mcp): scope public projects to their owner by @erichare in https://github.com/langflow-ai/langflow/pull/14346 * fix(api): sanitize public v2 workflow execution by @erichare in https://github.com/langflow-ai/langflow/pull/14341 * fix(api): authorize deprecated vertex streams by @erichare in https://github.com/langflow-ai/langflow/pull/14342 * fix(a2a): guard public flow execution by @erichare in https://github.com/langflow-ai/langflow/pull/14347 * fix(auth): flush user insert before sso_user_profile during JIT provisioning by @sch0penheimer in https://github.com/langflow-ai/langflow/pull/14338 * fix(docker): use writable runtime home by @erichare in https://github.com/langflow-ai/langflow/pull/14354 * fix(agent): exclude callback latency from tool duration by @erichare in https://github.com/langflow-ai/langflow/pull/14355 * fix: align inspector panel API exposure with what the backend accepts by @tarciorodrigues in https://github.com/langflow-ai/langflow/pull/14304 * fix(agent): track parallel tool durations per run by @erichare in https://github.com/langflow-ai/langflow/pull/14360 * fix(agent): remediate connected OpenAI models by @erichare in https://github.com/langflow-ai/langflow/pull/14363 * fix(playground): align shared message namespaces by @erichare in https://github.com/langflow-ai/langflow/pull/14373 * fix(policies): load Windows-generated ToolGuard modules by @erichare in https://github.com/langflow-ai/langflow/pull/14374 * fix(security): enforce code execution policy at runtime by @erichare in https://github.com/langflow-ai/langflow/pull/14375 * fix(policies): preserve generated ToolGuard code by @erichare in https://github.com/langflow-ai/langflow/pull/14378 * fix(crewai): apply convert_llm and convert_tools in SequentialTaskAgentComponent by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14379 * fix(custom): keep falsy input defaults in set_attributes fallback by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14383 * fix(policies): load stored guards without local cache by @erichare in https://github.com/langflow-ai/langflow/pull/14388 * fix: replace models of disconnected providers by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14386 * fix(policies): prevent guarded tool serialization recursion by @erichare in https://github.com/langflow-ai/langflow/pull/14390 * fix(file): run Read File tool loaders off the event loop by @erichare in https://github.com/langflow-ai/langflow/pull/14391 * fix(policies): make model optional in guard mode by @erichare in https://github.com/langflow-ai/langflow/pull/14392 * fix(crewai): support crewai 1.x LLM factory in convert_llm by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14397 ### 🛠 Maintenance Tasks * refactor(frontend): Add customization hook for API timestamp parsing by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14246 * refactor(frontend): add customization seam for A2A publish origin by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14279 ### ✅ Tests * test(frontend): use stable float input selector by @erichare in https://github.com/langflow-ai/langflow/pull/14315 ### Others * chore: bump release versions to 1.11.2 by @erichare in https://github.com/langflow-ai/langflow/pull/14317 * regression: container startup failure by @mendonk in https://github.com/langflow-ai/langflow/pull/14376 ## New Contributors * @Success6666 made their first contribution in https://github.com/langflow-ai/langflow/pull/14247 * @sch0penheimer made their first contribution in https://github.com/langflow-ai/langflow/pull/14338 **Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.11.0...v1.11.2