| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flowise@3.0.10 source code.tar.gz | 2025-11-06 | 23.0 MB | |
| flowise@3.0.10 source code.zip | 2025-11-06 | 24.2 MB | |
| README.md | 2025-11-06 | 5.5 kB | |
| Totals: 3 Items | 47.3 MB | 14 | |
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
createSchemaby @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