diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 60ccd20f..ebcf75fd 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -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 diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index c1d5dae5..2d81407a 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -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