Flowise

AI

Drag-and-drop construction of LLM chains, agents and assistants.

Latest 3.1.4 · by FlowiseAIWebsiteFlowiseAI/Flowise

Release activity

Release activity — 13 releases across 12 days in the last year. Each cell is one day; darker means more releases that day. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Apr 26, 2026No releases on May 3, 2026No releases on May 10, 2026No releases on May 17, 2026No releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026
MondayNo releases on Apr 27, 2026No releases on May 4, 2026No releases on May 11, 2026No releases on May 18, 2026No releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
TuesdayNo releases on Apr 28, 2026No releases on May 5, 2026No releases on May 12, 2026No releases on May 19, 2026No releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on Apr 29, 2026No releases on May 6, 2026No releases on May 13, 2026No releases on May 20, 2026No releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 20261 release on Jul 29, 2026No releases on Aug 5, 2026
ThursdayNo releases on Apr 30, 2026No releases on May 7, 2026No releases on May 14, 2026No releases on May 21, 2026No releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 20261 release on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on May 1, 2026No releases on May 8, 2026No releases on May 15, 2026No releases on May 22, 2026No releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on May 2, 2026No releases on May 9, 2026No releases on May 16, 2026No releases on May 23, 2026No releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026

13 releases in the last year, busiest day 2

Changelog

3.1.4

Changed 1
  • Update versions for several packages
Fixed 8
  • Fix type validation for session ID
  • Exports contain variable values
  • Fix node load method workspace
  • Fix SSO and role
  • Fix GitHub workflow
  • Fix flowise 322 and 324
  • Fix flowise-615
  • Fix flowise-598
Security 7
  • Make custom MCP stdio command allowlist operator-controlled
  • Fix openai-realtime cross-workspace authorization
  • Improve tenant validation
  • Check deny list in webscrapers
  • Check deny list for certain chat models
  • Sanitize organization user
  • Add allow list execution path
What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.1.3...flowise@3.1.4

View originalPermalink
How 3.1.4 went

3.1.3

Added 8
  • Add client filtering for form input options in Start node
  • Turn chatflow into MCP server
  • Add optional canvasActions to allow additional buttons next to validate in agentflow
  • Make client-specific knowledge fields for agent nodes
  • Add support for Anthropic Claude Opus 4.7
  • Add initial package structure and configuration for @flowiseai/observe
  • Implement custom MCP Server in tool
  • Add GPT-5.5 and GPT-5.5 Pro to OpenAI chat models
Changed 1
  • Redesign FlowConfigDialog UI
Fixed 11
  • Add onFlowChange notifications for deleteNode, deleteEdge, and duplicateNode actions in agentflow
  • Clean and Nuke script
  • Fix theming for dark mode in agentflow
  • Bring canvas buttons to same z-index level
  • Fix z-index for validation button in agentflow
  • Guard malformed form option metadata in chatflow MCP schema generation
Security 2
  • Fix clickjacking vulnerability
  • Sanitize user input
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.1.2...flowise@3.1.3

View originalPermalink
How 3.1.3 went

3.1.2

Added 3
  • Add Pipedream MCP support
  • Store page sizes of views in local storage
  • Add support for Variable System and Syntax Support in AgentFlow
Fixed 7
  • Fix session cleanup when using MySQL for storing sessions
  • Limit Markdown rendering on RichInput in UI
  • Fix redis pub/sub and streaming response issue with better handling of connection issues
  • Fix field name mismatch between AgentFlow SDK internal representation and server expectation
  • Correct sonar-deep-research model name in Perplexity config
  • Correct o4-mini pricing under ChatOpenAI
  • Correct multiple model label typos in Groq, Mistral, and Bedrock configs
Security 10
  • Remove hardcoded CORS wildcard on TTS endpoint to prevent cross-origin credential abuse
  • Improve MCP Server Config security
  • Fix mass assignment in Tools endpoint
  • Fix credential data leak
  • Fix chatflow query to protect against cross-workspace chatflow disclosure
  • Fix mass assignment in Variables endpoints
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.1.1...flowise@3.1.2

View originalPermalink
How 3.1.2 went

3.1.1

Added 8
  • Rich Text editor for Content Editing in agentflow
  • Support for additional load methods in agentflow
  • Deduplication for API client in agentflow
  • Support for listFlows in agentFlow
  • ConditionAgent ScenariosInput with dynamic output ports
  • JSON, code, and SelectVariable input types to NodeInputHandler in agentflow
  • Markdown support to RichInput with Edit/Source toggle
  • OpenAI gpt-5.4-mini and gpt-5.4-nano models
Changed 3
  • Migrate Weaviate to weaviate-client v3 for agentKnowledgeVSEmbeddings compatibility
  • Update behaviour for Start node, Http Node, and validation fixes in agentflow
  • Replace deprecated zai-glm-4.6 with zai-glm-4.7 cerebras
Fixed 5
  • AgentFlow model parameters
  • Generate ArrayInput item keys synchronously to prevent missing React keys in AgentFlow
  • Add missing opik key to returnIds in AnalyticHandler.onLLMStart
  • Update qdrant dependency
  • Disable Generate button when required fields are not filled
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.1.0...flowise@3.1.1

View originalPermalink
How 3.1.1 went

3.1.0

Added 16
  • Add HTTP_SECURITY_CHECK environment variable to enable or disable built-in domain security checks
  • Add HTTP_DENY_LIST environment variable to specify additional custom domains to block
  • Add Azure Blob Storage support and refactor storage layer
  • Add AWS STS AssumeRole support for AWS credentials
  • Add Bearer Token Authentication and SSL certificate support for JIRA
  • Add Google Docs option to include tab content in get actions
Changed 3
  • Migrate to LangChain v1 and upgrade AI SDK and models
  • Improve node palette drawer and typography
  • Improve canvas node drag and drop behavior
Fixed 1
  • Fix missing regex handler in Condition node
Security 1
  • Enable HTTP security validation by default to prevent requests to unsafe or internal domains
⚠️ Breaking Changes
HTTP security checks enabled by default

Flowise now enables HTTP security validation by default to prevent requests to unsafe or internal domains.

A built-in deny list blocks potentially dangerous domains (for example localhost, 127.0.0.1, and other internal addresses) to mitigate SSRF and similar attacks.

Two new environment variables control this behavior:

# Enable/disable built-in security checks (default: true)
HTTP_SECURITY_CHECK=true

# Additional domains to block
HTTP_DENY_LIST=localhost,127.0.0.1,internal.company.com
  • HTTP_SECURITY_CHECK Enables the built-in domain security checks. It is enabled by default and can be disabled by setting it to false.

  • HTTP_DENY_LIST Allows you to specify an additional custom list of domains to block. This list is empty by default.

⚠️ If your Flowise deployment previously accessed internal services or localhost endpoints, you may need to:

  • disable the check (HTTP_SECURITY_CHECK=false), or
  • adjust your configuration accordingly.

What's Changed

