n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

OTHER License

Downloads
239.1K
Stars
40.3K
Committers
383

Bot releases are hidden (Show)

n8n - [email protected]

Published by netroy over 1 year ago

Changes (2023-04-19)

Bug Fixes

  • core: Fix broken API permissions in public API (#5978) (49d838f)
  • core: Fix paired item returning wrong data (#5898) (b13b7d7)
  • core: Improve SAML connection test result views (#5981) (4c994fa)
  • core: Make getExecutionId available on all nodes types (#5990) (c42820e)
  • core: Skip SAML onboarding for users with first- and lastname (#5966) (8474cd3)
  • editor: Add padding to prepend input (#5874) (cd89489)
  • editor: Cleanup demo/video experiment (#5974) (c171365)
  • editor: Enterprise features missing with UM (#5995) (f9a810a)
  • editor: Fix moving canvas on middle click preventing lasso selection (#5996) (3c2a569)
  • editor: Make sure to redirect to blank canvas after personalization modal (#5980) (7c474d3)
  • editor: Only treat as CTRL pressed by default on touch devices for MouseEvent (#5968) (536d810)
  • editor: Fix n8n-checkbox alignment (#6004) (f544826)
  • Code Node: Consistently handle various kinds of data returned by user code (#6002) (f9b3aea)
  • Github Trigger Node: Remove content_reference event (#5830) (d288a91)
  • Google Sheets Trigger Node: Return actual error message (ba5b4eb)
  • HTTP Request Node: Fix itemIndex in HTTP Request errors (#5991) (b351c62)
  • NocoDB Node: Fix for updating or deleting rows with not default primary keys (ee7f863)
  • OpenAI Node: Update models to only show those supported (#5805) (29959be)
  • OpenAI Node: Update OpenAI Text Moderate input placeholder text (#5823) (6b9909b)

Features

  • core: Add variables feature (#5602) (1bb9871)
  • core: Add versionControl feature flag (#6000) (33299ca)
  • core: Support for google service account in HTTP node (0b48088)
  • editor: Add Ask AI preview (#5916) (f8f8374)
  • GitLab Node: Add Additional parameters for File List (#5621) (3810039)
  • MySQL Node: Overhaul (0a53c95)
n8n - [email protected]

Published by netroy over 1 year ago

Changes (2023-04-14)

Bug Fixes

  • core: Fix broken API permissions in public API (#5978) (f4be887)
  • editor: Only treat as CTRL pressed by default on touch devices for MouseEvent (#5968) (57af90f)
  • editor: Update vite legacy-plugin browser target (no-changelog) (#5952) (f565b16)
n8n - [email protected]

Published by netroy over 1 year ago

Changes (2023-04-14)

Bug Fixes

  • core: Fix broken API permissions in public API (#5978) (b76ab31)
  • editor: Only treat as CTRL pressed by default on touch devices for MouseEvent (#5968) (471be3b)
n8n - [email protected]

Published by netroy over 1 year ago

Changes (2023-04-12)

Bug Fixes

  • Code Node: Update vm2 to address CVE-2023-29017 (#5947) (f0eba0a)
  • core: App should not crash with a custom rest endpoint (#5911) (2881ee9), closes #5880
  • core: Do not execute workflowExecuteBefore hook when resuming executions from a waiting state (#5727) (6689451)
  • core: Fix issue where sub workflows would display as running forever after failure to start (#5905) (3e382ef)
  • core: Update xml2js to address CVE-2023-0842 (#5948) (3085ed9)
  • editor: Drop mergeDeep in favor of lodash merge (#5943) (0570514)
  • HTTP Request Node: Show detailed error message in the UI again (#5959) (e79679c)

Features

n8n - [email protected]

Published by netroy over 1 year ago

Changes (2023-04-11)

Bug Fixes

  • Code Node: Update vm2 to address CVE-2023-29017 (#5947) (fc1fb28)
  • core: Update xml2js to address CVE-2023-0842 (#5948) (e903d61)
n8n - [email protected]

Published by netroy over 1 year ago

Changes (2023-04-11)

Bug Fixes

  • Code Node: Update vm2 to address CVE-2023-29017 (#5947) (4127e3f)
  • core: Update xml2js to address CVE-2023-0842 (#5948) (cf7a4b6)
n8n - [email protected]

Published by netroy over 1 year ago

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)
n8n - [email protected]

Published by netroy over 1 year ago

Changes (2023-04-04)

Bug Fixes

  • AWS SNS Node: Fix an issue with messages failing to send if they contain certain characters (#5807) (f0954b9)
  • core: augmentObject should clone Buffer/Uint8Array instead of wrapping them in a proxy (#5902) (a877b02)
  • core: augmentObject should use existing property descriptors whenever possible (#5872) (b1ee8f4)
  • core: Fix the issue of nodes not loading when run via npx (#5888) (163446c)
  • core: Improve axios error handling in nodes (#5891) (f0a51a0)
  • core: Password reset should pass in the correct values to external hooks (#5842) (3bf267c)
  • core: Prevent augmentObject from creating infinitely deep proxies (#5893) (6906b00), closes #5848
  • core: Use table-prefixes in queries in import commands (#5887) (de58fb9)
  • editor: Fix focused state in Code node editor (#5869) (3be37e2)
  • editor: Fix loading executions in long execution list (#5843) (d5d9f58)
  • editor: Show correct status on canceled executions (#5813) (00181cd)
  • Gmail Node: Gmail luxon object support, fix for timestamp (695fabb)
  • HTTP Request Node: Detect mime-type from streaming responses (#5896) (0be1292)
  • HubSpot Trigger Node: Developer API key is required for webhooks (918c79c)
  • Set Node: Convert string to number (72eea0d)
n8n - [email protected]

Published by netroy over 1 year ago

Changes (2023-03-30)

Bug Fixes

  • core: Assign properties.success earlier to set executionStatus correctly (#5773) (d33a1ac)
  • core: Do not mark duplicates as circular references in jsonStringify (#5789) (f5183c6)
  • core: Do not user util.types.isProxy for tracking of augmented objects (#5836) (3e413f2)
  • core: Ensure that all non-lazy-loaded community nodes get post-processed correctly (#5782) (30aeeb7)
  • core: Force-upgrade decode-uri-component to address CVE-2022-38900 (#5734) (8dd7f6e)
  • core: Force-upgrade http-cache-semantics to address CVE-2022-25881 (#5733) (f7401fb)
  • core: Handle Date and RegExp correctly in jsonStringify (#5812) (753cfb8)
  • core: Handle Date and RegExp objects in AugmentObject (#5809) (e6d4e72)
  • core: Improve axios error handling in nodes (#5699) (33d9784)
  • core: Improve community nodes loading (#5608) (161de11)
  • core: Initialize queue in the webhook server as well (#5766) (e67ad29)
  • core: Persist CurrentAuthenticationMethod setting change (#5762) (4498c60)
  • core: Remove circular refs from Code and push msg (#5741) (b6d8a0f)
  • core: Require Auth on icons and nodes/credentials types static files (#5745) (5dda3f2)
  • core: Return SAML service provider urls with config (#5759) (ac18c0b)
  • core: Service account private key as a password field (2b28470)
  • core: Upgrade luxon to address CVE-2023-22467 (#5731) (469ce32)
  • core: Upgrade simple-git to address CVE-2022-25912 (#5730) (4a4e2be)
  • core: Upgrade sqlite3 to address CVE-2022-43441 (#5732) (fd81c74)
  • core: Upgrade convict to address CVE-2023-0163 (#5729) (564bc03)
  • core: Waiting workflows not stopping (#5811) (8f50bb6)
  • editor: Fix connection lost hover text not showing (#5828) (a2f4a05)
  • editor: Fix issue preventing execution preview loading when in an iframe (#5817) (d19a973)
  • editor: Use credentials when fetching node and credential types (#5760) (d3a34ab)
  • Google Sheets Node: Fix insertOrUpdate cell update with object (1797cda)
  • HTTP Request Node: Add streaming to binary response (#5701) (199a91b), closes #5663
  • HTTP Request Node: Fix AWS credentials to automatically deconstruct the url (#5751) (d30b892)
  • HTTP Request Node: Fix AWS credentials to stop removing url params for STS (#5790) (2c25959)
  • Split In Batches Node: Roll back changes in v1 and create v2 (#5747) (135b0d3)
  • Update Posthog no-capture (#5693) (a732374)

Features

n8n - [email protected]

Published by netroy over 1 year ago

Bug Fixes

  • core: Assign properties.success earlier to set executionStatus correctly (6c7772a)
n8n - [email protected]

Published by netroy over 1 year ago

Bug Fixes

  • core: Initialize queue in the webhook server as well (163859b)
n8n - [email protected]

Published by netroy over 1 year ago

Changes

Bug Fixes

  • core: Fix calling error workflows in main mode recovery (#5698) (e0ea97a)
  • core: Fix telemetry execution status for manual workflows executions (#5712) (a28396e)
  • core: Return saml attributes after connection test (#5717) (be172cb)
  • editor: Disable tooltip for display modes that don't support mapping (#5715) (fb8755e)
  • editor: Fix execution list item selection (#5606) (7a352ef)
  • editor: Fix for large notifications being cut off (#5705) (c07f838)
  • editor: Fix redo in code and expression editor (#5708) (cd7a55b)
  • editor: Fix the canvas node distance when automatically injecting manual trigger (#5716) (cb2ba97)
  • HTTP Request Node: Fix AWS credentials to automatically deconstruct the url (#5751) (4ac944a)
  • Split In Batches Node: Roll back changes in v1 and create v2 (#5747) (cefec77)

Features

  • core: Augment data instead of copying it (#5487) (0876c38)
  • editor: Move canvas by holding Space or Middle mouse button (#5719) (19dded1)
  • editor: Recommend and pre-select auth type with overrides (#5684) (f59b591)
  • editor: SSO login button (#5615) (6916628)
  • QuickChart Node: Add QuickChart node (#3572) (233f1fa)
n8n - [email protected]

Published by netroy over 1 year ago

Changes

Bug Fixes

  • Split In Batches Node: Roll back changes in v1 and create v2 (#5747) (6d1c88e)
n8n - [email protected]

Published by netroy over 1 year ago

Changes

Bug Fixes

  • core: Initialize License and LDAP in the correct order (#5673) (90afa5e)
  • editor: Display correct error message for env access (#5634) (5f238ea)
  • editor: Fix autocomplete for complex expresions (#5695) (11bf260)
  • editor: Fix owner set-up checkbox wording (#5697) (58232be)
  • editor: Properly handle mapping of dragged expression if it contains hyphen (#5703) (7025efe)
  • Metabase Node: Fix issue with question results not correctly being returned (#5665) (d1e3c19)

Features

  • core: Improve SAML connection test (#5680) (ef07528)
  • editor: Add basic Datatable and Pagination components (#5652) (29f2629)
  • editor: Add support for schema view in the NDV output (#5688) (541850f)
  • editor: Do not show actions panel for single-action nodes (#5683) (de1db92)
  • Item Lists Node: Update actions (#5648) (332d50c)
  • OpenAI Node: Add support for gpt4 on chat completion (#5692) (ba73fff)
  • Split In Batches Node: Make it easy to combine processed data (#5655) (2f7639e)
n8n - [email protected]

Published by netroy over 1 year ago

Bug Fixes

  • core: Revert isPending check on the user entity (#5571) (b94af03)
n8n - [email protected]

Published by netroy over 1 year ago

Bug Fixes

  • core: Revert isPending check on the user entity (#5571) (6d2c50d)
n8n - [email protected]

Published by netroy over 1 year ago

Bug Fixes

  • HTTP Request Node: Remove streaming response (#5663) (974d57d)
n8n - [email protected]

Published by netroy over 1 year ago

Bug Fixes

  • core: Allow serving icons for custom nodes with npm scoped names (#5626) (45ccdd3)
  • core: Rename advancedFilters to advancedExecutionFilters (#5643) (419969c)
  • editor: Fix ElButton overrides (#5605) (2eba050)
  • editor: Only fetch new versions at app launch (#5647) (5b9c521)
  • Fetch credentials on workflows view to include in duplicated workflows (#5532) (493f7a1)
  • Fix color discrepancies for executions list items (#5640) (c81656d)
  • OpenAI Node: Fix issue with expressions not working with chat complete (#5609) (e949db3)
  • OpenAI Node: Simplify code (#5618) (1c65bff)

Features

  • Cal Trigger Node: Update to support v2 webhooks (#5331) (2889e53)
  • core: Add advancedFilters feature flag (#5638) (0b5ef09)
  • core: Add SAML post and test endpoints (#5595) (523fa71)
  • core: Add SAML XML validation (#5600) (ca66ec8)
  • core: Limit user changes when saml is enabled (#5577) (b517959)
  • core: Refactor and add SAML preferences for service provider instance (#5637) (6f27b44)
  • editor: Do not automatically add manual trigger on node plus (#5644) (ac2f89a)
  • editor: Redirect users to canvas if they don't have any workflows (#5629) (354edf6)
  • HTTP Request Node: Move from Binary Buffer to Binary streaming (#5610) (ce0d9d2)
  • Mattermost Node: Add self signed certificate support (#5630) (01a2160)
  • Microsoft SQL Node: Add support for self signed certificates (#5160) (971d5ae)
  • Mindee Node: Add support for v4 API (#5559) (e56fbfe)
  • Slack Node: Move from Binary Buffer to Binary streaming (#5612) (9420b0f)
n8n - [email protected]

Published by netroy over 1 year ago

Bug Fixes

  • core: Revert isPending check on the user entity (#5571) (5282fd2)
n8n - [email protected]

Published by netroy over 1 year ago

Bug Fixes

  • core: Fix execution pruning queries (#5562) (88de661)
  • core: Fix Filtering of Workflow by Tags (#5570) (ea2035b)
  • core: Revert isPending check on the user entity (#5571) (a19ec6a)
  • Fix issues with nodes missing in nodes panel (#5599) (5040fea)
  • Fix mapping paths when appending to empty expression (#5591) (1f7b478)
  • Item Lists Node: Tweak item list summarize field naming (#5572) (aa2beaa)
  • Prevent executions from displaying as running forever (#5563) (46d9ac6)
  • Show Execute Workflow node in nodes panel (#5583) (d6d1c07)
  • Show RabbitMQ node in nodes panel (#5598) (4f5013f)
  • Stop showing mapping hint after mapping (#5586) (eac4275)

Features

  • Add distribution test tracking (#5588) (91bd014)
  • Add events to enable onboarding checklist (#5536) (20c4919)
  • core: Add SAML login setup (#5515) (40a934b)
  • core: Add SAML settings and consolidate LDAP under SSO (#5574) (31cc8de)
  • editor: Add missing documentation to autocomplete items for inline code editor (#5560) (ae63440)
  • editor: Show parameter hint on multilines (#5014) (1942fd8)
  • Jira Software Node: Support binary streaming for very large binary files (#5589) (f61d779)
  • OpenAI Node: Add support for ChatGPT (#5596) (06c5ecb)
  • Telegram Node: Add Parse Mode to Send Document operation (#5554) (f3c943e)