diff --git a/cc-ci-plan/upstream/n8n.md b/cc-ci-plan/upstream/n8n.md index a969a0e..eb00b54 100644 --- a/cc-ci-plan/upstream/n8n.md +++ b/cc-ci-plan/upstream/n8n.md @@ -137,3 +137,24 @@ 2.37.5 withdrawn). 2.36.9 holds the Stable/Latest badge; 2.37.x remains Pre-release on GitHub (consistent precedent). Re-verified 2.37.3→2.37.6 (pure core bugfixes), no breaking changes beyond the already-flagged 2.37.0 API behavior pair. Rolling upgrade safe. Recommended release: `-y`. +- 2.37.7 (2026-09-02, **stable**): empty changelog (auto-generated release, no bugfixes listed). +- **2.37.8**: plain Docker Hub tag exists (2026-09-03) but **no GitHub release page** (like 2.36.1/ + 2.37.2/2.37.5 for the release notes; the tag itself is real). Treat as no separate changelog. +- 2.37.9 (2026-09-03, **now the stable/Latest badge** — `stable` tag points here): 1 core bugfix + (restore mutating array methods on $json data in expressions). +- **2.38.0**: plain Docker Hub tag exists (2026-09-01) but **no GitHub release page**; the 2.38.1 + release body compares `2.37.0...2.38.1` (it absorbs the 2.38.0 changes). +- 2.38.1 (2026-09-01, Pre-release): the large 2.38.x line changelog (compare basis 2.37.0). Mostly + bugfixes + features: expression-engine fixes (copy-on-write writes on VM lazy proxies, one shared + time budget across nested expressions, validate engine timeout/memory settings), distroless runners + image fixes (glibc/libatomic — only relevant if using n8n's community/distroless runner image, not + the recipe), model-provider additions (Moonshot/MiniMax/Qwen Cloud), editor improvements. **No + breaking compose/config/migration changes, no `N8N_*` env renames.** +- 2.38.2 (2026-09-02, Pre-release): empty changelog (auto-generated, no bugfixes listed). +- 2.38.3 (2026-09-03, Pre-release; **newest 2.x tag abra lists**): 1 core bugfix (ensure running job + cleanup when a workflow run rejects). +- 2026-09-04 run: PR #7 extended **2.34.4 → 2.38.3** (newest tag abra lists = 2.38.3/2.38.2/2.38.1/ + 2.38.0/2.37.9/2.37.8/2.37.7/…). 2.37.9 holds the Stable/Latest badge; 2.38.x remains Pre-release on + GitHub (consistent newest-tag precedent). 2.37.7/2.37.9 patched the stable line; 2.38.x carries the + expression-engine / agent-runtime fixes. No breaking changes beyond the already-flagged 2.37.0 API + behavior pair. Rolling upgrade safe. Recommended release: `-y`.