Releases: langflow-ai/langflow
Releases · langflow-ai/langflow
v0.1.7
What's Changed
- Update README.md by @rodrigosnader in #506
- build(deps-dev): bump vite from 4.3.5 to 4.3.9 in /src/frontend by @dependabot in #508
- dockerfile update by @nick-choudhary in #497
- Update README.md by @rodrigosnader in #515
- feat: add support for DirectoryLoader by @Angelus1383 in #520
- Update LangChain to the latest version by @ogabrielluiz in #527
- 🔖 chore(pyproject.toml): bump version to 0.1.7 by @ogabrielluiz in #528
New Contributors
- @nick-choudhary made their first contribution in #497
- @Angelus1383 made their first contribution in #520
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Hotfix: keep focus on chat input by @anovazzi1 in #521
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Fix remove api key condition by @ogabrielluiz in #518
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Small bugfixes and improvements by @ogabrielluiz in #514
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- HotFix 0.1.1: Prediction was not caching correctly by @ogabrielluiz in #504
- 🔼 chore(pyproject.toml): update dependencies to latest versions by @ogabrielluiz in #509
Full Changelog: v0.1.0...v0.1.2
v0.1.0
What's Changed
- Adding search functionality to ExtraSideBarComponent by @Cristhianzl in #411
- fix(chatModal/index.ts) updated validation condition for required properties of nodes, to allow False values to be accepted by @jeremynac in #413
- Add Chat Icon Animation to the Last AI Message by @Cristhianzl in #418
- Changing the mouse cursor on Canva's React Flow by @Cristhianzl in #420
- build: push lcserve image as public by @deepankarm in #423
- build: update lcserve version to support public by @deepankarm in #424
- Bringing the menu options opened on search by @Cristhianzl in #427
- 🚀 feat(langflow): add PythonFunctionTool to the custom tools by @ogabrielluiz in #417
- refactor: change Node to Vertex by @ogabrielluiz in #426
- Anthropic by @jimwhite in #432
- Dark mode after refreshing page by @anovazzi1 in #430
- Toolkits now work as tools by @ogabrielluiz in #410
- Add shadTooltip for Edge Class Grouping by @Cristhianzl in #434
- Surface an error message when a flow has an unknown node type. by @artdent in #428
- Initial support for Azure LLM nodes. by @artdent in #443
- API Refactor and structure changes by @ogabrielluiz in #449
- 🚀 feat(customs.py): re-add PythonFunction to CUSTOM_NODES by @ogabrielluiz in #450
- Add advanced parameters to llamacpp node by @ogabrielluiz in #465
- Better serrver start by @ogabrielluiz in #461
- NodeToolbar Feature Implementation and Dialog UI Migration by @Cristhianzl in #462
- Implemented add_extra_fields method for the documentloaders by @alexandrehptavares in #408
- 🚀 feat(langflow): add new Retrieval chains by @ogabrielluiz in #456
- Refactor frontend API use by @ogabrielluiz in #477
- Merge/mp by @Cristhianzl in #490
- Adding API improvements, HomePage and validation improvements by @ogabrielluiz in #493
- Release version 0.1.0 by @ogabrielluiz in #498
New Contributors
- @jeremynac made their first contribution in #413
- @jimwhite made their first contribution in #432
- @artdent made their first contribution in #428
- @alexandrehptavares made their first contribution in #408
Full Changelog: v0.0.89...v0.1.0
v0.0.89
What's Changed
- Add New Chains: RetrievalQA, RetrievalQAWithSourcesChain, Conversatio… by @gustavoschaedler in #488
Full Changelog: v0.0.87...v0.0.89
v0.0.87
What's Changed
- fix: loads the page even if flows.data is null by @ogabrielluiz in #464
Full Changelog: v0.0.86...v0.0.87
v0.0.86
What's Changed
- 🐛 fix(utils.py): add type check for streaming and stream attributes before setting them to True by @ogabrielluiz in #457
Full Changelog: v0.0.85...v0.0.86