🚀 Release 2.18.2#28954
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
No issues found across 21 files
Architecture diagram
sequenceDiagram
participant UI as Editor UI (Browser)
participant Core as n8n Core Service
participant AI as AI Builder Service (EE)
participant DB as Database
participant MiniMax as MiniMax API (External)
Note over UI, DB: User & Project Management
UI->>Core: Request user search (ProjectSettings)
Core->>DB: CHANGED: Query users with updated search logic
DB-->>Core: Filtered user list
Core-->>UI: Return search results
Note over UI, AI: AI Workflow Configuration
UI->>AI: Validate Merge Node configuration
AI->>AI: CHANGED: Verify incoming connections matches 'numberInputs'
alt Validation Fails
AI-->>UI: Return connection mismatch error
else Validation Succeeds
AI-->>UI: Connection valid
end
Note over Core, MiniMax: Workflow Execution
Core->>Core: Process Workflow Graph
opt NEW: MiniMax Node Execution
Core->>MiniMax: POST /v1/text/chat (API Key + Prompt)
MiniMax-->>Core: AI Response Data
end
Core-->>UI: Workflow Execution Finished
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Performance ComparisonComparing current → latest master → 14-day baseline Memory consumption baseline with starter plan resources
docker-stats
Idle baseline with Instance AI module loaded
How to read this table
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.18.2 (2026-04-23)
Bug Fixes
Features