·
14 commits
to refs/heads/main
since this release
What's Changed
✨ New Features
- feat: Add dynamic theming support to WatsonxAI icon by @Cristhianzl in #8935
- feat: jigsawstack bundle integration by @Khurdhula-Harshavardhan in #8832
- feat: enhance DataFrame Operations component with contains filter and modern UI by @rodrigosnader in #8838
- feat: add DataFrame output to Structured Output component by @rodrigosnader in #8842
🐛 Bug Fixes
- fix: Improve modal layout responsiveness and overflow handling by @Cristhianzl in #8936
- fix: Improve flow export error handling and validation by @Cristhianzl in #8943
- fix: make deletion of single file commit to DB, create tests for file deletion by @lucaseduoli in #8953
- fix: update API Access codes to include only authenticated code by @lucaseduoli in #8957
- fix: Ensure flow_id is not None before logging vertex build details by @ogabrielluiz in #8954
- fix: fix max height of template getting started cards by @mfortman11 in #8964
- fix: clean edges of same type but different name when switching outputs, update color when deleting edges by @lucaseduoli in #8959
- fix: Update file component description for accuracy by @erichare in #8960
- fix: make mcp server component handle cache miss gracefully by @lucaseduoli in #8966
- fix: make files be saved in unique path by @lucaseduoli in #8965
- fix: add scroll to update components review dialog by @lucaseduoli in #8983
- fix: improved better health check and stream URL check on MCP, improved JSON recognition by @lucaseduoli in #8982
📝 Documentation Updates
- docs: update nv-ingest component by @mendonk in #8950
- docs: 1.5 release by @mendonk in #8387
- docs: add required API key headers for 1.5 by @mendonk in #8721
- docs: add windows desktop back for 1.5 release by @mendonk in #8866
- docs: add windows related content by @mendonk in #8903
- docs: how to add a missing dependency to langflow desktop by @mendonk in #8942
- docs: add unix note to api pane by @mendonk in #8951
- docs: docling integration by @mendonk in #8939
- docs: remove duplicate intro text by @mendonk in #8987
- docs: chatbot with files tutorial by @mendonk in #8813
🛠 Maintenance Tasks
- refactor: Extract single file download logic to custom hook by @Cristhianzl in #8944
- refactor(auth): simplify flow retrieval by removing settings_service dependency by @ogabrielluiz in #8956
- refactor: update cache service type hints in MCPToolsComponent by @ogabrielluiz in #8975
- refactor: update imports and move functions out of MCPToolsComponent by @ogabrielluiz in #8976
Others
- chore: release 1.5.0 by @ogabrielluiz in #8930
- chore: update package versions to include post-release tags by @ogabrielluiz in #8955
- chore: enable code guidelines in coderabbit configuration by @ogabrielluiz in #8958
- ci: update regex pattern for langflow-base dependency to support PEP 440 version suffixes by @ogabrielluiz in #8979
- ci: update nightly script to support other version operators by @ogabrielluiz in #8980
- templates: Update Vector Store RAG.json by @mendonk in #8977
New Contributors
- @Khurdhula-Harshavardhan made their first contribution in #8832
Full Changelog: 1.5.0...1.5.0.post1