flowise@3.0.11

FlowiseAI/Flowiseflowise@3.0.11Nov 16, 2025by HenryHengZJ

AI Summary

This release permanently removes the Read/Write File Tools functionality for security reasons, requiring users to migrate to Google Drive or Google Docs tools. It also adds non-root Docker support and enhanced file path validation.

Key Highlights

  • Read/Write File Tools permanently removed (security change)
  • Non-root Docker support
  • Enhanced file path validation
  • Docker workflow splitting
  • Security enhancement for non-root deployment

Breaking Changes

  • Read/Write File Tools functionality permanently removed - users must use Google Drive or Google Docs tools as alternatives

New Features

  • Non-root Docker deployment support
  • Enhanced file path validation
  • JSON Array processing
  • Removal of deprecated File Path Unstructured
  • Custom Function Libraries bug fixes

Full Release Notes

## ⚠️ Breaking Change ⚠️

The **Read/Write File Tools** functionality has been **permanently removed**. See [PR](https://github.com/FlowiseAI/Flowise/pull/5480)

**Alternative:** Google Drive, Google Docs tools to write/read files

---

* Chore/split docker workflows by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5432
* chore: fix typos in docker/worker/Dockerfile by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5435
* chore: fix typos in packages/components/nodes/agentflow/Condition/Condition.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5436
* chore: fix typos in packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5437
* chore: fix typos in packages/components/nodes/prompts/ChatPromptTemplate/ChatPromptTemplate.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5438
* docs: fix typos in packages/ui/src/layout/MainLayout/Sidebar/MenuList/NavGroup/index.jsx by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5444
* docs: fix typos in packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5446
* docs: fix typos in packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5447
* docs: fix typos in packages/server/README.md by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5445
* Bugfix/Supervisor Node AzureChatOpenAI by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5448
* Chore/JSON Array by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5467
* Chore/Remove Deprecated File Path Unstructured by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5478
* feat(security): enhance file path validation and implement non-root D… by @taraka-vishnumolakala in https://github.com/FlowiseAI/Flowise/pull/5474
* Chore/docker file non root by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5479
* remove read write file tools and imports by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5480
* Bugfix/Custom Function Libraries by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5472

## New Contributors
* @taraka-vishnumolakala made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5474

**Full Changelog**: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.10...flowise@3.0.11