Skip to content

🚀 Release 2.11.1#26506

Merged
Matsuuu merged 1 commit intorelease/2.11.1from
release-pr/2.11.1
Mar 4, 2026
Merged

🚀 Release 2.11.1#26506
Matsuuu merged 1 commit intorelease/2.11.1from
release-pr/2.11.1

Conversation

@n8n-assistant
Copy link
Contributor

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

2.11.1 (2026-03-04)

Bug Fixes

Copy link
Collaborator

@tomi tomi left a comment

Choose a reason for hiding this comment

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

To the moon 🌔 and beyond 🚀

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 Creds as Credential Service
    participant Collab as Collaboration Service
    participant Node as SQL Merge Node
    participant DB as External Database

    Note over UI, DB: Release 2.11.1: Runtime Bug Fixes & Compatibility

    rect rgb(30, 41, 59)
    Note right of UI: Credential UI Fix
    UI->>Creds: Request Credential Modal
    Creds-->>UI: Return credential schema
    UI->>UI: CHANGED: Always render Auth Mode dropdown
    end

    rect rgb(23, 37, 84)
    Note right of Collab: Collaboration Sync Fix
    UI->>Collab: Push workflow/changes
    alt Legacy Data Format
        Collab->>Collab: NEW: Handle old format structure
    else Current Format
        Collab->>Collab: Process standard payload
    end
    Collab-->>UI: Sync Acknowledged
    end

    rect rgb(5, 46, 22)
    Note right of Node: Node Execution Fix
    UI->>Node: Execute "Merge" operation
    Node->>Node: Prepare SQL query
    Node->>DB: CHANGED: Perform Merge via SQL Update
    DB-->>Node: Update result
    Node-->>UI: Execution finished
    end
Loading

@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Matsuuu Matsuuu merged commit ba008bc into release/2.11.1 Mar 4, 2026
45 checks passed
@Matsuuu Matsuuu deleted the release-pr/2.11.1 branch March 4, 2026 07:03
@Matsuuu Matsuuu temporarily deployed to minor-release-tag-merge March 4, 2026 07:40 — with GitHub Actions Inactive
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.

2 participants