🚀 Core
  • Reasoning support, LangChain v1 migration, and AI SDK/model upgrades (#5893)
  • Add Azure Blob Storage support and storage refactor (#5604)
  • Add AWS STS AssumeRole support for AWS credentials (#5731)
  • Add Bearer Token Authentication and SSL certificate support for JIRA (#5674)
  • Add Google Docs option to include tab content in get actions (#5883)
  • Add nvmrc and Node engine support (#5770)
  • Update environment and initialization logic (#5683)

🤖 AgentFlow
New Features
  • Initial implementation of @flowiseai/agentflow SDK (#5733)
  • Add ConditionBuilder with dynamic output ports (#5957)
  • Add MessagesInput, StructuredOutputBuilder, ExpandTextDialog (#5965)
  • Add async data fetching infrastructure (#5937)
  • Add async input handlers (#5956)
  • Add array input component (#5887)
  • Add field visibility engine with conditional show/hide (#5890)
  • Add requestInterceptor prop for API customization (#5936)
UI / Editor Improvements
  • Improve node palette drawer and typography (#5806)
  • Improve canvas node drag & drop behavior (#5774)
  • Add node editing functionality (#5786)
  • Improve flow date change & save handling (#5833)
Refactors
  • Rename package to @flowiseai/agentflow (#5825)
  • Simplify ReactFlow and context state synchronization (#5827)
  • Strip server-only metadata from node data (#5966)
  • Improve validation feedback system (#5915)
  • Use design tokens for validation colors (#5934)
Testing / Tooling
  • Add test infrastructure and unit tests (#5749)
  • Improve test coverage and ESLint configuration (#5866)
  • Remove console warnings in tests (#5878)
  • Bump agentflow version to 0.0.0-dev.2 / dev.3 (#5920, #5952)
Bug Fixes
  • Fix duplicate node and drag behavior (#5850)
  • Fix duplicate node handling and tests (#5840)
  • Fix async multi-rendering issues (#5964)
  • Fix ConditionAgent silent failure (#5760)
  • Fix streaming field default in chat model configs (#5856)
  • Fix AgentFlow variable interpolation issue (#5818)
  • Fix package.json sideEffects configuration (#5899)

🔌 Nodes
  • Fix missing regex handler in Condition node (#5651)
  • Improve form value resolution in executeNode (#5762)
  • Extract loadNodesFromDir() from NodesPool for reuse (#5904)

🔒 Security

Major security hardening across the platform:

  • Create default HTTP deny list (#5702)
  • Always include default deny list values (#5708)
  • Allow deny list configuration via environment variable (#5862)
  • Enforce HTTPS for user-provided URLs (#5728)
  • Remove ability to use unprotected HTTP modules (#5727)
  • Implement proprietary path guardrails (#5703)
  • Validate filepaths and path traversal protections (#5729, #5842)
  • Sanitize code executed in Pyodide (#5701, #5836)
  • Prevent LLM-generated code from adding imports (#5879)
  • Sanitize DOM image URLs (#5779)
  • Remove user-supplied values from responses (#5780)
  • Add permissions check for generate-tool-desc route (#5837)
  • Prevent IDOR takeover of DocumentStores (#5914)
  • Fix mass assignment in account registration (#5689)
  • Fix sensitive cookie transmission (#5809)
  • Fix string escaping/encoding vulnerabilities (#5772)
  • Fix regex vulnerabilities on user-controlled data (#5857)
  • Fix unvalidated dynamic method call issue (#5746)

🐛 Bug Fixes
  • Fix CORS handling for public chatflow requests (#5706)
  • Fix hardcoded STT audio extension validation (#5737)
  • Fix MySQLRecordManager type handling for indexes (#5726)
  • Fix invalid workspaceId in TTS (#5917)
  • Fix 401 error messaging for invalid API keys (#5808)
  • Fix login method reading (#5805)
  • Fix mime type validation when updating chatflow config (#5768)
  • Fix Windows build command with --mode flag (#5841)
  • Fix cross-env handling for Windows compatibility (#5835)
  • Fix test coverage failures (#5839)
  • Stop Axios throwing errors on non-2xx responses (#5832)

🧰 CI / Build / DevOps
  • Add GitHub Actions workflow for publishing AgentFlow SDK (#5908)
  • Use AWS OIDC to push images to ECR (#5784)
  • Upgrade GitHub Actions for Node 24 compatibility (#5911)
  • Upgrade GitHub Actions to latest versions (#5912)
  • Fix workspace protocol error in AgentFlow publish workflow (#5946)
  • Build AgentFlow without source maps in production (#5787)
  • Fix Husky pre-commit hook executable issue (#5788)
  • Improve Jest server test structure (#5909)

📚 Documentation & Policy
  • Update security policy (#5781)

New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.13...flowise@3.1.0

View originalPermalink
How 3.1.0 went

3.0.13

Added 9
  • Added global region for chatGoogleVertexAI
  • Added Rerankers from Azure
  • Added endpointhost to AWSChatBedrock
  • Added ChatCloudflareWorkersAI node
  • Added Ollama Cloud node
  • Allow image uploads for ChatLitellm
Changed 3
  • Enhanced ChatCerebras integration (v3.0)
  • Update models
  • Enforce pnpm >= 10.26.0
Fixed 5
  • Retain the original error as 404/400 when URI contains invalid ChatFlowId
  • Fix variable not read in custom loader
  • Restore sanitizeDocuments call in postgres
  • Create postgresql table if not exists for vectorstore
  • Allow Unicode characters in document store tool names
Deprecated 1
  • Deprecate llamaindex
Security 2
  • Increase salt rounds for new passwords and update hash with more salt rounds for old passwords
  • Add input validation to password reset
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.12...flowise@3.0.13

View originalPermalink
How 3.0.13 went

3.0.12

Added 6
  • Add image upload support to ChatOpenRouter node
  • Add structured JSON output support to Agent Node
  • Add Gemini Nano Banana support
  • Add Gemini Code Interpreter support
  • Add access to chat history and other useful variables in post-processing
  • Add sorting to role assigned users table with workspaces and users in ascending order
Changed 5
  • Enhance ConversationalRetrievalToolAgent performance and fix bugs
  • Update Chroma
  • Upgrade Hugging Face Inference API to support Inference Providers
  • Bump multer from 1.4.5-lts.1 to 2.0.2
  • Bump nodemailer from 6.9.15 to 7.0.7
Fixed 9
  • Fix OpenAI Assistant tool call failures masked as success
  • Fix agentflow list refresh after deletion
  • Correct Lunary tool-error logging
  • Add missing OpenTelemetry dependencies to components package
  • Change DocumentStoreFileChunk columns to LONGTEXT
  • Apply search filter to tools list view
What's Changed
Nodes
Core
Bugfix
New Contributors

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

View originalPermalink
How 3.0.12 went

3.0.11

Changed 1
  • JSON Array handling
Fixed 2
  • Supervisor Node AzureChatOpenAI compatibility issue
  • Custom Function Libraries issue
Removed 2
  • Read/Write File Tools functionality has been permanently removed
  • Deprecated file path for Unstructured
Security 1
  • Enhance file path validation and implement non-root Docker execution
⚠️ Breaking Change ⚠️

The Read/Write File Tools functionality has been permanently removed. See PR

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


New Contributors

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

View originalPermalink
How 3.0.11 went

3.0.10

Added 5
  • Add Teradata VectorStore support in DocumentStore
  • Add acceptVariable to Qdrant Collection name
  • Add thinking budget to Gemini
  • Support Northflank deployment option
  • Add multilingual response support for Generate Instructions
Changed 3
  • Improve node search with fuzzy matching and ranking
  • Update ChatMessage component to display calledTools
  • Update change and reset password functionality
Fixed 10
  • Fix container filesystem allowing unauthorized file modifications and malicious downloads in metrics/otel/compose.yaml
  • Fix variable resolution to support arrays of config objects
  • Fix iteration blocks execution after resuming from human input
  • Fix shared credentials not showing on UI
  • Fix sync nodes disconnect edges
  • Fix JSON parse metadata filter
Removed 1
  • Remove teradatasql
Security 1
  • Sanitize sensitive fields in request header and body in logger
What's Changed
Nodes
Core
Bugfix
New Contributors

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

View originalPermalink
How 3.0.10 went

3.0.8

Added 9
  • Add Gemini Built In Tools support
  • Add Teradata MCP server
  • Add support for .default() on nested objects and arrays in SecureZodSchemaParser
  • Extend OpenAPI Toolkit with loading the spec from URL and tools selection
  • Add support for variables in the URL for HTTP Node
  • Add environment variable control for trust proxy setting
Changed 9
  • Update Loop Agentflow
  • Update read write tools
  • Disable Available Dep By Default
  • Enhance security validation for MCP configurations
  • Update SSL-related env for database connections
  • Leave default timeout for sandbox execution
Fixed 7
  • Fix OxylabsLoader request params and result processing
  • Ensure Gemini always receives a non-empty contents array
  • Update apify logo
  • Parse JSON correctly
  • Allow additional path in the URL
  • Add missing sendUpdates Parameter to Google Calendar Tool
  • Fix migration errors for text to speech and chatflow name index
Removed 1
  • Remove Rehyperaw
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.7...flowise@3.0.8

View originalPermalink
How 3.0.8 went

3.0.7

Added 1
  • Add gpt-5-chat-latest and gpt-4.1-mini to Azure OpenAI Node
Fixed 2
  • Add validation for file path
  • Fix Create Index Chatflow Name
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.6...flowise@3.0.7

View originalPermalink
How 3.0.7 went

3.0.6

Added 8
  • Add JSONPathExtractor tool
  • Add SambaNova node
  • Add AWS Kendra vector search
  • Add GPT OSS models to AWS Bedrock
  • Add config override for LangWatch to allow passing metadata
  • Enable tracing support for self-hosted and cloud Phoenix instances
  • Add CometAPI integration with ChatCometAPI node
  • Add AWS DynamoDB KV Storage tool
Changed 6
  • Accept dynamic variable from metadata filter
  • Support nested objects and arrays in Zod schema parser
  • Use ADC credentials on the GCS storage client
  • Add execution filter by agentflow name
  • Add telemetry for productId
  • Use ChatflowID in CamelCase
Fixed 6
  • Fix unshift system message
  • Fix problematic JSON parsing in Iteration.ts
  • Fix chatflow's type null or blank
  • Fix upsert API for file loader
  • Fix export all chat messages
  • Fix Oxylabs document loader API calls
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.5...flowise@3.0.6

View originalPermalink
How 3.0.6 went

3.0.5

Added 12
  • Support for images in Grok 4 node
  • Latest Vertex models to models.json
  • Region support to chatGoogleVertexAi node
  • Header-based splitting to MarkdownTextSplitter
  • YAML as a file upload option
  • Caching for MCP toolkit in CachePool
Changed 9
  • Normalize Milvus similarity scores for threshold filtering
  • Refactor modelLoader
  • Refactor google credentials into a shared function
  • Improve Strip New Lines for Gemini/Vertex embedding efficiency
  • Update S3 version
  • Update code execution sandbox implementation across components
Fixed 9
  • Milvus similarity score normalization for threshold filtering
  • Chroma authentication
  • Import chatMessageFeedback messageIDs unique violation
  • Agentflow LLM structuredOutput keys being ignored
  • Dot notation for nested output variable resolution
  • File path sanitization
Removed 1
  • importChatflows method marked for deprecation
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.4...flowise@3.0.5

View originalPermalink
How 3.0.5 went

3.0.4

Added 4
  • Add performance config option to the AWS ChatBedrock component
  • Add thinking budget parameter support for ChatGoogleVertexAI
  • Add Oxylabs Document Loader
  • Add pagination feature
Changed 1
  • Optimize export import
Fixed 4
  • Remove Markdown in Condition
  • Add proper parsing for tool input args
  • Fix promise.all failing silently when loading MCP tools
  • Add missing getLabel prop to AgentReasoningCard
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.3...flowise@3.0.4

View originalPermalink
How 3.0.4 went

3.0.3

Added 4
  • Safety settings to Google GenAI node
  • Ability to change role for a workspace user
  • API for AgentflowV2
  • PWA functionality
Fixed 15
  • Update worker Docker
  • Modify the style of the AsyncDropdown component
  • HTTP Node body parsing
  • Gemini structured output
  • GoogleDrive loader folder ID
  • Circular dependency of updateStorageUsage and checkStorage in utils
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.2...flowise@3.0.3

View originalPermalink
How 3.0.3 went

3.0.2

Added 9
  • Add CA upload support to API Loader node
  • Add Teams, Gmail, and Outlook tools
  • Add headers configuration to custom MCP
  • Add Google Docs node
  • Add configurable system prompt to Condition Agent
  • Add evaluations for Agentflows v2 and Assistants
Changed 1
  • Standardize password criteria
Fixed 10
  • Fix config input handling for multiple same fields
  • Fix Tool node selected tool
  • Fix SQL syntax error when reverting migration in MariaDB
  • Fix Generator Prompt Markdown Format
  • Fix metadata special characters upsertion failure in Weaviate
  • Fix Override config Analytics in AgentflowV2
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.1...flowise@3.0.2

View originalPermalink
How 3.0.2 went

3.0.1

Added 8
  • Add remove button to edge
  • Extend ReactFlow controls with snapping functionality
  • Add tooltip display on icon hover in chatflows and marketplace page
  • Add dot notation support for nested output variable resolution
  • Add missing chat mistral ai models
  • Add custom MCP variables
  • Add supergateway MCP
  • Update Firecrawl version and add FirecrawlExtractTool
Changed 4
  • Update Claude to version 4
  • Update Gemini to version 2.5 Flash
  • Add new parameter in getChatMessages for better context handling
  • Allow non-UUID sessionId by changing column type to varchar
Fixed 7
  • Fix execute custom function to worker
  • Make field optional
  • Correctly retrieve past images in AgentFlowV2
  • Throw error on agent tool call error
  • Update array item config correctly
  • Use correct key for basic auth and optional password
  • Fix AgentFlowV2 state
Security 1
  • Introduce Passport.js-based authentication system with JWT tokens stored in secure HTTP-only cookies
What's Changed

⚠️BREAKING CHANGE: From v3.0.1 onwards, a new authentication method was introduced. Flowise uses a Passport.js-based authentication system with JWT tokens stored in secure HTTP-only cookies. This means existing users will need to set up a new admin account.

Refer to docs for more info.

Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@3.0.0...flowise@3.0.1

View originalPermalink
How 3.0.1 went

3.0.0

Added 5
  • Add O4 mini model
  • Add Perplexity node
  • Add LiteLLM component
  • Add Deep Research V2 Template
  • Add Bull dashboard environment variable for enabling dashboard
Changed 3
  • Update Groq chat node and Llama Index Groq node
  • Implement AgentFlow V2
  • Disable telemetry by default
Fixed 10
  • Correct path and case sensitivity for Cheerio Web Scraper icon
  • Update correct label for InputLabel component
  • Handle time correctly and ensure schema creation in PostgresRecordManager
  • Fix missing chat data import
  • Update AgentFlow V2 events to Redis subscriber
  • Fix UI streaming when model streaming is off
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.8...flowise@3.0.0

View originalPermalink
How 3.0.0 went

2.2.8

Added 19
  • Add Mem0 Memory Node
  • Add Detailed Streaming to the Tool Agent
  • Add Opik Tracer integration
  • Add option to use Flowise Chat ID in Mem0
  • Add new Llama 4 model options to Groq
  • Support getNumTokens for ChatGoogleGenerativeAI
Changed 1
  • Update how credential data is saved in db when using AWS Secrets Manager
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.7-patch.1...flowise@2.2.8

View originalPermalink
How 2.2.8 went

2.2.7-patch.1

Added 6
  • Add support for custom MCP (Model Context Protocol)
  • Add Sequential Thinking MCP tool for structured problem-solving
  • Add support for GPT-4.5-preview model in OpenAI Assistant Dialog
  • Add SSL configuration option for Postgres connections
  • Expose Hybrid Search in Weaviate
  • Add Ollama baseUrl in chatflow configuration for Follow-up prompts
Changed 1
  • Update bullmq version
Fixed 5
  • Change S3 logger to accept more authorization methods for AWS
  • Fix S3 Credentials
  • Fix Agent Chat History Retrieval
  • Fix arbitrary create attachment file upload
  • Validate URL for postCore
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.7...flowise@2.2.7-patch.1

View originalPermalink
How 2.2.7-patch.1 went

2.2.7

Added 2
  • Add multi select option to Composio
  • Add Model Context Protocol (MCP) support
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.6-hotfix.1...flowise@2.2.7

View originalPermalink
How 2.2.7 went

2.2.6-hotfix.1

Fixed 1
  • Fix node-crashing "undefined (reading 'streaming')" error
What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.6...flowise@2.2.6-hotfix.1

View originalPermalink
How 2.2.6-hotfix.1 went

2.2.6

Added 12
  • Late Chunking support for Jina Embeddings
  • Arize & Phoenix Tracer Integration
  • Tavily custom tool
  • NIM container support
  • GPT 4.5 model
  • Several features for OpenAPI toolkit and OpenAI Assistants
Changed 5
  • Update Gemini models as per the Gemini API Documentation
  • o3-mini Adjustments
  • Update DeleteDocStoreDialog to clarify that data will also be removed from the record manager
  • Update vertex dependency
  • Replace .edgebutton 'x' text with IconX
Fixed 3
  • Fix Swagger YAML formatting
  • Fix view message dialog
  • Typeorm Postgres Driver Not Found
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.5...flowise@2.2.6

View originalPermalink
How 2.2.6 went

2.2.5

Added 8
  • Add Jina AI Rerank Retriever node
  • Add tenant and database configs for Chroma Cloud credentials
  • Add Custom Function to Seq Agent
  • Add DeepSeekR1 Distill to Groq modal
  • Add reasoning effort parameter and o3 mini model to OpenAI
  • Add bullmq redis for message queue processing
  • Add ability to create new doc store on upsert
  • Expose dimensions parameter on Jina Embeddings
Changed 7
  • Update model names for deepseek components
  • Update Perplexity AI model to sonar
  • Update NVIDIA NIM label
  • Update cohere rerank models to v3.0 and v3.5
  • Preserve UI state memory on API override
  • Update OpenAI version
  • Add base options to Azure Chat OpenAI
Fixed 10
  • Handle empty strings when resolving variables
  • Fix logger for custom S3 stream
  • Escape JSON in Prompt Message
  • Allow prefix vars when executing custom function
  • Allow files uploads without enabling overrideconfig
  • Correct logic error in tool input assignment for ChatflowTool
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.4...flowise@2.2.5

View originalPermalink
How 2.2.5 went

2.2.4

Added 10
  • Add NVIDIA NIM node
  • Add rerank-2 and rerank-2-lite models for Voyage AI Rerank Retriever
  • Add Groq provider for followup prompts
  • Add Ollama provider support for followup prompts
  • Add OpenRouter node
  • Add disabled nodes environment variable
Changed 7
  • Update JSON loader to support dynamic metadata
  • Improve CsvLoader functionality
  • Update Redis Memory description to include units
  • Update @langchain/community dependency
  • Update Swagger documentation
  • Update shared chatbot to support adding title colors
  • Update upsert API
Fixed 10
  • Fix nil check in escapeAllStrings to prevent TypeError when upserting vectors
  • Fix value.startsWith is not a function error
  • Fix getting docId and storeId parameters
  • Fix Anthropic messages handling in agent flow
  • Fix document store naming convention
  • Fix artifacts key missing messages property
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.3...flowise@2.2.4

View originalPermalink
How 2.2.4 went

2.2.3

Added 10
  • IBM Watsonx LLM node
  • Options to filter conversation history messages used in sequential LLM and Agent nodes
  • EPUB file support
  • Groq Whisper support
  • Azure Cognitive speech-to-text functionality
  • Conversation history selection options to ConditionAgent node
Changed 4
  • Vertex Gemini Custom Model Changes
  • Exa category filter with new values
  • Improve 'Require Approval' Description to indicate MemoryAgent dependency
  • JSON repair capability in StructuredOutputParserAdvanced for LLM outputs
Fixed 6
  • followUpPrompts migration for MariaDB
  • Get value with nested metadata filter
  • File upload configuration mapping
  • Tool description not added to custom assistant
  • Agent response visibility for chatflow
  • Error Cannot read properties of undefined (reading 'sendTelemetry')
What's Changed
Node
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.2...flowise@2.2.3

View originalPermalink
How 2.2.3 went

2.2.2

Added 4
  • Add IBM Watsonx embeddings node
  • Add dedicated agent memory nodes
  • Add Llama 3.3 70B models to groqChat
  • Add custom assistant builder
Changed 3
  • Update multer path if blob storage path is set
  • Bump Pinecone dependency to V4
  • Remove app server functions from utils file
Fixed 8
  • Fix redis connection being closed
  • Fix refresh record manager config
  • Fix Milvus search error
  • Fix uploaded file type being empty
  • Fix node ID replacing existing one
  • Fix data source lifecycle on agent memory mysql saver
  • Fix SQLite agent memory node
  • Prevent open connections on typeorm datasource
What's Changed
Node
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.2.1...flowise@2.2.2

View originalPermalink
How 2.2.2 went

2.2.0

Added 4
  • Added new gpt-4o model and set gpt-4o (latest) as default model for ChatOpenAI node
  • Added Extract Metadata Retriever node
  • Added new doc store upsert and refresh API
  • Added ability to show variable output
Changed 2
  • Redis default port is now 6379
  • Enhanced Chat Embed Configuration View
Fixed 2
  • Fixed upsert files override issue
  • Fixed 'label' undefined errors for sequential agents
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.1.5...flowise@2.2.0

View originalPermalink
How 2.2.0 went

2.1.5

Added 2
  • Add Stripe toolkit
  • Add support for state-based metadata filter to Retriever Tool
Fixed 4
  • Allow analytics override config
  • Override config vars
  • Fix Query Runner already released issue
  • Override config for Upsert Vector
What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.1.4...flowise@2.1.5

View originalPermalink
How 2.1.5 went

2.1.4

Added 11
  • Add Cerebras Node and Credential
  • Add Couchbase vector store support
  • Make Unstructured API URL optional when environment variable is present
  • Make Azure OpenAI credentials optional when environment variables are set
  • Add BraveSearchAPI document loader
  • Add Postgres agent memory support
Changed 3
  • Update models.json
  • Update MongoDB Connection handling
  • Enable or disable variables in override configuration
Fixed 5
  • Add missing migration in MariaDB
  • Fix OpenAI assistant thread not found error
  • Fix saving default credential data when adding new credentials
  • Add proxy environment variables to Docker Compose
  • Add PGVector Driver option and fix null character issue in Postgres Vector Store
Security 1
  • Override Config is now disabled by default for API and Embed, with user configuration required via the Security tab on Flow Configuration
What's Changed
Breaking Change:

For API and Embed, Override Config is now disabled by default. User has to enable the properties they would like to override from the new Security tab on Flow Configuration. Refer to: https://docs.flowiseai.com/using-flowise/api#override-config

Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.1.3...flowise@2.1.4

View originalPermalink
How 2.1.4 went

2.1.3

Added 7
  • Enable Filters in MongoDB Vector Search Retriever
  • Add Jina AI Embedding support
  • Add Alibaba API credential and ChatAlibabaTongyi node
  • Add NeMo Guardrails Chat component
  • Add Lunary feedback tracking
  • Add rendering of HTML tags for share chatbot
  • Add Full File Uploads & Message Delete API
Fixed 9
  • Fix Follow up prompts status
  • Fix [object Object] sent to milvus on search
  • Parse vars from overrideconfig to JSON
  • Add search for node labels
  • Fix duplicate words in Airtable Agent description
  • Update astradb dependency
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.1.2...flowise@2.1.3

View originalPermalink
How 2.1.3 went

2.1.2

Added 6
  • Add ability to specify dynamic metadata to jsonlines
  • LunaryAI automatic Thread and User tracking
  • Add gemini-1.5-flash-8b model
  • Add endpoints for realtime api
  • Add Follow-up Prompts feature
  • Add S3_FORCE_PATH_STYLE environment variable support for AWS S3 client configuration
Changed 10
  • Update unstructured API url and doc reference
  • Update models.json with new Gemini models
  • Revamp OpenAPI Toolkit
  • Update placeholder port to match Postgres default
  • Add environment variables to ui and api URL
  • Add 1-click deployment link for Alibaba Cloud
Fixed 4
  • Add header to allow SSE on nginx
  • Remove invalid markdown
  • Fix Buffer Memory for Anthropic
  • Prevent streaming of chatflow tool and chain tool
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.1.1...flowise@2.1.2

View originalPermalink
How 2.1.2 went

2.1.1

Changed 1
  • Update flowise embed version to 2.0.0
Fixed 2
  • Fix CodeInterpreter E2B Credential
  • Add artifacts migration script to other database types
What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.1.0...flowise@2.1.1

View originalPermalink
How 2.1.1 went

2.1.0

Added 12
  • TLS support for Milvus
  • Custom Retriever node
  • Chat model OpenAI proxy URL parameters
  • Custom overrideConfig support for ChatflowTool
  • Code Interpreter node
  • State passing to tools for use in custom tools
Changed 2
  • Embed Chat Configuration updated
  • Replaced vm2 with @flowiseai/nodevm
Fixed 7
  • Variables replacing functionality
  • Allow empty uploads of images
  • Pass state to tool node for agents
  • Processing chunks
  • Prevent sending non-image files
  • Implement missing delete method on pgvector
  • Check for relative path when saving file to prevent unauthorized writes
What's Changed
Node
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.0.7...flowise@2.1.0

View originalPermalink
How 2.1.0 went

2.0.7

Added 2
  • Add $flow to variable resolution in flow building process
  • Introduce conversational retrieval tool agent
Changed 1
  • Update Flowise embed version to 1.3.13
Fixed 2
  • Avoid hard-coding returnFalse and returnTrue in fetch handling
  • Prevent upsert when images are uploaded
What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.0.6...flowise@2.0.7

View originalPermalink
How 2.0.7 went

2.0.6

Added 6
  • Add meilisearch retriever component
  • Add base path option to Azure OpenAI embeddings node
  • Add custom model name support for Gemini
  • Add message history to agents
  • Add interactive swagger-ui auto-generated API docs from express
  • Add ability to upload file from chat
Changed 4
  • Update logo for singlestore
  • Add metadata as filterable attributes and polling on enqueued tasks to Meilisearch
  • Enhance Airtable Document Loader with filter and text output
  • Update flowise-embed version to 1.3.12
Fixed 7
  • Fix stream custom tool return direct
  • Update placeholder for SQL database connection string
  • Ignore allowedOrigins config for undefined origin header to ensure correct CORS behavior
  • Fix returned message array
  • Fix langwatch missing returnids
  • Fix whitelist urls for non password protected instance
  • Fix auth URL bypass
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.0.5...flowise@2.0.6

View originalPermalink
How 2.0.6 went

2.0.5

Added 4
  • Spider Search / Scrape as a Tool node
  • Base path configuration for Azure
  • Content and metadata key options for Qdrant
  • Ability to get variables from text input
Fixed 3
  • Add regex support to CSV and Airtable agent
  • Tool Agent output message
  • Loader delete error
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.0.4...flowise@2.0.5

View originalPermalink
How 2.0.5 went

2.0.3

Added 1
  • Add prompt template from langfuse
Changed 6
  • Update OpenAI models
  • Update Sequential Agent nodes
  • Move @langchain/core dependency to components
  • Vertically center text labels in MuiDrawer side menu
  • Document Store - Phase 2
  • Update flowise embed version to 1.3.10
Fixed 1
  • Fix migration with wrong unix timestamp
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.0.2...flowise@2.0.3

View originalPermalink
How 2.0.3 went

2.0.2

Added 11
  • Groq Llama 3.1 support
  • S3 custom URL support
  • Ollama function calling capability
  • AWS Bedrock Knowledge Bases retriever node
  • Additional metadata to Spider tool
  • Table view to tools page
Changed 4
  • Update Perplexity AI Tool with authorization bugfix and model updates
  • Ollama embedding to use mmap true by default
  • AWS Bedrock embeddings call retry extension
  • Dockerfile to increase Node.js memory limit for broken build
Fixed 5
  • Add streaming to ChatFireworks
  • Agent returning undefined for lowercase input
  • Autofocus on the add node search input field
  • Modify column types to longtext
  • Check condition when input is undefined
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@2.0.1...flowise@2.0.2

View originalPermalink
How 2.0.2 went

2.0.0

Added 7
  • Sequential agentic workflow enabling chaining agents together
  • Loopback mechanisms for agentic workflows
  • Human-in-the-Loop capability to pause agents at specific stages for approval
  • Conditional branches support in agentic workflows
  • OpenAI model gpt-4o-mini
  • Mistral Nemo model
  • S3 Directory Document Loading Component
Changed 1
  • Update loaders to community package
Fixed 1
  • HuggingFace custom endpoint
Introducing Flowise v2.0 and Sequential Agentic Workflow

The new agentic workflow allows you to: • Chain agents together • Loopback mechanisms • Human-in-the-Loop • Conditional branches

7 examples to help you get started with agentic workflows:

  • Agentic RAG: A self-improving RAG that checks the relevance of retrieved documents to the user's question. If the documents are found to be irrelevant, the agent will rephrase the question and loop back to retrieve a new set of documents until they pass the relevance score.

https://github.com/user-attachments/assets/3617a99b-b73c-4805-9619-958bc00190ba

  • Human in the Loop: Enable the agent to pause at specific stages and request human approval before continuing, which is useful for preventing the agent from autonomously executing sensitive operations.

https://github.com/user-attachments/assets/351a9620-7e92-49e6-931c-4b8791073768

  • Plan & Execute Agent: Similar to BabyAGI and AutoGPT, agent will first come up with a multi-step plan, and then go through that plan one item at a time. After accomplishing a particular task, plan is then revisited and modified as appropriate.

https://github.com/user-attachments/assets/2b49468c-5e3d-4234-a433-ddc1164b1cb0

  • Support Routing Assistant: A customer support assistant that can route to specific agent teams to resolve user queries. For this example: frontline support can engage in conversations with users or direct them to the billing or technical team for further assistance.

https://github.com/user-attachments/assets/366b163b-cad9-4923-9cef-87b514bd4912

  • Reflection Agent is able to review its past actions and use the information for downstream tasks. In this scenario, a writer creates an essay, which is then graded by a teacher. This loop continues for several iterations.

https://github.com/user-attachments/assets/1ac1d861-6da8-4ecc-9ae4-55ccfb4cc23a

  • Branches out, Merge back in. One of the cool things we can do is create branches for parallel execution, and be able to merge it back into one node, in other words - fan out, fan in.

https://github.com/user-attachments/assets/ca7d9bf1-f2e4-4c9e-80ff-5c1ea70cfd5a

  • Hierarchical Teams. Develop multiple agents from the ground up. You can also create sub-teams with top-level supervisor, complemented by mid-level supervisors, forming a hierarchical multi agents!

https://github.com/user-attachments/assets/5a24705a-3c8a-44d3-ab13-701063d89ba5

Changelog
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.8.4...flowise@2.0.0

View originalPermalink
How 2.0.0 went

1.8.4

Added 6
  • Add FireCrawl node
  • Add Spider open-source web scraper and crawler node
  • Add limit parameter to Spider tool
  • Add ChatBaiduWenxin chat model
  • Add driverInfo to MongoDB component
  • Add Perplexity AI Search Tool to Marketplaces/Tools
Changed 3
  • Update embed chat configuration
  • Bump Zep cloud SDK version and clean up Zep cloud vector store node
  • Update deprecating nodes
Fixed 9
  • Fix API key params typo
  • Fix langwatch link
  • Fix broken icon display on marketplace tab
  • Add show agent message when agent flow
  • Fix observation-includes-not-function
  • Fix Cheerio Web Crawler with large sites
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.8.3...flowise@1.8.4

View originalPermalink
How 1.8.4 went

1.8.3

Added 9
  • Add filter to Postgres VectorStore
  • Add multi query retriever
  • Add Text Key to Pinecone
  • Add tool choices to OpenAI assistant
  • Add option to start a new session with each interaction with the Chatflow tool
  • Add sort capabilities to ChatFlow and AgentFlow tables
Changed 4
  • Update VoyageAI models
  • Update Embed Chat configuration
  • Move configurations to package.json
  • Update Claude to Sonnet 3.5
Fixed 7
  • Correctly throw 401 error when unauthorized
  • Fix Unstructured Upsert bug
  • Fix API key not URL safe
  • Fix observation?.includes is not a function error
  • Fix Pinecone Text Key
  • Fix export lead email
  • Add check for setError
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.8.2...flowise@1.8.3

View originalPermalink
How 1.8.3 went

1.8.2

Added 8
  • Add URL source field to all web scrapers
  • Add Agentflow template
  • Add Searxng tool implementation
  • Add Fireworks AI chat model
  • Add Fireworks LLM
  • Add environment variable to disable ChatFlow reuse
  • Add status check ping feature
  • Add MariaDB data source adapter
Changed 4
  • Updated Dockerfile to use manual build steps and entrypoint instead of command
  • Improve OpenSearch credential storing to use separate fields for user and password instead of embedding in URL
  • Update HTML embed chat popup configuration
  • Reduce size of final Docker image with multistage build
Fixed 8
  • Fix OpenSearch vector store upsert
  • Disable output prediction from llmchain streaming
  • Avoid passing runnable assign when worker agent has no input variables
  • Check for proper thread ID and avoid throwing error
  • Fix Supabase upsert IDs
  • Fix document loader to return the correct ID
  • Remove double quotes when replacing variable value
  • Fix JS function execute from node crashing the frontend and hiding response
Breaking Change for Docker

In v1.8.2, we updated the Dockerfile to use manual build steps, and from using command to entrypoint. See #2563 There might be error if you are running docker compose command using old Dockerfile:

cd Flowise/docker
docker compose down
docker compose up -d

User will need to update their existing repo to get the latest Dockerfile:

cd Flowise
git pull
cd docker
docker compose down
docker compose up -d
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.8.1...flowise@1.8.2

View originalPermalink
How 1.8.2 went

1.8.1

Added 5
  • Opensearch credential node
  • Together AI LLMs node
  • Exa Search Tool node
  • LOG_JSON_SPACES environment variable to control JSON beautification
  • Role-based authentication support for AWS
Changed 3
  • Update Upstash logo for white background
  • Upgrade llamaindex version
  • Update flowise-embed version
Fixed 9
  • Regex check for auth middleware
  • JSON escaping
  • Use vm2 for chatflow tool
  • Files not removed when doc store loader is deleted
  • Restore Requests Tool
  • Upserting same ID with Supabase
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.8.0...flowise@1.8.1

View originalPermalink
How 1.8.1 went

1.8.0

Added 8
  • Support for LocalAI Speech To Text configuration
  • Ability to omit all metadata keys using asterisk
  • New openai model GPT-4o in the assistant and models.json
  • Gemini Flash model support
  • RPC filter to Supabase
  • ChatOllama Function
  • LangGraph support
  • Ability to prepend messages to memory
Changed 3
  • Use tabler icons react instead of tabler icons package
  • File uploads to use S3 instead of Multer
  • Updated Bedrock model list
Fixed 6
  • CORS issue in .env.example
  • initDatabase function with proper use of await in try catch
  • Streaming not working
  • Local Models Json issue
  • Double quotes not being escaped causing flow crashes
  • Avoid .env packaging into docker images
Security 1
  • Ignore keys and other secrets
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.7.2...flowise@1.8.0

View originalPermalink
How 1.8.0 went

1.7.2

Changed 1
  • Temporarily disable couchbase
Fixed 4
  • Escape column name on postgres migration indexing
  • CSV error with no text splitter
  • Credential mandatory field requirement when previewing chunks
  • Save chunk's metadata
What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.7.1...flowise@1.7.2

View originalPermalink
How 1.7.2 went

1.7.1

Added 9
  • Add batchSize parameter to Qdrant vector stores
  • Add Upstash Vector integration
  • Add file upload capability to Unstructured Loader
  • Add TogetherAI support
  • Add Couchbase vector store support
  • Add models.json support for Groq
Changed 3
  • Update Mistral version
  • Update Pinecone version
  • Update Docker Node version to 20
Fixed 8
  • Fix credential update issue
  • Fix OpenAI Assistant download path
  • Fix IP API issue
  • Fix missing filter for VectorStore to Document
  • Fix Web Crawler to include search params in URLs
  • Fix PineconeArgumentError
  • Fix sync nodes functionality
  • Fix default file size limit
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.6...flowise@1.7.1

View originalPermalink
How 1.7.1 went

1.6.6

Added 8
  • Add bedrock cohere embed model requirements
  • Add pdfUsage parameter setting support to folderFiles
  • Add llama 3 models to bedrock
  • Add custom dimensionality support for OpenAI embedding components
  • Add OpenAI Assistant V2 support
  • Add custom error message support for allowed domains
  • Add S3 storage support
  • Add auto proxy backend in UI
Changed 3
  • Update unstructured document loaders
  • Update langchain, openai, mistral, vertex, and anthropic dependencies
  • Optimize getEndingNodes performance
Fixed 5
  • Fix unable to view upsert history dialog when InMemoryVector Store is used
  • Fix MySQL RecordManager varchar size
  • Fix output schema label incorrectly showing as input schema
  • Fix Supabase upserting
  • Fix speech input on Safari and iOS
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.5...flowise@1.6.6

View originalPermalink
How 1.6.6 went

1.6.5

Added 4
  • Add SessionId support to Buffer Memory
  • Add topP parameter to Azure
  • Add max iterations option to agents
  • Externalize model lists and related key-values to model.json
Changed 4
  • Update CSV agent
  • Make services and error handlers consistent
  • Change models JSON file path
  • Externalize model list
What's Changed
Nodes
Core

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.4...flowise@1.6.5

View originalPermalink
How 1.6.5 went

1.6.4

Added 1
  • Add BasePath parameter setting support to ChatOpenAI LlamaIndex
Changed 2
  • Externalize files from chatflow to not save as base64
  • Improve UI
Fixed 6
  • Fix undefined flowdata
  • Add missing TTL implementation for Redis
  • Remove unnecessary document creation in Pinecone and Astra Vector Stores
  • Fix empty starter prompt creating empty bubbles
  • Fix UI issues in credentials dialog and card descriptions
  • Remove fixed height
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.3...flowise@1.6.4

View originalPermalink
How 1.6.4 went

1.6.3

Added 5
  • Extend Confluence Document Loader to support Server/Data Center with PAT authentication
  • Add GPT-4 Turbo to Assistant node
  • Add Voyage AI credentials, embeddings, and rerank support
  • Add Cohere embed models
  • Support fetching OpenAI key via overrideConfig variables
Changed 3
  • Upgrade LlamaIndex to latest version
  • Modularize Express routes for reusability, testability, composability and performance
  • Upgrade Langfuse to support metadata and tags
Fixed 11
  • Fix spelling correction in telemetry payload
  • Fix CSV Agent overwriting contents when multiple files were uploaded
  • Fix Dynamo Memory messageAttributeName configuration
  • Fix PostgreSQL migration column type
  • Remove hardcoded max tokens restriction
  • Update streaming how-to URL
Deprecated 1
  • Deprecate ChatGPT Plugin node
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.2...flowise@1.6.3

View originalPermalink
How 1.6.3 went

1.6.2

Added 6
  • Add Claude 3 Haiku node
  • Add Azure OpenAI image node
  • Add Mistral FunctionAgent node
  • Add Custom Tool OverrideConfig node
  • Add OpenAI Tool Agent node
  • Add configuration dialog for chatflow
Changed 2
  • Enable GitHub workflow pnpm caching
  • Add delete backspace feature
Fixed 6
  • Update XML output parser
  • Fix Faiss vector store error when using pnpm
  • Enforce unique primary key names
  • Fix starter prompts exceeding chat window and unable to scroll
  • Fix outdated embed version in share chatbot page
  • Send valid JSON to autosync workflows for multi-line commit messages
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.1...flowise@1.6.2

View originalPermalink
How 1.6.2 went

1.6.1

Added 8
  • Add Groq node
  • Add Claude 3 and XML agent node
  • Add Claude 3 llamaindex node
  • Add input moderation on all chains and all agents
  • Add support for image uploads and multimodal inputs in Claude 3
  • Add support for accessing NodeData via json path
  • Add allowed domains for chatflows
  • Add chat message feedback
Changed 1
  • Update chat mistral node
Fixed 11
  • Fix CustomFunction deserializing escaped JSON strings
  • Fix image upload bugfix and import dependencies
  • Fix sorting for Flowise QnA
  • Fix incorrect bedrock imports
  • Fix a bug about conversation dates
  • Handle escape characters in ifelse-function node's return value
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.0...flowise@1.6.1

View originalPermalink
How 1.6.1 went

1.6.0

Added 5
  • Upstash Singleton support
  • Zep cloud setup
  • OverrideConfig allows partial override
  • Add Multi Modal Capabilities to Flowise
  • Allow default variable values when testing CustomFunction
Changed 3
  • Update ChatOpenAI version
  • Update LangSmith version
  • Use URL constructor to handle all types of links
Fixed 3
  • Handle scenario where NodesPool require call fails
  • View Toggle loses state when button is clicked twice
  • Error Handling in Web Scraper
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.5.1...flowise@1.6.0

View originalPermalink
How 1.6.0 went

1.5.1

Added 4
  • Add recursive option for folder-loader
  • Add a zod-schema based JSON output parser (Advanced Structured Output Parser)
  • Add document json output
  • Add FLOWISE_FILE_SIZE_LIMIT variable
Changed 6
  • Revamp Marketplace UI
  • Update Query Engine Tool
  • Update OpenAI integration
  • Update MRKL agents
  • Upgrade Langchain version
  • Allow query chatmessage API endpoint by messageId
Fixed 9
  • Fix DynamoDB Chat Memory
  • Fix default value of sessionId when fetching history chat messages
  • Fix return message URL
  • Fix session id override
  • Add missing steps into rate limit message
  • Fix Postgres similaritySearchVectorWithScore to connect via TLS/SSL when specified
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.5.0...flowise@1.5.1

View originalPermalink
How 1.5.1 went

1.5.0

Added 4
  • Add gpt-3.5-turbo-0125 model to ChatOpenAI
  • Add LLamaIndex integration
  • Add Kotlin files support to folder-loader
  • Add MySQL SSL support
Fixed 1
  • Fix Cohere top K parameter
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.12...flowise@1.5.0

View originalPermalink
How 1.5.0 went

1.4.12

Added 9
  • Select which links should be used in web scraper nodes (cheerio, puppeteer, and playwright)
  • Allow CustomFunction to be set as an Ending Node
  • Add OpenAI embedding support
  • Add MongoDB support for chat history
  • Implement Singleton Redis Connection
  • Add Airtable include fields feature
Changed 4
  • Update ChatOpenAI to include new OpenAI chat models
  • Implement CORS and CSP headers from config
  • Change Redis TTL from EX to PX to match TTL in milliseconds
  • Update AzureOpenAIEmbedding default batch size from 1 to 100
Fixed 4
  • Fix CustomFunction ending node bug
  • Fix Qdrant filter bug
  • Fix settings.json not found on upsert
  • Fix OverrideConfig JSON value handling
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.11...flowise@1.4.12

View originalPermalink
How 1.4.12 went

1.4.11

Added 9
  • Add TopK and safetySettings into Google Gemini
  • Add MMR and Document Compressors
  • Support Pinecone serverless indexes
  • Add support for gpt-4 and gpt-4-32k models
  • Add Sticky Note node
  • Add $vars and $flow to custom function
Changed 3
  • Update Figma loader
  • Update Vectara chatflow
  • Update Return Response
Fixed 2
  • Fix Output prediction output parser
  • Add env path for settings json
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.10...flowise@1.4.11

View originalPermalink
How 1.4.11 went

1.4.10

Added 9
  • Support for Airtable views
  • SSL flag for postgres vectorstores
  • MilvusTextField configuration for Milvus
  • Astra Vectorstore integration
  • Support for MMR
  • LocalAI Credential with optional LocalAI Auth and model list env var
Changed 4
  • Updated LangChain version
  • Updated LangChain and Langsmith versions
  • Upgraded analytic dependencies including Langfuse and Langsmith
  • Removed restrictions
Fixed 7
  • Pass JSON variable value correctly
  • GET chatbot config endpoint
  • OpenAIFunctionAgent function not returning string result
  • Delete message API
  • Concurrent chat session handling
  • CustomFunction receiving escaped inputs
  • Upstash redis error causing deployment and credential errors
Removed 1
  • Zapier NLA credential
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.9...flowise@1.4.10

View originalPermalink
How 1.4.10 went

1.4.8

Added 5
  • S3 loader node with updated functionality
  • OpenAI Assistant node
  • LLM Moderation node
  • Environment variables support
  • DATABASE_SSL environment boolean flag for PostgreSQL SSL support
Changed 1
  • Updated logos for Chatmodels, Embeddings and LLMs
Fixed 5
  • Icon bounding boxes in dark mode
  • Encryption key path
  • Credential decryption
  • Unnecessary load of Prompts on chatflow open
  • Upsert successful, but failed to insert documents
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.7...flowise@1.4.8

View originalPermalink
How 1.4.8 went

1.4.7

Added 7
  • Add boolean flag to enable SSL connection for Redis nodes
  • Add windowSize input to avoid token exceeded errors
  • Add support for Mistral
  • Add IfElse node and logic
  • Add Google Gemini support for Chat Model, Credential, and Embeddings
  • Add starter prompts feature to create predefined prompts for initiating chat dialogue
  • Add custom icons for nodes
Changed 2
  • Update Bedrock
  • Update Utilities
Fixed 4
  • Fix check for array query parameter
  • Fix sanitized ampersand handling
  • Fix wrong Elasticsearch client setup when using custom URL
  • Fix multiple vector upsert
What's Changed
Nodes
Cores
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.5...flowise@1.4.7

View originalPermalink
How 1.4.7 went

1.4.6

Added 5
  • Boolean flag to enable SSL connection for Redis nodes
  • Support for Google Gemini Chat Model, Credential, and Embeddings
  • WindowSize input to prevent token exceeded errors
  • Mistral model support
  • Starter Prompts feature to create predefined prompts for initiating chat dialogue
Changed 2
  • Update Bedrock node
  • Utilities improvements
Fixed 3
  • Check for array query parameter
  • Sanitized ampersand handling
  • Fix wrong Elasticsearch client setup when using custom URL
What's Changed
Node
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.5...flowise@1.4.6

View originalPermalink
How 1.4.6 went

1.4.5

Added 1
  • Add Langchain hub integration
Fixed 2
  • Fix Upsert Vector API
  • Fix XSS vulnerability
What's Changed

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.4...flowise@1.4.5

View originalPermalink
How 1.4.5 went

1.4.4

Added 3
  • Prompt fetch from Langsmith Hub
  • Add disable file download and regex to remove citation
  • Add custom analytics
Changed 5
  • Update langchain version
  • Move api key utilities to separate file
  • Update open ai assistant version
  • Update Zep version
  • Update HyDE Retriever
Fixed 10
  • Fix memory nodes
  • Left align long chat flow names for consistency
  • Make Simple Moderation checks case-insensitive
  • Fix OpenAIFunction Agent model compatibility
  • Fix empty ChatHistory
  • Add back accidentally removed about dialog
Removed 2
  • Remove import and export database
  • Remove zapier NLA
What's Changed
Core
Node
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.3...flowise@1.4.4

View originalPermalink
How 1.4.4 went

1.4.3

Added 9
  • MongoDB Atlas Integration for Chat Memory and Vector Store
  • File annotations, sync and delete assistant functionality
  • Vectara chain integration
  • Claude-2.1 model support
  • ResponsibleAI Input Moderation integration
  • Ability to hide node parameters from UI
Changed 5
  • Reorder citations in Vectara response
  • Update models for OpenAI function
  • Reorganize Chatflow Dashboard UI
  • Update API Keys Screens UX
  • Link to Langfuse integration documentation instead of get-started guide
Fixed 3
  • Fix sessionid undefined error
  • Fix assistant image fetching method
  • Fix for MongoDB False Positive Alert in GitGuardian
What's Changed
Nodes
Cores
Bugfixes

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.2...flowise@1.4.3

View originalPermalink
How 1.4.3 went

1.4.0

Added 1
  • Add OpenAI Assistant integration
Fixed 1
  • Fix CONTRIBUTING.md typo
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.9...flowise@1.4.0

View originalPermalink
How 1.4.0 went

1.3.9

Added 13
  • Add unstructured loader node
  • Add custom separators support
  • Add RedisEmbeddingsCache for embeddings caching
  • Add in-memory cache embeddings
  • Add additional configuration options for Postgres vector store
  • Add additional configuration options for Qdrant
Changed 5
  • Update Vectara modules
  • Upgrade Pinecone to v1
  • Update AWSBedrockEmbedding
  • Expand TextFile supported file types
  • Improve chat history functionality
Fixed 9
  • Fix RedisCache illegal invocation error
  • Fix CRLF line endings on Linux scripts
  • Fix OpenSearch illegal invocation error
  • Fix ChatPromptTemplate function name
  • Add missing environment variables for database in container
  • Fix chatflow API authentication
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.8...flowise@1.3.9

View originalPermalink
How 1.3.9 went

1.3.8

Added 6
  • Text output for Text File and Plain Text components
  • Ollama node
  • AWS Bedrock embeddings
  • In-memory LLM cache
  • Support for ElasticSearch as a vector store
  • S3 loader
Changed 2
  • Use default prompt placeholder from langchain instead of hardcoding in the file
  • Remove unnecessary Langfuse inputs
What's Changed
Node
Core
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.7...flowise@1.3.8

View originalPermalink
How 1.3.8 went

1.3.7

Added 6
  • Add Bittensor chat model node
  • Add AWS Bedrock LLM and Embeddings nodes
  • Add PlainText document loader
  • Add Similarity Threshold Retriever
  • Add Upstash Redis Memory support
  • Add LLM cache feature
Changed 1
  • Implement rate limiting
Fixed 4
  • Fix Chroma authorization
  • Fix SQLDBChain IncludeTables and IgnoreTables parameters
  • Fix duplicate icon when market is empty
  • Fix Redis Backed Memory
Removed 1
  • Remove Vectara metadata check
What's Changed
Node
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.6...flowise@1.3.7

View originalPermalink
How 1.3.7 went

1.3.6

Added 3
  • Add FLOWISE_SECRETKEY_OVERWRITE environment variable
  • Add CSS selector support to Cheerio
  • Add support for LLMonitor
Changed 1
  • Update OpenAI models
Fixed 1
  • Fix Chroma installation
What's Changed
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.5...flowise@1.3.6

View originalPermalink
How 1.3.6 went

1.3.5

Added 18
  • ChatOpenAI Finetuned node
  • Custom prompt option to SQLDbChain
  • AdditionalParams to GithubLoader
  • dateTime marketplace tool
  • 32k model
  • Input option for Model Name in GoogleVertexAIEmbedding
Changed 4
  • Update Autogpt node
  • Update Custom ChatOpenAI node
  • Update Apify for metadata
  • Update langchain version for Vectara source
Fixed 4
  • Rename GoogleVertexAI folder to ChatGoogleVertexAI
  • Add skip extra credential option on Google credential
  • Improve error handling for missing credentials on UI section
  • Swap URL to get Confluence access token directly
What's Changed
Nodes
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.4...flowise@1.3.5

View originalPermalink
How 1.3.5 went

1.3.4

Added 13
  • Add Vectara templates to marketplace
  • Add system message parameter to ConversationalRetrievalQAAgent
  • Add additional optional input parameter for adding additional file loaders
  • Add BaseOptions to ChatOpenAI
  • Add Puppeteer and Playwright additional config options
  • Add Zep vector store support
Fixed 5
  • Update SendGrid Email configuration
  • Fix Vectara upsert naming
  • Fix Vectara filter
  • Fix Replicate API key handling
  • Pass SocketIOClientId to IncomingInput
Removed 2
  • Remove MakeTool
  • Remove child mode
What's Changed
Nodes
Cores
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.3...flowise@1.3.4

View originalPermalink
How 1.3.4 went

1.3.3

Added 8
  • Add authentication support for Chroma
  • Add additional systemMessagePrompt parameter to CSV Agent
  • Add Conversation Retrieval Agent node
  • Add document loader for Apify Website Content Crawler
  • Add Vertex AI support
  • Add Multi Config feature
  • Add LangSmith integration
  • Add OverrideConfig CustomToolFunc feature
Fixed 5
  • Fix Python API issues
  • Fix LLMChain PromptValues undefined error
  • Fix UI Package Babel warning
  • Fix GetRepository undefined error for Agent
  • Fix markdown file format errors
What's Changed
Nodes
Cores
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.2...flowise@1.3.3

View originalPermalink
How 1.3.3 went

1.3.0

Added 10
  • Add SingleStore upsert and existing node
  • Add Notion Loader node
  • Add AirtableLoader node
  • Add API DocumentLoader node
  • Add CSVAgent node
  • Add AirtableAgent node
Fixed 8
  • Fix server watch
  • Fix HuggingFace embeddings
  • Fix system message handling for different chain types
  • Fix startsWith undefined error
  • Fix escape character handling
  • Fix OpenAI top_p parameter
  • Remove curly brackets in loaded document text
  • Fix typo in ChildProcess.ts
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.16...flowise@1.3.0

View originalPermalink
How 1.3.0 went

1.2.16

Added 6
  • Add ClearSessionMemory node
  • Add BraveSearch Api Tool node
  • Add Html To Markdown TextSplitter node
  • Add ReplicateLLM node
  • Add content type text/xml support
  • Add JSONL Logs Cleanup feature
Changed 3
  • Update Zep version
  • Refactor API request to include Content-Type header
  • Add Content-Type: application/json header to curl command
Fixed 4
  • Fix chat input handling
  • Fix ChatMessage Order
  • Fix log path
  • Fix inputType bug
Security 1
  • Fix VM2 security vulnerability
What's Changed
Nodes
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.15...flowise@1.2.16

View originalPermalink
How 1.2.16 went

1.2.15

Added 7
  • Add endpoint to Hugging Face
  • Add OpenAPIChain node
  • Add WebCrawl node
  • Add conversational retrieval QA chain memory
  • Add support for OpenSearch
  • Add Motorhead Memory node
  • Add winston logging
Changed 5
  • Update Zep memory node
  • Update Claude v2
  • Improve nodes search quality of life
  • Modify options and password API config
  • Add component level logging
Fixed 5
  • Fix SQLDBChain streaming
  • Fix ChainTool with LLMChain
  • Fix Docker Chromium installation and Puppeteer sandbox configuration
  • Fix Hugging Face endpoint
  • Update message schema
What's Changed
Nodes
Cores
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.14...flowise@1.2.15

View originalPermalink
How 1.2.15 went

1.2.14

Added 8
  • Qdrant vector store integration
  • Redis-backed chat memory
  • GitBook integration
  • Azure 16k support
  • DynamoDB integration
  • Zapier integration
  • Full page chatbot and React chatbot
  • Tools marketplace
Changed 4
  • Update environment variables
  • Update FAISS version
  • Modify whitelisted URLs
  • Revamp FormatPromptValues
Fixed 5
  • Input number handling
  • Temperature parameter now converts to float
  • Share chatbot functionality
  • Prevent submission during IME composition
  • SQLITE_NOT_NULL constraint issue
Removed 1
  • Remove returnJSONStr function
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.13...flowise@1.2.14

View originalPermalink
How 1.2.14 went

1.2.13

Added 12
  • Add OpenAI function calling support
  • Add 16k model
  • Add puppeteer loader node
  • Add Subtitles Loader Integration
  • Add LatexTextSplitter Integration
  • Add Figma loader integration
Changed 1
  • Upgrade AzureOpenAIEmbeddingInput
Fixed 4
  • Fix MultiRetrieval and Prompt Streaming
  • Add legacy option to PDF loader
  • Fix PUPPETEER_SKIP_DOWNLOAD
  • Fix First Message Not Found error
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.12...flowise@1.2.13

View originalPermalink
How 1.2.13 went

1.2.12

Added 4
  • Add top K parameter to vector stores
  • Add LocalAI embeddings support
  • Support Zep Memory and Auto Summary
  • Add PORT and EXECUTION_MODE flags
Changed 2
  • Make GithubLoader recursive
  • Update HuggingFace nodes
Fixed 3
  • Resolve chat horizontal scrolling issue
  • Change flat to flatten from lodash
  • Disable stream for child mode
What's Changed
Nodes
Core
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.11...flowise@1.2.12

View originalPermalink
How 1.2.12 went

1.2.11

Added 7
  • Add Faiss node
  • Add NotionDB node
  • Add Confluence Document Loader node
  • Add basePath configuration option to support OpenAI mirror
  • Return SourceDocuments from chains
  • Add embed chat customization options in UI
  • Add line break support in user chat input box
Fixed 4
  • Fix AzureOpenAIEmbedding error
  • Check nodeModule.nodeClass is not undefined before initialization
  • Fix UnexpectedTokenInJSONError
  • Fix invalid prompt schema validation
What's Changed
Nodes
Core
UI
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.10...flowise@1.2.11

View originalPermalink
How 1.2.11 went

1.2.10

Added 16
  • LocalAI node
  • MakeWebhook node
  • HuggingFaceInferenceEmbeddings node
  • Conversation chain node
  • Prompt for conversationQA chain
  • Serper node
Changed 2
  • RequestsTools node
  • Improve AddNodes click interaction in UI
Fixed 7
  • Add BaseChatModel class to LocalAI
  • Add missing backslash for curl command
  • Add url to chroma
  • Cohere API key not found error
  • Update chroma and langchain version
  • Build docker locally
  • ConversationalChain output response
What's Changed
Nodes
Core
UI
Bugfix
New Contributors

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.2.6...flowise@1.2.10

View originalPermalink
How 1.2.10 went
View all

Discussion