Skip to content

🚀 Release 2.10.3#26507

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

🚀 Release 2.10.3#26507
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 UI as Editor UI
    participant API as Backend API
    participant Collab as Collaboration Service
    participant Engine as Execution Engine
    participant DB as External Database

    Note over UI, API: Credential Configuration Flow
    UI->>API: Fetch credential schema
    API-->>UI: Return authentication definitions
    UI->>UI: NEW: Render Auth Mode dropdown (always visible)

    Note over UI, Collab: Real-time Collaboration Flow
    UI->>Collab: Push workflow changes
    alt Legacy client format
        Collab->>Collab: CHANGED: Parse and normalize old push format
    else Standard format
        Collab->>Collab: Process update
    end
    Collab-->>UI: Sync confirmation

    Note over UI, Engine: Node Execution & Data Handling
    UI->>Engine: Execute node (e.g., Code/JSON node)
    Engine->>Engine: CHANGED: Evaluate expressions via jsonpath-plus (CVE Fix)
    
    opt Merge Node (SQL Mode)
        Engine->>DB: CHANGED: Execute updated SQL Merge/Update query
        DB-->>Engine: Query Result
    end
    
    Engine-->>UI: Return transformed data/output
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