flowise@3.0.10
FlowiseAI/Flowiseflowise@3.0.10Nov 6, 2025by HenryHengZJ
AI Summary
This release adds Teradata VectorStore support in DocumentStore, improves node search with fuzzy matching and ranking, and includes various security enhancements and bug fixes.
Key Highlights
- Teradata VectorStore support in DocumentStore
- Improved node search with fuzzy matching and ranking
- Security: sensitive field sanitization in logs
- Product ID telemetry
- Organization filtering for login
New Features
- Teradata VectorStore support in DocumentStore
- AcceptVariable for Qdrant Collection name
- Thinking budget for Gemini
- Product ID telemetry
- Organization filtering and error handling for login
- CalledTools display in ChatMessage component
- Sanitization of sensitive fields in request header and body
- Northflank deployment option support
- Change/reset password functionality improvements
- Improved node search with fuzzy matching and ranking
- Multilingual response support for Generate Instructions
Full Release Notes
## What's Changed ## Nodes * Adding Teradata VectorStore support in DocumentStore by @sshekhar1 in https://github.com/FlowiseAI/Flowise/pull/5159 * feat: Added acceptVariable to Qdrant Collection name by @HavardHomb in https://github.com/FlowiseAI/Flowise/pull/5373 * Feat/add thinking budget to gemini by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5395 * Chore/remove teradatasql by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5430 ## Core * Chore/product id telemetry by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5329 * Add organization filtering and error handling to login method controller by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/5323 * Updated ChatMessage component to display calledTools by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5365 * Sanitize sensitive fields in request header and body in logger by @0xi4o in https://github.com/FlowiseAI/Flowise/pull/5279 * Ensure proper cleanup of the database connection in `createSchema` by @cuca24 in https://github.com/FlowiseAI/Flowise/pull/5315 * feat: support northflank deployment option by @AdeboyeDN in https://github.com/FlowiseAI/Flowise/pull/5382 * Updates to change/reset password functionality by @0xi4o in https://github.com/FlowiseAI/Flowise/pull/5294 * Chore/WorkspaceID Check by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5228 * feat: Improve node search with fuzzy matching and ranking by @HavardHomb in https://github.com/FlowiseAI/Flowise/pull/5370 * chore: fix typos in packages/ui/src/ui-component/input/suggestionOption.js by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5412 * chore: fix typos in packages/server/src/utils/index.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5413 * chore: fix typos in packages/server/src/utils/buildChatflow.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5414 * chore: fix typos in packages/components/src/agents.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5415 * chore: fix typos in packages/components/src/SecureFileStore.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5416 * chore: fix typos in packages/components/nodes/vectorstores/Meilisearch/Meilisearch.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5417 * chore: fix typos in packages/components/nodes/tools/MCP/core.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5418 * chore: fix typos in packages/components/nodes/sequentialagents/commonUtils.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5419 * chore: fix typos in packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5420 * chore: fix typos in packages/components/nodes/chatmodels/ChatGoogleGenerativeAI/utils/common.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5421 * chore: fix typos in packages/components/nodes/documentloaders/Csv/CsvLoader.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5422 * docs: update contribution guidelines to reference main branch by @kirisame-wang in https://github.com/FlowiseAI/Flowise/pull/5426 * Add multilingual response support for Generate Instructions by @sean2121 in https://github.com/FlowiseAI/Flowise/pull/5397 ## Bugfix * Fix: Container Filesystem Allows Unauthorized File Modifications and Malicious Downloads in metrics/otel/compose.yaml by @orbisai-sec in https://github.com/FlowiseAI/Flowise/pull/5308 * Fix/variable resolution to support arrays of config objects by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5348 * Bugfix/Iteration blocks execution after resuming from human input by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5359 * fix: add missing log filter env variables to examples by @0xi4o in https://github.com/FlowiseAI/Flowise/pull/5376 * Bugfix/shared credentials not showing on ui by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5383 * Bugfix/Sync Nodes Disconnect Edges by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5391 * Bugfix/Json parse metadata filter by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5392 * Bugfix/Zod Parsing by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5399 * Bugfix/Update anthropic package by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5408 * Fix: CORS-related issues by @0xi4o in https://github.com/FlowiseAI/Flowise/pull/5310 * Bugfix/path traversal check on chatId by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5428 ## New Contributors * @orbisai-sec made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5308 * @sshekhar1 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5159 * @cuca24 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5315 * @AdeboyeDN made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5382 * @HavardHomb made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5373 * @sean2121 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5397 * @khanhkhanhlele made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5412 **Full Changelog**: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.8...flowise@3.0.10