# Flowise 2.2.4 - Product: Flowise (https://whatsnew.fyi/product/flowise) - Vendor: FlowiseAI - Date: 2025-01-14 - Version: 2.2.4 - Original notes: https://github.com/FlowiseAI/Flowise/releases/tag/flowise%402.2.4 - Permalink: https://whatsnew.fyi/product/flowise/releases/2.2.4 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add NVIDIA NIM node - **added** — Add rerank-2 and rerank-2-lite models for Voyage AI Rerank Retriever - **added** — Add Groq provider for followup prompts - **added** — Add Ollama provider support for followup prompts - **added** — Add OpenRouter node - **added** — Add disabled nodes environment variable - **added** — Allow Winston to stream logs to S3 - **added** — Add Multer S3 support for file uploads - **added** — Allow AWS Secrets Manager for storing credentials instead of AES encryption in database - **added** — Add ability to get and delete chat messages based on startDateTime and endDateTime - **changed** — Update JSON loader to support dynamic metadata - **changed** — Improve CsvLoader functionality - **changed** — Update Redis Memory description to include units - **changed** — Update @langchain/community dependency - **changed** — Update Swagger documentation - **changed** — Update shared chatbot to support adding title colors - **changed** — Update upsert API - **fixed** — Fix nil check in escapeAllStrings to prevent TypeError when upserting vectors - **fixed** — Fix value.startsWith is not a function error - **fixed** — Fix getting docId and storeId parameters - **fixed** — Fix Anthropic messages handling in agent flow - **fixed** — Fix document store naming convention - **fixed** — Fix artifacts key missing messages property - **fixed** — Update NodeVM sandbox options and sanitize table names - **fixed** — Fix undefined loader configuration - **fixed** — Fix agent messages status display on shared chatbot - **fixed** — Fix Lunary user messages tracking ##### What's Changed ##### Nodes * Feature/add nvdia nim by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3749 * Add `rerank-2` and `rerank-2-lite` for Voyage AI Rerank Retriever by @hans00 in https://github.com/FlowiseAI/Flowise/pull/3776 * Feature/Add Groq for followup prompts by @sunnymodi21 in https://github.com/FlowiseAI/Flowise/pull/3806 * Feature/update json loader to have dynamic metadata by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3811 * feat(follow-up/ollama): support ollama provider by @ahmedrowaihi in https://github.com/FlowiseAI/Flowise/pull/3795 * [Feature] improve CsvLoader & clean code by @JJK801 in https://github.com/FlowiseAI/Flowise/pull/3830 * Feature/OpenRouter by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3865 * Slight Redis Memory description change to include units by @ryanhalliday in https://github.com/FlowiseAI/Flowise/pull/3824 ##### Core * Feature/add disabled nodes env variable by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3797 * Feature/Allow winston to stream to s3 by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3848 * Feat/add multer s3 by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3854 * Chore/swagger update by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3860 * Chore: Update @langchain/community by @PylotLight in https://github.com/FlowiseAI/Flowise/pull/3787 * Get/Delete ChatMessage based on startDateTime / endDateTime by @ryanhalliday in https://github.com/FlowiseAI/Flowise/pull/3867 * [Feat] Allow AWS SECRETS MANAGER instead of storing AES Encrypted in db by @aluferraz in https://github.com/FlowiseAI/Flowise/pull/3616 ##### Bugfix * bugfix: Add nil check in escapeAllStrings to prevent TypeError when upsert vectors by @nguyenhung10012003 in https://github.com/FlowiseAI/Flowise/pull/3789 * [BUGFIX] Fix value.startsWith is not a function error by @simsketch in https://github.com/FlowiseAI/Flowise/pull/3747 * fix: getting docId, storeId parameters by @hardviper in https://github.com/FlowiseAI/Flowise/pull/3761 * fix(ui): fix typo by @Aarebecca in https://github.com/FlowiseAI/Flowise/pull/3799 * clean(components): is debug boolean syntax shorthand by @ahmedrowaihi in https://github.com/FlowiseAI/Flowise/pull/3770 * Bugfix/Anthropic messages in agentflow by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3801 * Bugfix/update doc store naming convention by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3814 * fix: artifacts key in object does not have messages property, which g… by @tom0k1 in https://github.com/FlowiseAI/Flowise/pull/3812 * Bugfix/update nodevm sandbox options, sanitize tablename by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3818 * Feature/update share chatbot for adding title colors by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3823 * Feature/update upsert API by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3836 * Bugfix/Undefined loader config by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3846 * Bugfix/show agent messages status on sharechatbot by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/3851 * Lunary: fix user messages by @hughcrt in https://github.com/FlowiseAI/Flowise/pull/3852 ##### New Contributors * @hans00 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3776 * @simsketch made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3747 * @hardviper made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3761 * @Aarebecca made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3799 * @ahmedrowaihi made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3770 * @sunnymodi21 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/3806 * @tom0k1 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/381 _[Truncated at 4000 characters — full notes: https://github.com/FlowiseAI/Flowise/releases/tag/flowise%402.2.4]_