Skip to content

Releases: n8n-io/n8n

n8n@0.232.0

07 Jun 13:16
7244822
Compare
Choose a tag to compare
n8n@0.232.0 Pre-release
Pre-release

Changes (2023-06-07)

Bug Fixes

  • core: RMC boolean value fix (#6397) (28bb797)
  • Date & Time Node: Reset responseData at end of loop (#6385) (eaa8648)
  • editor: Add button to refresh branches (#6387) (ce57816)
  • editor: Add secondary icon to menu items (#6351) (3dd2601)
  • editor: Add Set up version control CTA (#6356) (e72521d)
  • editor: Adding branch color (#6380) (dba3f44)
  • editor: Fix an issue with connections breaking during renaming (#6358) (0f2bc6b)
  • editor: Fix hard-coded parameter names for code editors (#6372) (f61b776)
  • editor: Fix typing $ in inline expression field reloading node parameters form (#6374) (4c0d4eb)
  • editor: Pin all data regardless of pagination (#6346) (f88029f)
  • editor: Remove explicit parameter name scanning for code editors (#6390) (97295f6)
  • editor: Remove root level tag selector from css module to avoid making it a global style (#6392) (cc37f21)
  • editor: Update version control setup CTA tooltip (#6393) (385b3e8)
  • Improve executions list polling performance (#6355) (b5cabfe)
  • Ldap Node: Add DN field to update operation (#6371) (9396e7e)
  • Show actual execution data for production executions even if pin data exists (#6302) (4eb8437)

Features

n8n@0.231.1

06 Jun 12:31
2f50bf5
Compare
Choose a tag to compare
n8n@0.231.1 Pre-release
Pre-release
  • editor: Fix an issue with connections breaking during renaming (#6358) (481ca36)
  • editor: Fix typing $ in inline expression field reloading node parameters form (#6374) (ff3c60a)

n8n@0.230.3

05 Jun 14:03
a17aad1
Compare
Choose a tag to compare
n8n@0.230.3 Pre-release
Pre-release
  • editor: Fix an issue with connections breaking during renaming (#6358) (1502a22)
  • editor: Fix typing $ in inline expression field reloading node parameters form (#6374) (5f62e27)

n8n@0.231.0

31 May 12:02
3e2eb15
Compare
Choose a tag to compare
n8n@0.231.0 Pre-release
Pre-release

Bug Fixes

Features

n8n@0.230.2

30 May 11:38
bb66093
Compare
Choose a tag to compare
n8n@0.230.2 Pre-release
Pre-release

0.230.2 (2023-05-30)

Bug Fixes

n8n@0.230.1

25 May 10:33
62757c4
Compare
Choose a tag to compare
n8n@0.230.1 Pre-release
Pre-release

0.230.1 (2023-05-25)

Bug Fixes

  • editor: Fix locale plularisation if count is 0 (#6312) (33b6b28)
  • Execute Command Node: Block executions when command is empty (#6308) (c8b88a1)

n8n@0.230.0

24 May 12:05
eb00839
Compare
Choose a tag to compare
n8n@0.230.0 Pre-release
Pre-release

0.230.0 (2023-05-24)

Bug Fixes

  • core: Optimize SharedWorkflow queries (#6297) (ed7f3b8)
  • core: Prevent app crashes because of unhandled promises in poll and trigger nodes (#6278) (3750605)
  • editor: Fix canvas loading when page gets restored from bfcache (#6304) (11477f0)
  • editor: Fix design system button with icon vertical alignment (#6284) (fc580f7)
  • editor: Fix inverted checks on modal confirmation results (#6285) (5d2f474)
  • ERPNext Node: Fix issue with credential test and add frappe cloud url (#6283) (2a2b645)
  • Google Calendar Node: All day option fix (#6274) (5bef91e)
  • Initialize license in queue mode correctly (#6301) (42c79cd)
  • OpenAI Node: Descriptive errors (#6270) (8fdfa3b)
  • Prevent removing manual executions when setting says to save (#6300) (55b755c)
  • SSH Node: Private key field as password and credential test (#6298) (d5c7e6f)
  • SSH Node: Replace ~ with /home/username (#6269) (4219490)
  • Strapi Node: Strapi credentials notice (#6289) (bbe6d4c)
  • Strava Trigger Node: Fix issue with delete events failing to display data (#6277) (8a8fed0)
  • Wekan Node: Handle response correctly (#6296) (4d9c8b0)

Features

  • Add SSO SAML metadataUrl support and various improvements (#6139) (e3a53fd)
  • core: Remove all floating promises. Enforce @typescript-eslint/no-floating-promises (#6281) (e046f65)
  • core: Replace client-oauth2 with an in-repo package (#6266) (a1b1f24)
  • Execution Data Node: New node (#6247) (3f7c4f0)
  • Gotify Node: Add support for self signed certificates (#6053) (401cffd)
  • Ldap Node: Add LDAP node (#4783) (ec393bc)
  • LoneScale Node: Add LoneScale node and Trigger node (#5146) (4b85433)
  • RabbitMQ Node: Add mode for acknowledging and deleting from queue later in workflow (#6225) (f5950b2)
  • Send Email Node: Add content-id for email attachments (#3632) (8fe8aad)
  • SSH Node: Credentials test (#6279) (3569d53)

n8n@0.229.0

17 May 12:22
16fade7
Compare
Choose a tag to compare
n8n@0.229.0 Pre-release
Pre-release

Changes (2023-05-17)

Bug Fixes

  • Code Node: Restore help text (#6231) (e72d564)
  • core: Make sure that special polling parameters are available on community nodes as well (#6230) (9db49d0)
  • Remove workflow execution credential error message when instance owner (#6116) (e81a964)

Features

  • core: Reduce the number of events sent to Sentry (#6235) (a4c0cc9)
  • core: Return OAuth2 error body if available (#5794) (79d0a0f)
  • editor: Add cloud ExecutionsUsage and API blocking using licenses (#6159) (cd7c312), closes #6187
  • editor: Add color picker design system component (#6179) (823e885)
  • editor: Drop support for legacy browsers that do not have native ESM support (#6239) (9182d15)
  • editor: Updating node reference pattern in expression editor (#6228) (13bcec1)
  • editor: Version Control settings update (WIP) (#6233) (0666377)
  • Google Ads Node: Update to support v13 (#6212) (bd1bffc)
  • Respond to Webhook Node: Move from Binary Buffer to Binary streaming (#5613) (8ae2d80)

n8n@0.228.2

15 May 09:14
607964b
Compare
Choose a tag to compare

Changes (2023-05-15)

Bug Fixes

  • Code Node: Restore help text (#6231) (6bf5c51)
  • core: Make sure that special polling parameters are available on community nodes as well (#6230) (49391a2)

n8n@0.227.1

15 May 13:37
9bd549d
Compare
Choose a tag to compare

Changes (2023-05-15)

Bug Fixes

  • AWS Rekognition Node: Fix all different action type (#6136) (b8a4512)
  • core: Make sure that special polling parameters are available on community nodes as well (#6230) (7cb8725)
  • core: Move nodeExecute InternalHook calls to hookFunctionsSave (#6193) (c4a9499)
  • Correctly save executions that failed when polling as error instead of new (#6192) (7de0105)
  • editor: Add loading skeletons to Executions list page (#6184) (9ba13dd)
  • editor: Display SSO entry in Settings on Cloud (#6181) (4f16d74)
  • editor: Fix polling trigger check for runData (#6130) (7718c18)
  • editor: Fix viewing and downloading of binary data (#6218) (110c6e2)
  • editor: Flag issues only on workflow activation (#6127) (8b9831a)
  • editor: Remove duplicate mapping of item.json key in data pinning (#6135) (a7f3b81)
  • editor: Show the correct actions count in the nodes list (#6183) (1403333)
  • FTP Node: Use filename instead of remote filepath for downloaded binary data (#6170) (4993212)
  • Google Sheets Node: Upgrade xlsx to address CVE-2023-30533 (#6172) (c786525)
  • HTTP Request Node: Correctly doesn't redirect on non GET method (#6132) (e281890)
  • MySQL Node: Node should return date types as strings (#6169) (57d3483)
  • Postgres Node: Always return TIMESTAMP and TIMESTAMPZ as ISO string (#6145) (528d6e7)
  • Prevent overflow when rendering expression hints (#6214) (80b6ec1)
  • Prevent unnecessary error messages also for data loaded flag (#6201) (85b9b3f)