Skip to content

🚀 Release 2.10.3#26508

Closed
n8n-assistant[bot] wants to merge 1 commit intorelease/2.10.3from
release-pr/2.10.3
Closed

🚀 Release 2.10.3#26508
n8n-assistant[bot] wants to merge 1 commit intorelease/2.10.3from
release-pr/2.10.3

Conversation

@n8n-assistant
Copy link
Contributor

@n8n-assistant n8n-assistant bot commented Mar 4, 2026

2.10.3 (2026-03-04)

Bug Fixes

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 7 files

Architecture diagram
sequenceDiagram
    participant User
    participant UI as Editor UI
    participant Server as n8n CLI/Server
    participant Collab as Collaboration Service
    participant Engine as Workflow Execution Engine
    participant JSON as JSONPath-Plus
    participant DB as External SQL Database

    Note over User, UI: Credential Configuration
    User->>UI: Open Credential Modal
    UI->>UI: CHANGED: Always evaluate & show Auth Mode dropdown
    UI-->>User: Display auth options

    Note over UI, DB: Workflow Execution & Data Processing
    User->>UI: Execute Node (e.g., Merge/SQL)
    UI->>Server: Trigger Execution
    Server->>Engine: Run Node logic
    
    rect rgb(23, 37, 84)
        Note right of Engine: Data Transformation
        Engine->>JSON: CHANGED: Evaluate expressions (via jsonpath-plus)
        JSON-->>Engine: Extracted data
    end

    alt Node: Merge by SQL
        Engine->>DB: CHANGED: Execute updated SQL Merge query
        DB-->>Engine: Success/Data
    end

    Engine-->>Server: Execution Finished
    Server-->>UI: Update Node status

    Note over UI, Collab: Real-time Collaboration
    UI->>Collab: Push workflow changes
    Collab->>Collab: CHANGED: Handle legacy/old push formats
    Collab-->>UI: Sync successful
Loading

@Matsuuu Matsuuu closed this Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant