Update n8n to 0.212.0 (#383)

This commit is contained in:
BeauAgst 2023-01-24 19:15:45 +00:00 committed by GitHub
parent b5ef09749e
commit 0dd000e4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:0.207.1@sha256:a4702a77217b449723a98030e3c47a0267c0ceee97a8684184fdfebec0712b5f
image: n8nio/n8n:0.212.0@sha256:a9195bc499a39a0504d20e85e537dd30964cfcb4e62b23125ae9054b9443c3fa
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

View File

@ -2,7 +2,33 @@ manifestVersion: 1
id: n8n
category: Automation
name: n8n
version: "0.207.1"
version: "0.212.0"
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
- 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
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,