Skip to content

Releases: n8n-io/n8n

[email protected]

08 Aug 11:17
d3b8f30
Compare
Choose a tag to compare

1.53.2 (2024-08-08)

Bug Fixes

  • core: VM2 sandbox should not throw on new Promise (#10298) (6677033)

[email protected]

07 Aug 10:25
89cd12b
Compare
Choose a tag to compare

1.54.0 (2024-08-07)

Bug Fixes

  • core: Ensure OAuth token data is not stubbed in source control (#10302) (98115e9)
  • core: Fix expressions in webhook nodes(Form, Webhook) to access previous node's data (#10247) (88a1701)
  • core: Fix user telemetry bugs (#10293) (42a0b59)
  • core: Make execution and its data creation atomic (#10276) (ae50bb9)
  • core: Make OAuth1/OAuth2 callback not require auth (#10263) (a8e2774)
  • core: Revert transactions until we remove the legacy sqlite driver (#10299) (1eba7c3)
  • core: Surface enterprise trial error message (#10267) (432ac1d)
  • core: Upgrade tournament to address some XSS vulnerabilities (#10277) (43ae159)
  • core: VM2 sandbox should not throw on new Promise (#10298) (7e95f9e)
  • core: Webhook and form baseUrl missing (#10290) (8131d66)
  • editor: Enable moving resources only if team projects are available by the license (#10271) (42ba884)
  • editor: Fix execution retry button (#10275) (55f2ffe)
  • editor: Update design system Avatar component to show initials also when only firstName or lastName is given (#10308) (46bbf09)
  • editor: Update tags filter/editor to not show non existing tag as a selectable option (#10297) (557a76e)
  • Invoice Ninja Node: Fix payment types (#10196) (c5acbb7)
  • Loop node no input data shown (#10224) (c8ee852)

Features

  • core: Allow filtering executions and users by project in Public API (#10250) (7056e50)
  • core: Allow transferring credentials in Public API (#10259) (07d7b24)
  • core: Show sub-node error on the logs pane. Open logs pane on sub-node error (#10248) (57d1c9a)
  • core: Support community packages in scaling-mode (#10228) (88086a4)
  • core: Support create, delete, edit role for users in Public API (#10279) (84efbd9)
  • core: Support create, read, update, delete projects in Public API (#10269) (489ce10)
  • editor: Auto-add LLM chain for new LLM nodes on empty canvas (#10245) (06419d9)
  • Elasticsearch Node: Add bulk operations for Elasticsearch (#9940) (bf8f848)
  • Lemlist Trigger Node: Update Trigger events (#10311) (15f10ec)
  • MongoDB Node: Add projection to query options on Find (#9972) (0a84e0d)
  • Postgres Chat Memory, Redis Chat Memory, Xata: Add support for context window length (#10203) (e3edeaa)
  • Stripe Trigger Node: Add Stripe webhook descriptions based on the workflow ID and name (#9956) (3433465)
  • Webflow Node: Update to use the v2 API (#9996) (6d8323f)

[email protected]

06 Aug 10:13
7c4ff98
Compare
Choose a tag to compare

1.45.2 (2024-08-06)

Bug Fixes

  • core: Ensure OAuth token data is not stubbed in source control (#10302) (d7286fd)

[email protected]

02 Aug 14:28
c5ad03d
Compare
Choose a tag to compare

1.53.1 (2024-08-02)

Bug Fixes

  • core: Upgrade tournament to address some XSS vulnerabilities (#10277) (887ed17)
  • editor: Enable moving resources only if team projects are available by the license (#10271) (d9a638a)
  • editor: Fix execution retry button (#10275) (3978b93)
  • Loop node no input data shown (#10224) (2cfa75d)

[email protected]

31 Jul 12:09
54aa6b8
Compare
Choose a tag to compare

1.52.2 (2024-07-31)

Bug Fixes

  • core: Restore log event n8n.workflow.failed (#10253) (70aa8fd)
  • editor: Fix workflow execution list scrolling after filter change (#10226) (c2e37cb)

[email protected]

31 Jul 13:02
7ffaec0
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

1.53.0 (2024-07-31)

Bug Fixes

  • Better error message when calling data transformation functions on a null value (#10210) (1718125)
  • core: Fix missing successful items on continueErrorOutput with multiple outputs (#10218) (1a7713e)
  • core: Flush instance stopped event immediately (#10238) (d6770b5)
  • core: Restore log event n8n.workflow.failed (#10253) (3e96b29)
  • core: Upgrade @n8n/vm2 to address CVE‑2023‑37466 (#10265) (2a09a03)
  • editor: Defer User saved credentials telemetry event for OAuth credentials (#10215) (40a5226)
  • editor: Fix custom API call notice (#10227) (5b47c8b)
  • editor: Fix issue with existing credential not opening in HTTP agent tool (#10167) (906b4c3)
  • editor: Fix parameter input glitch when there was an error loading remote options (#10209) (c0e3743)
  • editor: Fix workflow execution list scrolling after filter change (#10226) (7e64358)
  • Google BigQuery Node: Send timeoutMs in query, pagination support (#10205) (f5722e8)
  • Google Sheets Node: Add column names row if sheet is empty (#10200) (82eba9f)
  • Google Sheets Node: Do not insert row_number as a new column, do not checkForSchemaChanges in update operation (#10201) (5136d10)
  • Google Sheets Node: Fix Google Sheet URL regex (#10195) (e6fd996)
  • HTTP Request Node: Resolve max pages expression (#10192) (bfc8e1b)
  • LinkedIn Node: Fix issue with some characters cutting off posts early (#10185) (361b5e7)
  • Postgres Node: Expressions in query parameters for Postgres executeQuery operation (#10217) (519fc4d)
  • Postgres Node: Option to treat query parameters enclosed in single quotas as text (#10214) (00ec253)
  • Read/Write Files from Disk Node: Notice update in file selector, replace backslashes with forward slashes if windows path (#10186) (3eac673)
  • Text Classifier Node: Use proper documentation URL and respect continueOnFail (#10216) (452f52c)
  • Trello Node: Use body for POST requests (#10189) (7775d50)
  • Wait Node: Authentication fix (#10236) (f87854f)

Features

  • Calendly Trigger Node: Add OAuth Credentials Support (#10251) (326c983)
  • core: Allow filtering workflows by project and transferring workflows in Public API (#10231) (d719899)
  • editor: Show new executions as Queued in the UI, until they actually start (#10204) (44728d7)
  • HTTP Request Node: Add option to disable lowercase headers (#10154) (5aba69b)
  • Information Extractor Node: Add new simplified AI-node for information extraction (#10149) (3d235b0)
  • Introduce Google Cloud Platform as external secrets provider (#10146) (3ccb9df)
  • n8n Form Trigger Node: Improvements (#10092) (711b667)
  • Recovery option for jsonParse helper (#10182) (d165b33)
  • Sentiment Analysis Node: Implement Sentiment Analysis node (#10184) (8ef0a0c)
  • Shopify Node: Update Shopify API version (#10155) (e2ee915)
  • Support create, read, delete variables in Public API (#10241) (af695eb)

[email protected]

26 Jul 12:54
7f4782a
Compare
Choose a tag to compare

1.51.2 (2024-07-26)

Bug Fixes

  • editor: Fix issue with existing credential not opening in HTTP agent tool (#10167) (cc0dff2)

[email protected]

26 Jul 12:55
37df06a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

1.52.1 (2024-07-26)

Bug Fixes

  • editor: Fix issue with existing credential not opening in HTTP agent tool (#10167) (0e448dc)

[email protected]

24 Jul 12:26
c22ffd0
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

1.52.0 (2024-07-24)

Bug Fixes

  • core: Fix handling of common events for relays (#10135) (d2a3a4a)
  • core: Fix SSH Tunnels when using private key (#10148) (a96db34)
  • core: Metadata inserts using existing IDs and failing with postgres (#10108) (4547a49)
  • core: Respect prefix for all Prometheus metrics (#10130) (b1816db)
  • core: Support branches containing slashes in source control (#10109) (03a833d)
  • core: Support execution recovery when saving execution progress (#10104) (d887c82)
  • editor: Allow $secrets to resolve on credentials (#10093) (bf57f38)
  • editor: Fix saving and connecting on LDAP setup form (#10163) (30784fb)
  • editor: Fix updating/uninstalling community nodes (#10138) (de015ff)
  • editor: Remove "move" action from workflow and credential on community plan (#10057) (5a9a271)
  • editor: UX Improvements to RBAC feature set (#9683) (028a8a2)
  • HelpScout Node: Fix issue with thread types not working correctly (#10084) (68d3beb)
  • MQTT Node: Node hangs forever on failed connection (#10048) (76c2906)
  • n8n Form Trigger Node: Execution from canvas (#10132) (b07c5e2)
  • Notion Node: Fix issue preventing some database page urls from working (#10070) (7848c19)
  • RabbitMQ Node: Fix issue with arguments not being sent (#9397) (1c666e6)

Features

  • editor: Split Tools and Models into sub-sections (#10159) (3846eb9)
  • Introduce Azure Key Vault as external secrets provider (#10054) (1b6c2d3)
  • Pinecone Vector Store Node, Supabase Vector Store Node: Add update operation to vector store nodes (#10060) (7e1eeb4)
  • Send Email Node: Smtp credential improvements (#10147) (dc13ceb)

[email protected]

23 Jul 14:37
1f5376c
Compare
Choose a tag to compare

1.51.1 (2024-07-23)

Bug Fixes

  • core: Fix SSH Tunnels when using private key (#10148) (6209d18)
  • core: Metadata inserts using existing IDs and failing with postgres (#10108) (0b78789)
  • editor: Fix updating/uninstalling community nodes (#10138) (637dde1)