Skip to content

n8n@0.223.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@netroy netroy released this 05 Apr 14:26
· 2978 commits to master since this release
9e600d0

Changes (2023-04-05)

Bug Fixes

  • Add droppable state for booleans when mapping (#5838) (e3884ce)
  • AWS SNS Node: Fix an issue with messages failing to send if they contain certain characters (#5807) (32c4eef)
  • Compare Datasets Node: Fuzzy compare not comparing keys missing in one of inputs (d1945d9)
  • Compare Datasets Node: Support for dot notation in skip fields (83e25c0)
  • core: augmentObject should clone Buffer/Uint8Array instead of wrapping them in a proxy (#5902) (a721734)
  • core: augmentObject should use existing property descriptors whenever possible (#5872) (6a1b7c3)
  • core: Deactivate active workflows during import (#5840) (fa5bc81)
  • core: Do not mark duplicates as circular references in jsonStringify (#5789) (18efaf3)
  • core: Do not user util.types.isProxy for tracking of augmented objects (#5836) (aacbb54)
  • core: Fix curl import error when no data (085660d)
  • core: Fix the issue of nodes not loading when run via npx (#5888) (e47190b)
  • core: Handle Date and RegExp correctly in jsonStringify (#5812) (4f91525)
  • core: Handle Date and RegExp objects in AugmentObject (#5809) (6c35ffa)
  • core: Improve axios error handling in nodes (#5891) (a260c05)
  • core: Password reset should pass in the correct values to external hooks (#5842) (5bcab8f)
  • core: Prevent augmentObject from creating infinitely deep proxies (#5893) (31cd04c), closes #5848
  • core: Service account private key as a password field (739b9b0)
  • core: Update lock file (#5801) (06d7a46)
  • core: Prevent non owners password reset when saml is enabled (#5788) (2216455)
  • core: Use table-prefixes in queries in import commands (#5887) (ddbfcc7)
  • core: Waiting workflows not stopping (#5811) (744c3fd)
  • Date & Time Node: Add info box at top of date and time explaining expressions (b7a20dd)
  • Date & Time Node: Convert luxon DateTime object to ISO (7710652)
  • editor: Add $if, $min, $max to root expression autocomplete (#5858) (a13866e)
  • editor: Curb overeager item access linting (#5865) (3ae6933)
  • editor: Disable Grammarly in expression editors (#5826) (ddc8f30)
  • editor: Disable password reset on desktop with no user management (#5853) (96533a9)
  • editor: Fix connection lost hover text not showing (#5828) (b69129b)
  • editor: Fix focused state in Code node editor (#5869) (48446f5)
  • editor: Fix issue preventing execution preview loading when in an iframe (#5817) (d86e693)
  • editor: Fix loading executions in long execution list (#5843) (5c9343c)
  • editor: Fix mapping with special characters (#5837) (f8f584c)
  • editor: Prevent error from showing-up when duplicating unsaved workflow (#5833) (0b0024d)
  • editor: Prevent NDV schema view pagination (#5844) (1eba478)
  • editor: Show correct status on canceled executions (#5813) (d0788ee)
  • editor: Support backspacing with modifier key (#5845) (11692c5)
  • Gmail Node: Gmail luxon object support, fix for timestamp (2b9ca0d)
  • Google Sheets Node: Fix insertOrUpdate cell update with object (0625e2e)
  • HTML Extract Node: Support for dot notation in JSON property (0da3b96)
  • HTTP Request Node: Detect mime-type from streaming responses (#5896) (69efde7)
  • HTTP Request Node: Fix AWS credentials to stop removing url params for STS (#5790) (a1306c6)
  • HTTP Request Node: Refresh token properly on never fail option (#5861) (33c67f4)
  • HTTP Request Node: Support for dot notation in JSON body (b29cf9a)
  • HubSpot Trigger Node: Developer API key is required for webhooks (e11a30a)
  • LinkedIn Node: Update the version of the API (#5720) (18d2e7c)
  • Redis Node: Fix issue with hash set not working as expected (#5832) (db25441)
  • Set Node: Convert string to number (b408550)

Features

  • core: Read ephemeral license from environment and clean up ee flags (#5808) (83aef17)
  • editor: Allow tab to accept completion (#5855) (1b8c35a)
  • editor: Enable saving workflow when node details view is open (#5856) (0a59002)
  • editor: SSO onboarding (#5756) (04f8600)
  • editor: SSO setup (#5736) (f4e5949), closes #5899
  • Filter Node: Show discarded items (f7f9d91)
  • HTTP Request Node: Follow redirects by default (#5895) (f7e610b)
  • Postgres Node: Overhaul node (07dc0e4)
  • ServiceNow Node: Add support for work notes when updating an incident (#5791) (1409f5d)
  • SSH Node: Hide the private key within the ssh credential (#5871) (d877361)