Releases: FlowiseAI/Flowise
[email protected]
What's Changed
Nodes
- Feature/Add groq by @HenryHengZJ in #1836
- Feature/Update chat mistral by @HenryHengZJ in #1842
- Feature/Claude 3 and XML agent by @HenryHengZJ in #1877
- Feature/Claude 3 llamaindex by @HenryHengZJ in #1878
- feature: add input moderation on all chains and all agents by @ocflowiseai in #1888
- Claude 3 - Adding Support for Image Uploads / Multimodal Inputs by @vinodkiran in #1898
Core
- Chore/Pin MUI dependencies by @HenryHengZJ in #1840
- Feature: Add support for accessing NodeData via json path by @mokeyish in #1820
- Chore/Pin Mongodb version by @HenryHengZJ in #1847
- chore: upgrade langfuse and add sdkIntegration tag by @marcklingen in #1895
- Feature: Allowed domains for chatflows by @0xi4o in #1765
- Maintenance/pnpm vite jsx (Enhancements to the Project Infrastructure) by @use-the-fork in #1272
- Feature: Chat message feedback by @0xi4o in #1733
Bugfix
- Fix CustomFunction deserializing escaped JSON strings by @mokeyish in #1814
- Bugfix/add image upload bugfix and import deps by @HenryHengZJ in #1856
- Fix for 1881 sorting for Flowise QnA by @automaton82 in #1899
- bugfix - incorrect bedrock imports by @vinodkiran in #1914
- Fixed a bug about conversation dates by @JoeABCDEF in #1910
- fix(utilities): Handle escape characters in ifelse-function node's return value, resolves #1887 by @sirsimonson in #1915
- Bugfix/json dialog title by @HenryHengZJ in #1920
- Fix the failure to resolve variables for OverrideConfig(Json Object) by @mokeyish in #1843
- Bugfix: hidden flag on additionalParams is not taken into account. by @vinodkiran in #1919
- Fix duplicated calculation of nodes and dependent nodes are not initialized by @mokeyish in #1834
- Bugfix/Set Variable by @HenryHengZJ in #1926
- Fix the logic error of
getStartingNodes
by @mokeyish in #1832 - Bugfix/Conversation Chain Human Message by @HenryHengZJ in #1929
New Contributors
- @ocflowiseai made their first contribution in #1888
- @JoeABCDEF made their first contribution in #1910
- @sirsimonson made their first contribution in #1915
- @use-the-fork made their first contribution in #1272
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.6.1
[email protected]
What's Changed
Nodes
- update cahtopenai version by @chungyau97 in #1771
- Feature/Upstash Singleton by @HenryHengZJ in #1794
- Zep cloud setup by @paul-paliychuk in #1760
Core
- Chore/Update langsmith version by @HenryHengZJ in #1803
- handles scenario where NodesPool require call fails by @Jaredude in #1786
- Feature: OverrideConfig allows partial override by @mokeyish in #1815
- use URL constructor to handle all types of links by @ape-nq in #1740
- FEATURE: Add Multi Modal Capabilities to Flowise by @vinodkiran in #1419
- Allow default variable values when testing CustomFunction by @mokeyish in #1800
Bugfix
- Bugfix: View Toggle loses state when button is clicked twice. by @vinodkiran in #1799
- Fix: Error Handling in Web Scraper by @0xi4o in #1821
New Contributors
- @paul-paliychuk made their first contribution in #1760
- @ape-nq made their first contribution in #1740
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.6.0
[email protected]
What's Changed
Nodes
- add recursive option for folder-loader by @ill-yes in #1688
- Add a zod-schema based JSON output parser ("Advanced Structured Output Parser") by @KennyVaneetvelde in #1672
- DynamoDB Chat Memory fix by @Jaredude in #1697
- Feature/Add document json output by @HenryHengZJ in #1703
- Feature/Update Query Engine Tool by @HenryHengZJ in #1726
- Feature/open ai by @chungyau97 in #1744
- Feature/Update mrkl agents by @HenryHengZJ in #1763
Core
- Marketplace: Revamped UI by @vinodkiran in #1678
- add FLOWISE_FILE_SIZE_LIMIT variable by @chungyau97 in #1707
- Allows query chatmessage API endpoint by messageId by @Jaredude in #1717
- Chore/upgrade lc version by @HenryHengZJ in #1691
- Chore/Update wordings by @HenryHengZJ in #1756
Bugfix
- [Bufix] Modify the default value of sessionId when fetching history chat messages. by @melon95 in #1661
- update return msg to correct url by @chungyau97 in #1686
- Bugfix/Override session id by @HenryHengZJ in #1698
- add missing steps into rate limit msg by @chungyau97 in #1702
- Fixing Postgres so that similaritySearchVectorWithScore actually connects via TLS/SSL when specified by @dkindlund in #1677
- Fix: relative links method and limit not applying to manage links by @0xi4o in #1687
- fixes bug where querying by chatId results in no records by @Jaredude in #1716
- FIX: ES module import issue in Qdrant package by @0xi4o in #1761
- chore(deps): upgrade Langfuse to 3.1.0 by @marcklingen in #1753
New Contributors
- @melon95 made their first contribution in #1661
- @KennyVaneetvelde made their first contribution in #1672
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.5.1
[email protected]
What's Changed
- mysql-ssl by @niztal in #1634
- Bugfix/Cohere top K by @HenryHengZJ in #1656
- Add newly-released gpt-3.5-turbo-0125 to ChatOpenAI by @raffareis in #1660
- chore/update vec 2 doc node by @HenryHengZJ in #1659
- Feature/llama index by @HenryHengZJ in #1611
- add kotlin files to folder-loader by @ill-yes in #1684
New Contributors
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.5.0
[email protected]
What's Changed
Nodes
- chore/pinecone env lint by @HenryHengZJ in #1609
- FEATURE: Select which links should be used in web scraper nodes (cheerio, puppeteer, and playwright) by @0xi4o in #1566
- Allows CustomFunction to be set as an Ending Node. by @mokeyish in #1591
- Update ChatOpenAI.ts to include new openai's Chat models by @raffareis in #1610
- Feature/open ai embedding by @HenryHengZJ in #1621
- Mongodb for Chat history #1622 by @Ashes47 in #1627
- Feature/Singleton Redis Connection by @HenryHengZJ in #1628
- Feature/airtable include fields by @dkindlund in #1631
- Feature/Return Source Documens to retriever tool by @HenryHengZJ in #1644
- Feature/Conversation Chain Input Moderation by @HenryHengZJ in #1646
Core
- Implementing CORS and CSP headers from config by @automaton82 in #1608
- adds DATABASE_SSL_KEY_BASE64 for pg connection by @Jaredude in #1613
Bugfix
- Bugfix/custom function ending node by @HenryHengZJ in #1619
- Bugfix/Qdrant Filter by @HenryHengZJ in #1620
- fix bug settings.json not found on upsert by @niztal in #1630
- Bugfix/Switching Redis TTL from EX to PX to match TTL in milliseconds by @dkindlund in #1633
- Bugfix/AzureOpenAIEmbedding - Updated Default Batch Size from 1 to 100 by @dkindlund in #1632
- Bugfix/OverrideConfig JSON value by @HenryHengZJ in #1645
New Contributors
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.4.12
[email protected]
What's Changed
Nodes
- add TopK and safetySettings into Google Gemini by @chungyau97 in #1523
- FEATURE Addition : MMR and Document Compressors by @vinodkiran in #1426
- Feature/update figma loader by @HenryHengZJ in #1557
- support pinecone serverless indexes by @niztal in #1561
- updated vectara chatflow by @ofermend in #1605
- Added support for gpt-4 and gpt-4-32k models by @dkindlund in #1599
Core
- FEATURE: Sticky Note node by @0xi4o in #1513
- Add autoSync github workflows by @domselardi in #1559
- Feature/add $vars and $flow to custom function by @HenryHengZJ in #1558
- Feature/PostHog by @HenryHengZJ in #1563
- Feature/Add Verbose to Chains by @HenryHengZJ in #1570
- Feature/Update Return Response by @HenryHengZJ in #1586
- feature : include chat message id in result by @tsiougkosn in #1602
Bugfix
- Bugfix/Output prediction output parser by @HenryHengZJ in #1567
- Bugfix/add env path for settings json by @HenryHengZJ in #1583
New Contributors
- @domselardi made their first contribution in #1559
- @niztal made their first contribution in #1561
- @tsiougkosn made their first contribution in #1602
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.4.11
[email protected]
What's Changed
Nodes
- feature/airtable-views by @dkindlund in #1454
- Feature/qdrant port fix by @tuxBurner in #1480
- Added ssl flag for postgres vectorstores by @tuxBurner in #1479
- Chore/Remove zapier nla credential by @HenryHengZJ in #1502
- Add milvusTextField configuration for Milvus by @mokeyish in #1508
- feature: Integrate Astra Vectorstore by @hakeemsyd in #1516
- added support for MMR by @ofermend in #1462
- FEATURE: LocalAI Credential, Optional LocalAI Auth, Model list env var by @kkacsh321 in #1495
Core
- Chore/update langchain version by @HenryHengZJ in #1451
- Chore/Update LC and Langsmith version by @HenryHengZJ in #1477
- chore/Upgrading of analytic dependencies - langfuse and langsmith. by @vinodkiran in #1452
- Chore/remove restrictions by @HenryHengZJ in #1482
- Added deploy template for RepoCloud.io by @cosark in #1461
- add one-click deploy on sealos by @fanux in #1487
- Update README-ZH.md by @yangchuansheng in #1504
- Feature/SessionId Tracking by @HenryHengZJ in #1532
Bugfix
- Bugfix/Pass Json Variable Value by @HenryHengZJ in #1483
- Bugfix/GET chatbot config by @HenryHengZJ in #1500
- Fix OpenAIFunctionAgent that function not return string result by @mokeyish in #1509
- Bugfix/delete message API by @HenryHengZJ in #1525
- Correct DockerHub link in docs from private to public repo page by @JoshuaCWebDeveloper in #1512
- Bugfix/Concurrent Chat Session by @HenryHengZJ in #1497
- Fix for #1535 by @automaton82 in #1537
- Fix CustomFunction receiving excaped inputs by @mokeyish in #1539
- FIX: Upstash redis error causing deployment and adding credentials error by @0xi4o in #1544
New Contributors
- @dkindlund made their first contribution in #1454
- @cosark made their first contribution in #1461
- @fanux made their first contribution in #1487
- @mokeyish made their first contribution in #1508
- @hakeemsyd made their first contribution in #1516
- @kkacsh321 made their first contribution in #1495
- @yangchuansheng made their first contribution in #1504
- @JoshuaCWebDeveloper made their first contribution in #1512
- @0xi4o made their first contribution in #1544
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.4.10
[email protected]
What's Changed
- Bugfix/Credential Decrypt by @HenryHengZJ in #1474
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.4.9
[email protected]
What's Changed
Nodes
- Feature/update S3 loader by @HenryHengZJ in #1424
- Feature/OpenAI Assistant Update by @HenryHengZJ in #1440
- Feature/OpenAI Assistant by @HenryHengZJ in #1445
- Feature/OpenAI Assistant by @HenryHengZJ in #1447
- Feature/LLM Moderation by @HenryHengZJ in #1439
Core
- UI/Updated logos for Chatmodels, Embeddings and LLMs by @abhishekshankr in #1421
- UI/Fix for icon bounding boxes in dark mode by @abhishekshankr in #1431
- Feature/Env Variables by @HenryHengZJ in #1422
- Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support by @Jaredude in #1433
Bugfix
- Bugfix/Change encryption key path by @HenryHengZJ in #1418
- Bugfix/Credential Decrypt by @HenryHengZJ in #1423
- Bugfix: Unncessary load of Prompts on chatflow open. by @vinodkiran in #1427
- Bugfix: Upsert successful, but failed to insert documents by @vinodkiran in #1450
New Contributors
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.4.8
[email protected]
What's Changed
Nodes
- Added boolean flag which enables ssl connection for redis nodes. by @tuxBurner in #1385
- Add windowSize input to avoid "token exceeded error" by @kzhang-dsg in #1379
- Feature/Update bedrock by @HenryHengZJ in #1398
- Feature/Utilities by @HenryHengZJ in #1397
- Feature/Add Mistral by @HenryHengZJ in #1399
- Feature/IfElse node and logic by @HenryHengZJ in #1413
- FEATURE/Google Gemini - Support for Chat Model, Credential & Embeddings by @vinodkiran in #1396
Cores
- FEATURE/Starter Prompts: Ability to create a set of predefined prompts to initiate the chat dialogue by @vinodkiran in #1278
- UI/Custom Icons for Nodes by @abhishekshankr in #1407
Bugfix
- Bugfix/Check for array query parameter by @HenryHengZJ in #1368
- Bugfix/Sanitized & by @HenryHengZJ in #1372
- [BUGFIX/REGRESSION] Fix wrong elastic client setup when use custom URL by @tirongi in #1381
- Bugfix/Multiple Vector Upsert by @HenryHengZJ in #1414
New Contributors
- @tuxBurner made their first contribution in #1385
- @kzhang-dsg made their first contribution in #1379
- @abhishekshankr made their first contribution in #1407
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/[email protected]@1.4.7