Update n8n to version n8n@1.100.1 (#3114)

This commit is contained in:
Alexander L. 2025-07-01 12:46:10 +02:00 committed by GitHub
parent e092f48643
commit ccc924fa87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 9 deletions

View File

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:1.99.1@sha256:2537366a01590c499a4f2c9006da55cdda4c572fd2765a99f5687187ae1cd4be
image: n8nio/n8n:1.100.1@sha256:ae08af2be497c7af445633d577365d8f6155362bdeaa52b54e7f47c0f672f7c8
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

View File

@ -2,20 +2,22 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.99.1"
version: "1.100.1"
releaseNotes: >-
This release includes new features, bug fixes and security improvements.
Key highlights:
- Fixed issues with AWS, HTTP requests, Gmail drafts, and Postgres connections
- Improved sub-execution logs, input data handling, and UI error messages
- Added OIDC SSO support and project descriptions
- Enhanced evaluation metrics (token count, latency) and task runner logging
- Added access control views and new UI/UX improvements for node interactions
- Introduced support for lazy-loading LangChain dependencies and unlicensed module skipping
- New features in Linear and MCP Server nodes
- Fixed incorrect parameter names in AWS DynamoDB node
- Resolved issues with PDF extraction and webhook edge cases
- Prevented unauthorized workflow termination
- Fixed keyboard shortcuts, status icons, and form validation in the editor
- Improved error messages and expression handling
- Ensured updated credentials are used in MongoDB Atlas Vector Store node
- Replaced remote token encoding with local version in Token Splitter node
- Extended user list to support projects
- Added model selector node and OIDC paywall support
- Improved GitHub, Google Ads, Stripe, Notion, and Telegram node behavior
Full release notes are found at https://github.com/n8n-io/n8n/releases