Update n8n to version n8n@1.107.4 (#3502)

This commit is contained in:
Alexander L. 2025-08-22 13:40:30 +02:00 committed by GitHub
parent e906a77a4d
commit f3335c2d5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 17 deletions

View File

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:1.107.3@sha256:524bd974e19cd5a6972058c601084abb6b1b970d6a39f8bf8bbe05406a2450a1
image: n8nio/n8n:1.107.4@sha256:a49bc867def7800e99ec175dee46b62282961a6460cfb422b3adec3e53073d63
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

View File

@ -2,27 +2,17 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.107.3"
version: "1.107.4"
releaseNotes: >-
This release includes bug fixes and feature enhancements.
Some key highlights:
- Fixed multiple core stability and error handling issues
- Improved workflow execution, activation, and diffing in the editor
- Fixed UI glitches, overlapping elements, and loading issues in editor views
- Enhanced webhook, chat trigger, and custom node handling
- Fixed authentication and credential validation for various nodes (Beeminder, GraphQL, HubSpot, Hugging Face, Jira, Mandrill)
- Improved Redis, SQLite, and task runner reliability
- Added new token validation option for webhooks
- Added support for extra body properties in OAuth2 client credentials flow
- Enabled queue metrics in multi-main setups
- Discord node now supports custom OAuth scopes
- Added pre-built agents experiment in the editor
- Added production checklist for active workflows
- Expanded telemetry for user interactions in the editor
- Email trigger node now allows disabling last message tracking
- Ollama credentials now support optional API keys
- Fixed core stability and error handling issues
- Improved workflow execution and activation in the editor
- Enhanced webhook and custom node handling
- Fixed authentication and credential validation for various nodes
- Improved Redis and SQLite reliability
Full release notes are found at https://github.com/n8n-io/n8n/releases