# Flowise 3.0.5 - Product: Flowise (https://whatsnew.fyi/product/flowise) - Vendor: FlowiseAI - Date: 2025-08-11 - Version: 3.0.5 - Original notes: https://github.com/FlowiseAI/Flowise/releases/tag/flowise%403.0.5 - Permalink: https://whatsnew.fyi/product/flowise/releases/3.0.5 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** — Support for images in Grok 4 node - **added** — Latest Vertex models to models.json - **added** — Region support to chatGoogleVertexAi node - **added** — Header-based splitting to MarkdownTextSplitter - **added** — YAML as a file upload option - **added** — Caching for MCP toolkit in CachePool - **added** — AWS SNS tool for publishing messages to SNS topics - **added** — Excel and PPT file uploads - **added** — Session regeneration when login - **added** — SSO token caching and retrieval in CachePool - **added** — Allow overrideconfig from executeflow node to take in variables - **added** — chatflowId to config - **changed** — Normalize Milvus similarity scores for threshold filtering - **changed** — Refactor modelLoader - **changed** — Refactor google credentials into a shared function - **changed** — Improve Strip New Lines for Gemini/Vertex embedding efficiency - **changed** — Update S3 version - **changed** — Update code execution sandbox implementation across components - **changed** — Update GET to POST requests - **changed** — Patch OpenAI nodes - **changed** — Update public-chatflow access control - **fixed** — Milvus similarity score normalization for threshold filtering - **fixed** — Chroma authentication - **fixed** — Import chatMessageFeedback messageIDs unique violation - **fixed** — Agentflow LLM structuredOutput keys being ignored - **fixed** — Dot notation for nested output variable resolution - **fixed** — File path sanitization - **fixed** — NVIDIA node name - **fixed** — Custom MCP security - **fixed** — Puppeteer/Playwright web crawler bugs - **removed** — importChatflows method marked for deprecation ##### What's Changed ##### Nodes * Feat/support image for grok 4 by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4869 * Added latest vertex models to models.json by @Stono in https://github.com/FlowiseAI/Flowise/pull/4837 * Refactor the modelLoader and fix a small bug by @Stono in https://github.com/FlowiseAI/Flowise/pull/4838 * Added region support to chatGoogleVertexAi by @Stono in https://github.com/FlowiseAI/Flowise/pull/4839 * fix: normalize Milvus similarity scores for threshold filtering by @ejrtks1020 in https://github.com/FlowiseAI/Flowise/pull/4880 * feat: Add header-based splitting to MarkdownTextSplitter by @Amrrx in https://github.com/FlowiseAI/Flowise/pull/4861 * Added yaml as a file upload option by @Stono in https://github.com/FlowiseAI/Flowise/pull/4872 * Feat/Implement caching for MCP toolkit in CachePool by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4897 * Refactor google credentials into a shared function by @Stono in https://github.com/FlowiseAI/Flowise/pull/4893 * Chore/Patch OpenAI Nodes by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4958 * Chore/Custom MCP Validation by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4996 * Chore/Add CUSTOM_MCP_PROTOCOL by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5003 * Chore/Prevent invalid http redirect by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4990 * Enhance: Improve 'Strip New Lines' for Gemini/Vertex embedding effici… by @kpj2006 in https://github.com/FlowiseAI/Flowise/pull/5010 * Puppeteer / Playwright web crawler bug fixes/improvements by @Mewyii in https://github.com/FlowiseAI/Flowise/pull/4998 * feat: add AWS SNS tool for publishing messages to SNS topics by @anatolyburtsev in https://github.com/FlowiseAI/Flowise/pull/5049 ##### Core * Chore/patch dependencies by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4858 * Marketplace page UI/ UX enhancements by @anoopw3bdev in https://github.com/FlowiseAI/Flowise/pull/4819 * Chore/Update s3 version by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4883 * Init the storagepath by @Stono in https://github.com/FlowiseAI/Flowise/pull/4844 * Update README.md by @kr1shnasomani in https://github.com/FlowiseAI/Flowise/pull/4870 * Feature/Excel and PPT File Uploads by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4896 * Chore/Safe Parse HTML by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4905 * Refractor/SecureZodSchemaParser by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4898 * Refactor/Update code execution sandbox implementation across components by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4904 * Improve infra as code support by @Stono in https://github.com/FlowiseAI/Flowise/pull/4867 * Chore/add session regeneration when login by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4912 * Chore/Update GET to POST requests by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4924 * Chore/Add Deny List URLs by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4933 * Chore/deny list urls by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4938 * SSO token caching and retrieval in CachePool by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/4931 * chore:variable by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/4946 * Feature/Allow overrideconfig from executeflow node to take in variables by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4947 * Improve logging by @matekungl-byborg in https://github.com/FlowiseAI/Flowise/pull/4921 * Chore/Prevent reading runtime vars for cloud by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4951 * Chore deprecate importChatflows method by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/4965 * Feature/Add chatflowId To Config by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4950 * Chore/add http _[Truncated at 4000 characters — full notes: https://github.com/FlowiseAI/Flowise/releases/tag/flowise%403.0.5]_