mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update N8N to 0.234.1 (#653)
Co-authored-by: Ben Borges <benborges@users.noreply.github.com> Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
a547a90a20
commit
a0271580e5
@ -10,7 +10,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
|
||||
|
||||
server:
|
||||
image: n8nio/n8n:0.212.0@sha256:a9195bc499a39a0504d20e85e537dd30964cfcb4e62b23125ae9054b9443c3fa
|
||||
image: n8nio/n8n:0.234.1@sha256:b00e39ced253d0a5d6f234a21e7d8991dc795a99f13f32db479448087a14ff5a
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/home/node/.n8n
|
||||
|
@ -2,33 +2,12 @@ manifestVersion: 1
|
||||
id: n8n
|
||||
category: automation
|
||||
name: n8n
|
||||
version: "0.212.0"
|
||||
version: "0.234.1"
|
||||
releaseNotes: >-
|
||||
- New features
|
||||
- Inline expression editor: You can now quickly write expressions inline in a node parameter
|
||||
- Workflow sharing: With workflow sharing, users can invite other users on the same n8n instance to use and edit their workflows
|
||||
- Log streaming: Log streaming allows you to send events from n8n to your own logging tools
|
||||
- Security audit: You can now run a security audit on your n8n instance, to detect common security issues
|
||||
- Typeahead for expressions: When using expressions, n8n will now offer you suggestions as you type
|
||||
- Editor: Improve UX for brace completion in the inline expressions editor
|
||||
- Editor: pressing = in an empty parameter input switches to expression mode
|
||||
This update includes new features, bug fixes, and performance improvements.
|
||||
|
||||
- New nodes
|
||||
- Open AI - This release adds an integration with OpenAI
|
||||
- Google Sheets trigger: You can now start workflows in response to row changes or new rows in a Google Sheet
|
||||
|
||||
- Node enhancements
|
||||
- Send Email node: add support for a "Reply to" email address
|
||||
- Webhook node: when test the node by selecting Listen For Test Event then dispatching a call to the webhook, n8n now only runs the Webhook node
|
||||
- Compare Datasets node: add an option for fuzzy compare
|
||||
- Google Ads node: update the API version to 11
|
||||
- Google Drive Trigger node: start using the resource locator component
|
||||
- Item Lists node: This acts similarly to generating pivot tables in Excel, allowing you to aggregate and compare data
|
||||
|
||||
- Bugfixes
|
||||
|
||||
- Performance improvements
|
||||
|
||||
Full details for changes made since version 0.212.0 can be found at https://github.com/n8n-io/n8n/releases
|
||||
tagline: Build complex workflows, really fast
|
||||
description: >-
|
||||
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code,
|
||||
@ -57,4 +36,4 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
submitter: Pranshu Agrawal
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/283
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/283
|
||||
|
Loading…
Reference in New Issue
Block a user