🚀 Release 2.17.4#28855
Merged
n8n-release-helper[bot] merged 1 commit intorelease/2.17.4from Apr 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
No issues found across 23 files
Architecture diagram
sequenceDiagram
participant User as User / Editor UI
participant Engine as n8n Workflow Engine
participant Storage as DB / Execution Store
participant Alibaba as Alibaba Cloud / AI Gateway
Note over User, Alibaba: Alibaba Cloud Chat Model Execution
User->>Engine: Trigger Workflow (Chat Node)
Engine->>Engine: Retrieve Credentials
Note right of Engine: NEW: Includes custom 'url' field<br/>for AI Gateway compatibility
Engine->>Alibaba: POST Request to custom URL
alt Successful Gateway Connection
Alibaba-->>Engine: Chat Completion Response
else Connection Error
Alibaba-->>Engine: 4xx / 5xx Error
Engine-->>User: Execution Failed
end
Note over User, Storage: Wait Node Logic (Reverted Behavior)
Engine->>Engine: Execute Wait Node
alt CHANGED: In-Memory Path (Restored)
Note right of Engine: If short wait or specific config
Engine->>Engine: Keep execution active in memory
Engine->>Engine: Resume after timeout
else Durable Path
Note right of Engine: If long wait or forced durability
Engine->>Storage: Save execution state (Wait)
Storage-->>Engine: Terminate current process
Note over Engine, Storage: Time passes...
Storage->>Engine: Resume execution via polling/trigger
end
Engine-->>User: Workflow Complete
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Bundle ReportChanges will increase total bundle size by 10.38kB (0.02%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: editor-ui-esmAssets Changed:
|
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.17.4 (2026-04-22)
Bug Fixes
Reverts