n8n/CHANGELOG.md
2022-03-27 22:41:45 +02:00

6.9 KiB

0.170.0 (2022-03-27)

Bug Fixes

  • core: Add logs and error catches for possible failures in queue mode (#3032) (3b4a97d)
  • AWS Lambda Node: Fix "Invocation Type" > "Continue Workflow" (#3010) (9547a08)
  • Supabase Node: Fix Row > Get operation (#3045) (b9aa440)
  • Supabase Node: Send token also via Authorization Bearer (#2814) (5774dd8)
  • Xero Node: Fix some operations and add support for setting address and phone number (#3048) (ab08c0d)
  • Wise Node: Fix issue when executing a transfer (#3039) (b90bf45)

Features

  • Crypto Node: Add Generate operation to generate random values (#2541) (b5ecccb)
  • HTTP Request Node: Add support for OPTIONS method (#3030) (bd9064c)
  • Jira Node: Add Simplify Output option to Issue > Get (#2408) (016aeaa)
  • Reddit Node: Add possibility to query saved posts (#3034) (5ba4c27)
  • Zendesk Node: Add ticket status "On-hold" (2b20a46)

0.169.0 (2022-03-20)

License change

From Apache 2.0 with Commons Clause to Sustainable Use License

Bug Fixes

  • GitHub Node: Fix credential tests and File > List operation (#2999) (ec618e2)
  • Telegram Node: Fix sending binary data when disable notification is set (#2990) (26a7c61)

Features

  • Add support for reading ids from file with executeBatch command (#3008) (5658593)
  • HTTP Request Node: Allow Delete requests with body (#2900) (8a88f94)
  • KoBoToolbox Node: Add KoBoToolbox Regular and Trigger Node (#2765) (1a7f0a4), closes #2510
  • Linear Node: Add Linear Node (#2971) (8d04474)
  • Mailjet Node: Add credential tests and support for sandbox, JSON parameters & variables (#2987) (d2756de)
  • Mattermost Node: Add support for Channel Search (#2687) (1b993e4)

0.168.2 (2022-03-16)

Bug Fixes

  • Fix issue with n8n not authenticating oauth requests (#2998)

0.168.1 (2022-03-15)

Bug Fixes

  • Add missing email templates

0.168.0 (2022-03-14)

Features

0.167.0 (2022-03-13)

Bug Fixes

  • Fix issue with long credential type names (#2961) (535dfe0)
  • Fix workflow deactivating bug (195f104)
  • GoogleCalendar Node: Fix timezone (3c5df3f)
  • SeaTableTrigger Node: Fix timezone issues (#2726) (2d8ac4b)
  • Strapi Node: Add support for Strapi v4 (2a3cbf3)

Features

  • Add new expression variables and support for luxon (e8500e6)
  • Facebook Node: Add support for Facebook Graph API versions 13 (53b5444)
  • Hubspot: Add support for Private App Token Authentication (f73100a)
  • If Node,Switch Node: Add negative operations (6412546)
  • MongoDb Node: Add Aggregate Operation (2c9a06e)
  • Redis Node: Add Redis Trigger node and publish operation to regular node (5c2deb4)
  • Wordpress Node: Add Status option to Get All operation of Posts resource (4d4db7f)

Note: for changelogs before 0.167.0, refer to the Release notes in the documentation.