Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update n8n [email protected] #2172

Merged
merged 2 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"

server:
image: n8nio/n8n:1.76.2@sha256:72de7778d4a737e0a1ffa94d27a025b15e3bfd8bd6d054fe50813bbaa8de2b47
image: n8nio/n8n:1.77.3@sha256:213dd7565080e877110af43741d730fc318feac6987de71852dce048ab8e1dee
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
Expand Down
23 changes: 12 additions & 11 deletions n8n/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.76.2"
version: "1.77.3"
releaseNotes: >-
This update contains multiple new features and bug fixes.


Notable Features
Notable Features:

- Enhanced Forms functionality and trigger node
- Added credentials for Azure Monitor and Miro
- Added Jira Personal Access Token support
- Enabled task runner by default
- Added new nodes: DeepSeek Chat Model, OpenRouter
- Enhanced Form node with read-only and custom HTML elements
- Added sendAndWait operations for Email, Telegram, and Outlook nodes
- Improved workflow evaluation and execution monitoring

Bug Fixes
Bug Fixes:

- Fixed Code node editor issues
- Resolved Jira custom fields handling
- Fixed OpenAI Chat Model and Postgres issues
- Improved workflow execution reliability
- Fixed credential handling and encryption issues
- Improved error handling in task runner and executions
- Resolved various editor interface issues
- Fixed Postgres connection pool management
- Enhanced workflow canvas and node display behavior

Full release notes are found at https://github.com/n8n-io/n8n/releases
tagline: Build complex workflows, really fast
Expand Down