Update n8n to version n8n@1.86.1 (#2543)

This commit is contained in:
Alexander L. 2025-04-11 13:43:49 +02:00 committed by GitHub
parent 6ec16c8367
commit 89842492b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 11 deletions

View File

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:1.85.4@sha256:e7b711cb53e91bc30d31959fe3193a0ba9dd6679ed73b69bbee1391707c2fbaa
image: n8nio/n8n:1.86.1@sha256:4604b6878a13c90e8eeba071aba25c6dc2e962a282f134907dcecbcacf7fb97b
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

View File

@ -2,20 +2,19 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.85.4"
version: "1.86.1"
releaseNotes: >-
This release contains new features, improvements and bug fixes.
This release contains new features, bug fixes and improvements.
Notable changes:
- Fixed issues with structured output and incorrect wrapping in LLM Chain Node
- Resolved import issues for API and connections in SentimentAnalysis and TextClassifier
- Improved OpenAI Node input display
- Enhanced editor with better workflow routing and a new insights summary banner
- Added support for xAiGrok Chat Model and Entra custom scopes
- Improved webhook server handling and timezone support
- Added folder synchronization and community node management tools
- Updated Salesforce, SeaTable, and Vector Store nodes with new features
- Fixed an issue with loading the pyodide runtime in the Code Node
- Fixed various bugs in API, editor, nodes (e.g., Baserow, Slack, OpenAI, Microsoft SQL, OAuth1)
- Improved insights dashboard with new fields, sorting, and week-level compaction
- Enhanced editor UX: better schema view, logs panel, and workflow search handling
- Added media support to Matrix node and "reply to" email in SendGrid node
- Telegram Trigger can now restrict by chat/user IDs
- Prevented data type issues in AI nodes and improved structured output handling
Full release notes are found at https://github.com/n8n-io/n8n/releases