| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| langflow-1.11.1-py3-none-any.whl | 2026-07-28 | 5.7 kB | |
| langflow_base-0.11.1-py3-none-any.whl | 2026-07-28 | 18.1 MB | |
| 1.11.1 source code.tar.gz | 2026-07-28 | 131.7 MB | |
| 1.11.1 source code.zip | 2026-07-28 | 137.3 MB | |
| README.md | 2026-07-28 | 2.7 kB | |
| Totals: 5 Items | 287.1 MB | 0 | |
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/14286
- fix(cuga): correct event debug log typo by @erichare in https://github.com/langflow-ai/langflow/pull/14275
- fix(mcp): match display_name and description in search_registry query filter by @Simonzhaohui in https://github.com/langflow-ai/langflow/pull/14270
- fix(mcp): backport MCP SDK <2.0 pin for uvx-launched servers by @viktoravelino in https://github.com/langflow-ai/langflow/pull/14298
- fix(deps): restore FastAPI range by @erichare in https://github.com/langflow-ai/langflow/pull/14301
📝 Documentation Updates
- docs: fastapi pagination error troubleshooting by @mendonk in https://github.com/langflow-ai/langflow/pull/14294
🛠 Maintenance Tasks
- refactor(frontend): Add customization hook for API timestamp parsing by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/14246
Others
- chore: update deps 1.11.1 by @Adam-Aghili in https://github.com/langflow-ai/langflow/pull/14280
New Contributors
- @Success6666 made their first contribution in https://github.com/langflow-ai/langflow/pull/14247
- @Simonzhaohui made their first contribution in https://github.com/langflow-ai/langflow/pull/14270
Full Changelog: https://github.com/langflow-ai/langflow/compare/v1.11.0...v1.11.1