Update n8n to version n8n@1.88.0 (#2578)

This commit is contained in:
Alexander L. 2025-04-15 13:47:01 +02:00 committed by GitHub
parent d78b8827b4
commit 2c6cd5f502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 11 deletions

View File

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

View File

@ -2,19 +2,33 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.86.1-1"
version: "1.88.0"
releaseNotes: >-
This minor update disables the diagnostic data collection of n8n, fixes permission issues with the config file and activates Task Runners. Release notes of n8n 1.86.1 can be seen below.
This release includes new features, bug fixes, and improvements.
Notable changes:
- 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
Key highlights:
- New Azure Cosmos DB Node for connecting to Azure Cosmos databases
- Email Trigger (IMAP) Node now returns message UIDs
- New MCP Client Tool Node for connecting to MCP servers over SSE
- New MCP Server Trigger Node to expose tools to MCP clients
- Added support for Milvus vector database
- Improved performance with batched raw insights save and metadata caching
- Added support for Google Vertex embeddings
- New nodes: Airtop, MongoDB Chat Memory, and Think Tool
- Overhauled GitHub Node
- Introduced Insights dashboard and backend API
- Upgraded to Express 5 for improved security and performance
Other improvements:
- Fixed various issues in the API, editor, and core components
- Enhanced inline expression previews in the Node Detail View
- Improved node creator items typing and fixed missing icons
- Improved stability and accuracy across nodes (e.g., webhook triggers, OAuth2, Google Sheets)
- UI fixes in the editor
- Security enhancements (cross-origin checks, OpenAPI CVE patch)
- Workflow ownership and execution bug fixes
Full release notes are found at https://github.com/n8n-io/n8n/releases