-
-
Notifications
You must be signed in to change notification settings - Fork 22.6k
Comparing changes
Open a pull request
base repository: FlowiseAI/Flowise
base: flowise@3.0.3
head repository: FlowiseAI/Flowise
compare: flowise@3.0.4
- 11 commits
- 71 files changed
- 11 contributors
Commits on Jun 30, 2025
-
Bugfix/Remove Markdown in Condition (#4761)
Feature/Add remove-markdown dependency and integrate into Condition node for text processing - Added `remove-markdown` package to `packages/components/package.json`. - Integrated `removeMarkdown` function in `Condition.ts` to sanitize string inputs by removing markdown formatting.
Configuration menu - View commit details
-
Copy full SHA for 9b60cf1 - Browse repository at this point
Copy the full SHA 9b60cf1View commit details
Commits on Jul 2, 2025
-
Bugfix/Add proper parsing for tool input args (#4780)
add proper parsing for tool input args
Configuration menu - View commit details
-
Copy full SHA for bbf6970 - Browse repository at this point
Copy the full SHA bbf6970View commit details -
adding performance config option to the AWS ChatBedrock component (#4777
Configuration menu - View commit details
-
Copy full SHA for 0627693 - Browse repository at this point
Copy the full SHA 0627693View commit details -
feat: add thinking budget parameter support for ChatGoogleVertexAI (#…
…4557) * chore: update @langchain/google-vertexai add thinkingBudget parameter support * Update pnpm-lock.yaml * Update pnpm-lock.yaml --------- Co-authored-by: Henry <hzj94@hotmail.com> Co-authored-by: Henry Heng <henryheng@flowiseai.com>
Configuration menu - View commit details
-
Copy full SHA for 768de61 - Browse repository at this point
Copy the full SHA 768de61View commit details
Commits on Jul 8, 2025
-
Add Oxylabs Document Loader (#4625)
* Add Oxylabs Document Loader * Update Oxylabs.ts --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
Configuration menu - View commit details
-
Copy full SHA for a25c5c4 - Browse repository at this point
Copy the full SHA a25c5c4View commit details
Commits on Jul 9, 2025
-
fix(components): promise.all failed silently when loading MCP tools (#…
…4750) * fix(components): promise.all failed silently when loading MCP tools * fix: satisfy linter format * fix(packages): pnpm lint-fix * Update core.ts --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
Configuration menu - View commit details
-
Copy full SHA for aea2801 - Browse repository at this point
Copy the full SHA aea2801View commit details -
Bugfix: add missing getLabel prop to AgentReasoningCard (#4822)
Bugfix: add missing getLabel prop to AgentReasoningCard #4821 Co-authored-by: 강나훈 <nahoon.kang@mnc.ai>
Configuration menu - View commit details
-
Copy full SHA for 30e8317 - Browse repository at this point
Copy the full SHA 30e8317View commit details -
Optimize export import (#4795)
* feat: add saveBatch and optimize duplication id handling * feat: improve lookup performance by using Set
Configuration menu - View commit details
-
Copy full SHA for 6baec93 - Browse repository at this point
Copy the full SHA 6baec93View commit details
Commits on Jul 10, 2025
-
New Feature Pagination (#4704)
* common pagination component * Pagination for Doc Store Dashboard * Pagination for Executions Dashboard * Pagination Support for Tables * lint fixes * update view message dialog UI * initial loading was ignoring the pagination counts * 1) default page size change 2) ensure page limits are passed on load 3) co-pilot review comments (n+1 query) 4) * 1) default page size change 2) ensure page limits are passed on load 3) co-pilot review comments (n+1 query) 4) refresh lists after insert/delete. * Enhancement: Improve handling of empty responses in DocumentStore and API key services - Added check for empty entities in DocumentStoreDTO.fromEntities to return an empty array. - Updated condition in getAllDocumentStores to handle total count correctly, allowing for zero total. - Refined logic in getAllApiKeys to check for empty keys and ensure correct API key retrieval. - Adjusted UI components to safely handle potential undefined apiKeys array. * Refresh API key list on pagination change * Enhancement: Update pagination and filter handling across components - Increased default items per page in AgentExecutions from 10 to 12. - Improved JSON parsing for chat type and feedback type filters in ViewMessagesDialog. - Enhanced execution filtering logic in AgentExecutions to ensure proper pagination and state management. - Refactored filter section in AgentExecutions for better readability and functionality. - Updated refresh logic in Agentflows to use the correct agentflow version. * add workspaceId to removeAllChatMessages * Refactor chat message retrieval logic for improved efficiency and maintainability - Introduced a new `handleFeedbackQuery` function to streamline feedback-related queries. - Enhanced pagination handling for session-based queries in `getMessagesWithFeedback`. - Updated `ViewMessagesDialog` to sort messages in descending order by default. - Simplified image rendering logic in `DocumentStoreTable` for better readability. * - Update `validateChatflowAPIKey` and `validateAPIKey` functions to get the correct keys array - Enhanced error handling in the `sanitizeExecution` function to ensure safe access to nested properties * Refactor API key validation logic for improved accuracy and error handling - Consolidated API key validation in `validateAPIKey` to return detailed validation results. - Updated `validateFlowAPIKey` to streamline flow API key validation. - Introduced `getApiKeyById` function in the API key service for better key retrieval. - Removed unused function `getAllChatSessionsFromChatflow` from the chat message API. --------- Co-authored-by: Henry <hzj94@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for bf05f25 - Browse repository at this point
Copy the full SHA bf05f25View commit details
Commits on Jul 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 14fc1b4 - Browse repository at this point
Copy the full SHA 14fc1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 849b94b - Browse repository at this point
Copy the full SHA 849b94bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff flowise@3.0.3...flowise@3.0.4