1.6.1
Added 8
- Add Groq node
- Add Claude 3 and XML agent node
- Add Claude 3 llamaindex node
- Add input moderation on all chains and all agents
- Add support for image uploads and multimodal inputs in Claude 3
- Add support for accessing NodeData via json path
- Add allowed domains for chatflows
- Add chat message feedback
Changed 1
- Update chat mistral node
Fixed 11
- Fix CustomFunction deserializing escaped JSON strings
- Fix image upload bugfix and import dependencies
- Fix sorting for Flowise QnA
- Fix incorrect bedrock imports
- Fix a bug about conversation dates
- Handle escape characters in ifelse-function node's return value
- Fix json dialog title
- Fix the failure to resolve variables for OverrideConfig(Json Object)
- Fix hidden flag on additionalParams not being taken into account
- Fix duplicated calculation of nodes and dependent nodes not being initialized
- Fix Set Variable node
What's Changed
Nodes
- Feature/Add groq by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1836
- Feature/Update chat mistral by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1842
- Feature/Claude 3 and XML agent by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1877
- Feature/Claude 3 llamaindex by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1878
- feature: add input moderation on all chains and all agents by @ocflowiseai in https://github.com/FlowiseAI/Flowise/pull/1888
- Claude 3 - Adding Support for Image Uploads / Multimodal Inputs by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1898
Core
- Chore/Pin MUI dependencies by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1840
- Feature: Add support for accessing NodeData via json path by @mokeyish in https://github.com/FlowiseAI/Flowise/pull/1820
- Chore/Pin Mongodb version by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1847
- chore: upgrade langfuse and add sdkIntegration tag by @marcklingen in https://github.com/FlowiseAI/Flowise/pull/1895
- Feature: Allowed domains for chatflows by @0xi4o in https://github.com/FlowiseAI/Flowise/pull/1765
- Maintenance/pnpm vite jsx (Enhancements to the Project Infrastructure) by @use-the-fork in https://github.com/FlowiseAI/Flowise/pull/1272
- Feature: Chat message feedback by @0xi4o in https://github.com/FlowiseAI/Flowise/pull/1733
Bugfix
- Fix CustomFunction deserializing escaped JSON strings by @mokeyish in https://github.com/FlowiseAI/Flowise/pull/1814
- Bugfix/add image upload bugfix and import deps by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1856
- Fix for 1881 sorting for Flowise QnA by @automaton82 in https://github.com/FlowiseAI/Flowise/pull/1899
- bugfix - incorrect bedrock imports by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1914
- Fixed a bug about conversation dates by @JoeABCDEF in https://github.com/FlowiseAI/Flowise/pull/1910
- fix(utilities): Handle escape characters in ifelse-function node's return value, resolves #1887 by @sirsimonson in https://github.com/FlowiseAI/Flowise/pull/1915
- Bugfix/json dialog title by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1920
- Fix the failure to resolve variables for OverrideConfig(Json Object) by @mokeyish in https://github.com/FlowiseAI/Flowise/pull/1843
- Bugfix: hidden flag on additionalParams is not taken into account. by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1919
- Fix duplicated calculation of nodes and dependent nodes are not initialized by @mokeyish in https://github.com/FlowiseAI/Flowise/pull/1834
- Bugfix/Set Variable by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1926
- Fix the logic error of
getStartingNodesby @mokeyish in https://github.com/FlowiseAI/Flowise/pull/1832 - Bugfix/Conversation Chain Human Message by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1929
New Contributors
- @ocflowiseai made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1888
- @JoeABCDEF made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1910
- @sirsimonson made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1915
- @use-the-fork made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1272
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.0...flowise@1.6.1