Skip to content

Releases: n8n-io/n8n

n8n@1.0.4

19 Jul 16:37
369d91a
Compare
Choose a tag to compare
n8n@1.0.4 Pre-release
Pre-release

Changes (2023-07-19)

Bug Fixes

  • API: Do not add starting node on workflow creation (#6686) (597f2c7)
  • API: Fix issue with workflow setting not supporting newer nanoids (#6699) (1a3a90f)
  • core: Deleting manual executions should defer deleting binary data (#6680) (d8970db)
  • core: Filter out workflows that failed to activate on startup (#6676) (bc16afd)
  • core: Handle all uncaught exception, not just the ones from Axios (#6666) (975fc05)
  • core: Load SAML libraries dynamically (#6690) (4cf62a6)
  • core: Upgrade semver to address CVE-2022-25883 (#6689) (db6567f)
  • editor: Ensure default credential values are not detected as dirty state (#6677) (ff8a2c5)
  • editor: Hide Execute Node button for unknown nodes (#6684) (95f3f8b)
  • editor: Prevent RMC from loading schema if it's already cached (#6695) (e0d6237)
  • FileMaker Node: Improve returned error responses (#6585) (272cf56)
  • Microsoft Outlook Node: Fix issue with category not correctly applying (#6583) (60b39a7)
  • Stop n8n from complaining about credentials when saving a new workflow form a template (#6671) (ed6a674)

n8n@0.236.3

18 Jul 14:46
63cd3ec
Compare
Choose a tag to compare

Changes (2023-07-18)

Bug Fixes

  • API: Do not add starting node on workflow creation (#6686) (36d549f)
  • core: Stop n8n from complaining about credentials when saving a new workflow form a template (#6671) (a8a406e)
  • core: Deleting manual executions should defer deleting binary data (#6680) (5488f24)
  • core: Filter out workflows that failed to activate on startup (#6676) (fcd1bdc)
  • core: Upgrade semver to address CVE-2022-25883 (#6689) (47bc673)
  • editor: Hide Execute Node button for unknown nodes (#6684) (aa0f917)
  • FileMaker Node: Improve returned error responses (#6585) (834e727)
  • Microsoft Outlook Node: Fix issue with category not correctly applying (#6583) (5d50ee0)

n8n@0.236.2

14 Jul 11:23
b406e16
Compare
Choose a tag to compare

Changes (2023-07-14)

Bug Fixes

  • core: Handle all uncaught exception, not just the ones from Axios (#6666) (97ebd97)

n8n@1.0.3

14 Jul 08:51
ceb8c85
Compare
Choose a tag to compare
n8n@1.0.3 Pre-release
Pre-release

Changes (2023-07-13)

Features

  • API: Implement users account quota guards (#6434) (7cd074e), closes #6636
  • Telegram Node: Add support for sending messages to forum topics (#5746) (b971fa9)

n8n@0.236.1

18 Jul 14:45
9cd3465
Compare
Choose a tag to compare

Changes (2023-07-12)

Bug Fixes

  • core: Reduce memory consumption on BinaryDataManager.init (#6633) (b8fc8f6)
  • editor: Prevent keyboard shortcuts to edit workflows in readonly mode (#6613) (6f6f6d2)
  • Google Drive Node: Fix regex in file RLC (#6607) (ca8fbe5)
  • HTTP Request Node: Cleanup circular references in response (#6590) (c8bf06d)
  • Postgres Node: Upsert does not fetch columns when schema other then public (#6643) (180cb0c)

n8n@1.0.2

12 Jul 16:03
6929ea3
Compare
Choose a tag to compare
n8n@1.0.2 Pre-release
Pre-release

Changes (2023-07-12)

Bug Fixes

  • core: Improve the performance of last 2 sqlite migrations (#6522) (718a89d)
  • core: Reduce memory consumption on BinaryDataManager.init (#6633) (39665b7)
  • core: Remove typeorm patches, but still enforce transactions on every migration (#6594) (8933e9b)
  • core: Update docker compose setup for V1 images (#6642) (cfa21bd)
  • editor: Show retry information in execution list only when it exists (#6587) (faa2bcc)
  • Brevo Node: Rename SendInBlue node to Brevo node (#6521) (81de96b)
  • Code Node: Install python modules always in a user-writable folder (#6568) (5abe530)
  • Google Drive Node: Fix regex in file RLC (#6607) (beba99f)
  • HTTP Request Node: Cleanup circular references in response (#6590) (2151594)
  • Postgres Node: Upsert does not fetch columns when schema other then public (#6643) (2e55cd9)
  • Salesforce Node: Fix typo for adding a contact to a campaign (#6598) (66f3cb6)

Features

  • core: Only show V1 banner to users who migrated (#6622) (fb65cd3)

n8n@0.236.0

05 Jul 13:39
dd0fe2a
Compare
Choose a tag to compare

Changes (2023-07-05)

Bug Fixes

  • Brevo Node: Rename SendInBlue node to Brevo node (#6521) (e63b398)
  • core: Fix credentials test (#6569) (1abd172)
  • core: Fix migrations for MySQL/MariaDB (#6591) (29882a6)
  • core: Improve the performance of last 2 sqlite migrations (#6522) (31cba87)
  • core: Remove typeorm patches, but still enforce transactions on every migration (#6594) (9def7a7)
  • core: Use owners file to export wf owners (#6547) (4b755fb)
  • editor: Show retry information in execution list only when it exists (#6587) (3ca66be)
  • Salesforce Node: Fix typo for adding a contact to a campaign (#6598) (7ffe3cb)
  • Strapi Node: Fix issue with pagination (#4991) (54444fa)
  • XML Node: Fix issue with not returning valid data (#6565) (cdd215f)

Features

  • Add crowd.dev node and trigger node (#6082) (238a78f)
  • Add various source control improvements (#6533) (68fdc20)
  • HTTP Request Node: New http request generic custom auth credential (#5798) (b17b458)
  • Microsoft To Do Node: Add an option to set a reminder when creating a task (#5757) (b19833d)
  • Notion Node: Add option to update icon when updating a page (#5670) (225e849)
  • Strava Node: Add hide_from_home field in Activity Update (#5883) (7495e31)
  • Twitter Node: Node overhaul (#4788) (42721db)

n8n@0.234.1

05 Jul 12:49
7afd1bb
Compare
Choose a tag to compare

Changes (2023-07-05)

Bug Fixes

  • core: All migrations should run in a transaction (#6519) (e3fcf17)
  • core: Fix credentials test (#6569) (d6b6669)
  • core: Fix migrations for MySQL/MariaDB (#6591) (464f0f7)
  • core: Improve the performance of last 2 sqlite migrations (#6522) (d2b8207)
  • core: Remove typeorm patches, but still enforce transactions on every migration (#6594) (7bb85e0)
  • Edit Image Node: Fix transparent operation (#6513) (de2281d)
  • editor: Show retry information in execution list only when it exists (#6587) (0b8c046)
  • Fix migrations for postgres and mysql (edce39a)
  • Google Drive Node: URL parsing (#6527) (5b01f0e)
  • Google Sheets Node: Incorrect read of 0 and false (#6525) (d9cbae4)
  • Merge Node: Enrich input 2 fix (#6526) (666e0f0)
  • Notion Node: Version fix (#6531) (442897a)
  • Salesforce Node: Fix typo for adding a contact to a campaign (#6598) (f6a9497)
  • Sendy Node: Fix issue with brand id not being sent (#6530) (046265e)
  • Strapi Node: Fix issue with pagination (#4991) (e5edbb6)
  • XML Node: Fix issue with not returning valid data (#6565) (c206b3d)

n8n@1.0.1

05 Jul 17:36
b47ee52
Compare
Choose a tag to compare
n8n@1.0.1 Pre-release
Pre-release

Changes (2023-07-05)

Bug Fixes

  • core: Fix credentials test (#6569) (8f244df)
  • core: Fix migrations for MySQL/MariaDB (#6591) (b9da67b)
  • core: Make node execution order configurable, and backward-compatible (#6507) (d97edbc)
  • core: Update pruning related config defaults for v1 (#6577) (ffb4e47)
  • editor: Restore expression completions (#6566) (516e572)
  • editor: Show retry information in execution list only when it exists (#6587) (2580286)
  • Sendy Node: Fix issue with brand id not being sent (#6530) (b9e5211)
  • Strapi Node: Fix issue with pagination (#4991) (4253b48)
  • XML Node: Fix issue with not returning valid data (#6565) (c2b9d5a)

Features

  • Add missing input panels to some trigger nodes (#6518) (3b12864)

n8n@0.235.0

28 Jun 09:34
d0e7779
Compare
Choose a tag to compare
n8n@0.235.0 Pre-release
Pre-release

Changes (2023-06-28)

Bug Fixes

  • core: Add empty credential value marker to show empty pw field (#6532) (9294e2d)
  • core: All migrations should run in a transaction (#6519) (e152cfe)
  • core: Rename to credential_stubs and variable_stubs.json (#6528) (b06462f)
  • Edit Image Node: Fix transparent operation (#6513) (4a4bcbc)
  • editor: Add default author name and email to source control settings (#6543) (e1a02c7)
  • editor: Change default branchColor and remove label (#6541) (186271e)
  • Google Drive Node: URL parsing (#6527) (d9ed0b3)
  • Google Sheets Node: Incorrect read of 0 and false (#6525) (806d134)
  • Merge Node: Enrich input 2 fix (#6526) (c82c7f1)
  • Notion Node: Version fix (#6531) (38dc784)
  • Sendy Node: Fix issue with brand id not being sent (#6530) (2e8dfb8)

Features

  • Add missing input panels to some trigger nodes (#6518) (fdf8a42)
  • editor: Prevent saving of workflow when canvas is loading (#6497) (f89ef83)
  • editor: SQL editor overhaul (#6282) (beedfb6)
  • Google Drive Node: Overhaul (#5941) (d70a1cb)
  • HTTP Request Node: Notice about dev console (#6516) (d431117)
  • Matrix Node: Allow setting filename if the binary data has none (#6536) (8b76e98)