Update n8n to n8n@2.14.2 (#5250)
This commit is contained in:
parent
af4c415dda
commit
1c01566d07
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user