Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"

server:
image: n8nio/n8n:2.13.4@sha256:ab216dc8d10d1940a07f41f04355011ab03d0dec1fc03d62d5db3fc1bad815f5
image: n8nio/n8n:2.14.2@sha256:4f448824ec99e1160e49eeb1c5bf2130a5d244fe9029e871a9f4d9f126dbfc98
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
Expand Down
21 changes: 18 additions & 3 deletions n8n/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,25 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "2.13.4"
version: "2.14.2"
releaseNotes: >-
This is a patch release with bug fixes and minor improvements:
- Fixed an editor issue with the quick connect feature flag and first load behavior
This release includes new features, bug fixes, and improvements:
- Added a new Databricks node
- Added a client CLI (`@n8n/cli`) to manage n8n from the terminal
- Added a new execution filter by workflow version
- Added capability discovery endpoint to the public API
- Added signature validation for waiting webhooks and forms
- Improved AI workflow builder with a setup wizard and redesigned Q&A interface
- Added ability to display workflow, credential, and data table dependencies in the editor
- Fixed workflow tag filtering that was incorrectly excluding workflows inside folders
- Fixed node references in expressions not updating when a renamed node contained quotes
- Fixed an issue with workflow execution status
- Fixed HTTP Request Node pagination failing on non-2xx status codes
- Fixed Postgres Node expressions not resolving in v1
- Fixed Extract from File Node skipping empty lines in CSV parsing
- Fixed editor issues including quick connect feature flag and first load behavior
- Fixed execution preview iframe not populating workflow document store
- Various other editor and core bug fixes and improvements


Full release notes are found at https://github.com/n8n-io/n8n/releases
Expand Down