Skip to content

🚀 Release 2.11.2#26678

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

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

Conversation

@n8n-assistant
Copy link
Contributor

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

2.11.2 (2026-03-06)

Bug Fixes

  • ai-builder: Don't use autoGenerate for UUID columns for WFB persistence migration (backport to release-candidate/2.11.x) (#26589) (d672e4c)
  • Form Node: Improve form rendering consistency (backport to release-candidate/2.11.x) (#26652) (2481969)
  • Log streaming config works with proxy (backport to release-candidate/2.11.x) (#26590) (2034f5f)

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 20 files

Architecture diagram
sequenceDiagram
    participant UI as Editor UI (@n8n/editor-ui)
    participant Server as n8n Server (CLI/Core)
    participant DB as Database (@n8n/db)
    participant Proxy as Network Proxy
    participant Logs as Log Streaming Service

    Note over UI, Logs: n8n Runtime & Maintenance Flows (v2.11.2)

    rect rgb(23, 37, 84)
    Note right of UI: Form Node Rendering Flow
    UI->>UI: CHANGED: Execute form rendering logic
    Note right of UI: Improved consistency in component display
    end

    rect rgb(69, 26, 3)
    Note right of Server: AI Builder Persistence Migration
    Server->>DB: Initiate WFB Migration
    Server->>Server: CHANGED: Generate UUID manually
    Server->>DB: CHANGED: Insert record with explicit UUID
    Note right of Server: Bypasses DB autoGenerate for UUID columns
    DB-->>Server: Migration Success
    end

    rect rgb(5, 46, 22)
    Note right of Server: System Telemetry Flow
    Server->>Server: Generate system logs
    Server->>Proxy: CHANGED: Forward log stream via Proxy
    alt Proxy Configuration Active
        Proxy->>Logs: Stream logs to external destination
    else Direct Connection
        Server->>Logs: Stream logs directly
    end
    end

    Note over Server, DB: Internal Monorepo Dependency Update
    Note over Server, DB: All packages bumped to v2.11.2 / v1.11.1
Loading

@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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