Releases: FlowiseAI/Flowise
flowise@1.4.11
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/flowise@1.4.10...flowise@1.4.11
flowise@1.4.10
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/flowise@1.4.9...flowise@1.4.10
flowise@1.4.9
What's Changed
- Bugfix/Credential Decrypt by @HenryHengZJ in #1474
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.8...flowise@1.4.9
flowise@1.4.8
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/flowise@1.4.7...flowise@1.4.8
flowise@1.4.7
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/flowise@1.4.5...flowise@1.4.7
flowise@1.4.6
What's Changed
Node
- Added boolean flag which enables ssl connection for redis nodes. by @tuxBurner in #1385
- FEATURE/Google Gemini - Support for Chat Model, Credential & Embeddings by @vinodkiran in #1396
- Feature/Update bedrock by @HenryHengZJ in #1398
- Feature/Utilities by @HenryHengZJ in #1397
- Add windowSize input to avoid "token exceeded error" by @kzhang-dsg in #1379
- Feature/Add Mistral by @HenryHengZJ in #1399
Core
- FEATURE/Starter Prompts: Ability to create a set of predefined prompts to initiate the chat dialogue by @vinodkiran in #1278
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
New Contributors
- @tuxBurner made their first contribution in #1385
- @kzhang-dsg made their first contribution in #1379
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.5...flowise@1.4.6
flowise@1.4.5
What's Changed
- Bugfix/Upsert Vector API by @HenryHengZJ in #1350
- Feature/Langchain hub by @HenryHengZJ in #1354
- Bugfix/xss by @vinodkiran in #1327
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.4...flowise@1.4.5
flowise@1.4.4
What's Changed
Core
- Feature/update langchain version by @HenryHengZJ in #1281
- Refactor: Move api key utilities to separate file by @avin-kavish in #1271
- Chore/remove import and export database by @HenryHengZJ in #1304
- Feature/Prompt Fetch from Langsmith Hub by @vinodkiran in #1319
Node
- Feature/add disable file download and regex to remove citation by @HenryHengZJ in #1302
- Feature/Update open ai assistant version by @HenryHengZJ in #1303
- Chore/Remove zapier NLA by @HenryHengZJ in #1305
- Feature/Update Zep version by @HenryHengZJ in #1337
- Feature/Update HyDE Retriever by @HenryHengZJ in #1346
- Feature/Add custom analytics by @HenryHengZJ in #1345
Bugfix
- Bugfix/fix memory nodes by @HenryHengZJ in #1294
- Bugfix: UI Fix - left align long chat flow names for consistency. by @vinodkiran in #1301
- Bugfix: Simple Moderation, making the checks case-insensitive by @vinodkiran in #1300
- Bugfix/OpenAIFunction Agent model compatibility by @HenryHengZJ in #1309
- Bugfix/Empty ChatHistory by @HenryHengZJ in #1316
- Bugfix/add back accidentally removed about dialog by @HenryHengZJ in #1317
- Bugfix/Question Prefix Not Updated by @HenryHengZJ in #1320
- Fix for issue#1323 - delete duplicate chatflow by @automaton82 in #1325
- Fixing #1324 by lifting ConfirmDialog up. by @automaton82 in #1326
- Bugfix/Redis Cache Error by @HenryHengZJ in #1338
- bugfix_console_warning by @takuabonn in #1334
- BugFix: S3 File Loader: Region missing by @vinodkiran in #1342
New Contributors
- @avin-kavish made their first contribution in #1271
- @takuabonn made their first contribution in #1334
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.3...flowise@1.4.4
flowise@1.4.3
What's Changed
Nodes
- MongoDB Atlas Integration - Chat Memory and Vector Store by @vinodkiran in #1224
- Feature/Add file annotations, sync and delete assistant by @HenryHengZJ in #1252
- Feature/Add vectara chain by @HenryHengZJ in #1259
- reorder citations in Vectara response by @ofermend in #1261
- Feature/add claude-2.1 by @HenryHengZJ in #1264
- GitGuardian - Fix for MongoDB False Positive Alert by @vinodkiran in #1270
- ResponsibleAI - Input Moderation - … by @vinodkiran in #1222
- Link to Langfuse integration doc instead of get-started by @marcklingen in #1275
- Feature/Update models for openai function by @HenryHengZJ in #1279
Cores
- Adding ability to hide node param from UI by @automaton82 in #1210
- Feature/add userid to langfuse by @HenryHengZJ in #1249
- Feature/UI updates - Reorganizing Chatflow Dashboard by @vinodkiran in #1231
- Enable inserting custom URL using basic auth by @tirongi in #1262
- UX Changes to the API Keys Screens by @vinodkiran in #1260
- Feature/add vector upsert ability by @HenryHengZJ in #1243
Bugfixes
- Bugfix/fix sessionid undefined by @HenryHengZJ in #1258
- Bugfix/fix assistant image fetching method by @HenryHengZJ in #1265
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.2...flowise@1.4.3
flowise@1.4.0
What's Changed
- Fixed CONTRIBUTING.md typo by @arugal in #1122
- Feature/Add openai assistant by @HenryHengZJ in #1188
- Feature/open ai assistant by @HenryHengZJ in #1200
New Contributors
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.9...flowise@1.4.0