Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n8n-node-dev

Package Overview
Dependencies
Maintainers
7
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-node-dev - npm Package Versions

1
26

1.29.0

Diff

Changelog

Source

1.29.0 (2024-02-15)

Bug Fixes

  • core: Custom workflow tool tweaks (#8561) (ccc0ad5)
  • core: Give better error message if executions.process is still used in the configs (#8618) (cd8ca84)
  • core: Improve the startup error when EXECUTIONS_PROCESS is set (#8630) (a2a3ca1)
  • core: Upgrade @n8n/typeorm to address postgres timestamp issues (#8627) (68498cb)
  • core: Upgrade rudderstack sdk to address npm postInstall issues (#8568) (5750e8e)
  • editor: Debounce expression changes (#8629) (9c7e026)
  • Execute Workflow Node: Passing the workflow that is supposed to be executed as a paramter (#8614) (b54488a)
  • Fix resolving of expressions of deeply nested sub-nodes (#8612) (f527430)
  • FTP Node: Fix issue with connections not closing properly (#8619) (e597fbc)
  • FTP Node: Fix issue with paireditems not always working (#8613) (d38a822)
  • Google Sheets Trigger Node: First non-header row is ignored when using on row added event (#8580) (2db8231)
  • HTTP Request Node: Errorneous binary object without content-disposition response header (#8583) (e28b374)
  • HTTP Request Node: Handle special characters in pagination expressions + improve hint text (#8576) (3b2078c)
  • Jira Software Node: Fix issue with not all issue types being supported (#8571) (a6211c9)
  • Merge Node: Fixing how paired items are handled in the merge node, when choosing a branch and selecting to return an empty object (#8479) (a3bed97)
  • Microsoft Outlook Node: Download executes more than once per incoming item (#8566) (053fb5f)
  • Notion Node: Block with text results in a body validation error (#8622) (6bc1c3d)
  • RSS Feed Trigger Node: Save last item's date instead of last execution date (#8572) (a822588)
  • Wait Node: Account for workflow timezone in Wait node datetime (#8578) (1116a28)

Features

  • Add support for AI log streaming (#8526) (7501ad8)
  • Add telemetry event when users click on templates link (#8625) (bf4f896)
  • API: Add tag support to public API (#8588) (a743a40)
  • Convert to File Node: Operation to convert a string in a plain text file, option to format JSON when creating file (#8620) (d18cba3)
  • core: Migrate to n8n's typeorm fork (#8590) (8e392cf)
  • editor: Use website as the main templates repository (#8591) (79b09fd)
  • HTML Extract Node: Better text extraction, option to specify selectors to skip, option to clean up text data (#8586) (32281d1)
  • OpenAI Node: Overhaul (#8335) (941278d)
  • Upgrade typeorm, sqlite3, and pg/pg-promise (#8579) (7826bd8)
jan_n8n_io
published 1.27.2 •

jan_n8n_io
published 1.28.0 •

Changelog

Source

1.28.0 (2024-02-07)

Bug Fixes

  • Allow Date/Luxon objects and additional formats in DateTime validation (#8525) (c419c85)
  • core: Ensure AxiosError status always gets copied over to NodeApiError (#8509) (76c5a62)
  • core: Fix DropRoleMapping migration (#8521) (4fed68e)
  • core: Fix new graceful shutdown env being always overridden by deprecated env (#8503) (cc41fc7)
  • core: Fix PermissionChecker.check, and add additional unit tests (#8528) (5832d3c)
  • core: Fix test runs of triggers that rely on static data (#8524) (528c071)
  • core: Fix workflow tagging failure due to unique constraint check (#8505) (92f939f)
  • core: Upgrade nodemailer to address an exploit (#8535) (ee5e422)
  • core: Use hostname from URL instead of Host header for SNI (#8562) (7531f34)
  • core: Use trx manager instead of repository for tags overwrite (#8557) (abddbb6)
  • editor: Prune values that are not in the schema in the ResourceMapper component (#8478) (612771e)
  • Embeddings OpenAI Node: Fix dynamic models fetching (#8533) (cccdfc7)
  • HTTP Request Node: Require parameter with filled name and value to avoid infinite loop (#8454) (3128dca)
  • HTTP Request Node: Support form data when using pagination (#8497) (ca75744)
  • Microsoft Excel 365 Node: Upsert append new rows at the end of used range, option to append at the end of selected range (#8461) (1e02d73)
  • MongoDB Node: Fix "Maximum call stack size exceeded" error on too many rows (#8530) (76cdf75)
  • Slack Node: Attachments fix (#8471) (254700a)
  • Update BaseChatModel import checks for MistralAI compatibility (#8527) (c8b8379)

Features

  • Add assignment component with drag and drop to Set node (#8283) (2799de4)
  • Azure Open AI chat model & embeddings (#8522) (934d0d3)
  • editor: Add delete and disable button to nodes on hover (#8482) (994754b)
  • Email Trigger (IMAP) Node: Upgrade mailparser (#8539) (da1fe44)
  • RabbitMQ Trigger Node: Add options to configure assert of exchanges and queues (#8430) (4b3659f)
jan_n8n_io
published 1.27.1 •

jan_n8n_io
published 1.27.0 •

Changelog

Source

1.27.0 (2024-01-31)

Bug Fixes

  • AwsS3 Node: Fix handling of bucket with dot in name (#8475) (0febe62)
  • core: Don't report executions that have been paused as failed to rudderstack and log streams (#8501) (39e8754)
  • core: Fix stopping and retrying failed executions (#8480) (238b54c)
  • core: Forward authorization header when on same domain (#8507) (f1910a1)
  • core: Handle possibly invalid updatedAt timestamps in source-control (#8485) (033fd34)
  • core: Handle zero execution statistics on metrics collection during license renewal (#8463) (db48bdd)
  • core: Improve handling of wrapped errors (#8510) (670af16)
  • core: Point users to the official documentation when they use n8n --help (#8440) (9f11eba)
  • core: Prevent calling internal hook email event if emailing is disabled (#8462) (9e93980)
  • editor: Disable expression editor modal opening on readonly field (#8457) (eb27ed0)
  • editor: Fix workflows filter resetting (#8411) (ad4b298)
  • editor: Send template id as a number in telemetry events (#8484) (327cc8d)
  • editor: Show pin button on binary output but disable it with tooltip (#8388) (caab97e)
  • Gotify Node: Add option to set content type to support Markdown messages (#8442) (c2ffd4e)
  • HTML Node: Escape data path value in JSON Property (#8441) (fc5c562)
  • Merge Node: Passing on no items to "Input 2" results in wrong output items (#8438) (dafacb9)
  • Microsoft Excel 365 Node: Better error and description on unsupported range in upsert, update, getRange operations (#8452) (8a595d1)
  • Open executions with large number of execution items without crashing tab (#8423) (56da2e4)
  • Properly iterate over credentials with expressions (#8502) (0e9a5a2)
  • Use correct node version when pasting/importing nodes (#8456) (70af67e)

Features

  • Add model parameter to OpenAI embeddings (#8481) (981ea39)
  • Add new 'is empty' and 'is not empty' operators to Filter (#8445) (c21c4b9)
  • core: Upgrade Rudderstack SDK to address CVE-2023-45857 (#8368) (2fba0e8)
  • editor: Implement loading and error states for dynamically loaded components in node parameter list (#8477) (e643a12)
  • editor: Send template id as string in all telemetry events (#8498) (2aed788)
  • Google Calendar Node: Next occurrence property in recurring events (#8444) (bf11c7c)

⚠️ BREAKING CHANGES

jan_n8n_io
published 1.26.0 •

Changelog

Source

1.26.0 (2024-01-24)

Bug Fixes

  • AMQP Trigger Node: Properly close connection after manual test step (#8396) (2c14371)
  • Asana Node: Fix issue when connecting to the new Asana environment (#8404) (44f6ef2)
  • AWS SQS Node: Fix issue preventing data from being sent correctly (#8382) (daba5bb)
  • Change the UI text for some filter operations (#8360) (976fe2e)
  • core: Adjust starter node priority for manual executions with pinned activators (#8386) (749ac2b)
  • core: Errors are returned on the success branch if error item has other keys in addition to 'error' (#8380) (25f51f4)
  • core: Fix removal of triggers and pollers from memory on deactivation in multi-main setup (#8416) (2257ec6)
  • core: Fix update workflow cli command being unable to activate all workflows (#8412) (ae06fde)
  • core: Missing pairedItem fixes (#8394) (284d965)
  • Discord Node: Remove requirement on message for webhooks (#8377) (c64e893)
  • editor: Add pinned data for freshly added nodes (#8323) (83228e2)
  • editor: Enable ctrl/cmd click in workflow editor header (#8387) (e43cf2f)
  • editor: Fix copy to clipboard on insecure contexts (#8425) (7386f79)
  • editor: Fix doclines for plus and minus (#8405) (ebf2b0d)
  • editor: Fix invisible community package update button (#8406) (2ccb754)
  • editor: Fix secondary icon for environments on sidebar menu item (#8407) (3544966)
  • editor: Open native context menu when editing Sticky (#8370) (ade7d30)
  • editor: Use web native <a> element in nav menus (#8385) (e606e84)
  • Fix issue preventing secrets with a - in the path from being imported (#8378) (fc94377)
  • Force posthog recording to be disabled outside cloud (#8374) (f31cc07)
  • Google Drive Node: Fix issue preventing upload / update working in some configurations (#8417) (4b3ea81)
  • Microsoft Outlook Node: Message -> Send with attachments (#8238) (0128081)
  • Microsoft SQL Node: Prevent MSSQL max parameters error by chunking (#8390) (1b0ba2c)
  • Notion Node: Fix is_empty query on formula fields (#8397) (08e7db4)
  • Switch Node: Fix issue preventing some regex patterns from working (#8422) (e9fea16)

Features

  • core: Custom session timeout and refresh configuration (#8342) (07e6705)
  • core: Email recipients on resource shared (#8408) (a0a1830)
  • core: Upgrade axios and follow-redirects to address CVE-2023-26159 (#8366) (3912c5e)
  • core: Upgrade bull and ioredis to address CVE-2023-52079 (#8365) (639d347)
  • editor: Migrate moveNodeWorkflow mixin to useCanvasPanning composable (#8322) (b6d7757)
  • Execute Workflow Node: Add 'Wait For Sub-Workflow Completion' option (#8389) (ff92fc7)
  • LinkedIn Node: Add support for Community Management API (#7451) (7660d7e)
  • Microsoft Teams Node: Overhaul (#7477) (2c146cc)
  • Nudge users to become template creators if eligible (#8357) (9945701)
  • Telegram Trigger Node: Verify Webhook requests (#8383) (1117612)
jan_n8n_io
published 1.25.1 •

jan_n8n_io
published 1.25.0 •

Changelog

Source

1.25.0 (2024-01-17)

Bug Fixes

  • Add fallback resolver for langchain modules (#8308) (851060d)
  • API: Fix manual chat trigger execution (#8300) (884396e)
  • AwsS3 Node: Return confirmation of success after upload (#8312) (c921665)
  • core: Account for immediate confirmation request during test webhook creation (#8329) (5fbd797)
  • core: Ensure waiting executions account for workflow timezone (#8340) (3734c89)
  • core: Parse any readable stream response instead of only IncomingMessage (#8359) (eb1320f)
  • core: Prevent invalid compressed responses from making executions stuck forever (#8315) (0776814)
  • core: Prevent issues with missing or mismatching encryption key (#8332) (d4c93b1)
  • core: Prevent NodeErrors from being wrapped multiple times (#8301) (b267bf0)
  • core: Replace all moment imports with moment-timezone (#8337) (52a2e25)
  • core: Report when waitTill is invalid and handle it (#8356) (d5455d7)
  • editor: Add read only mode to filter component (#8285) (dcc76f3)
  • editor: Capture indexed access expressions when building completions (#8331) (159b328)
  • editor: Fix issue with synchronization table on LDAP not loading data (#8327) (6b92d49)
  • editor: Properly set colors for connections and labels on nodes with pinned data (#8209) (3b8ccb9)
  • Fix node graph telemetry with default values (#8297) (93b969a)
  • Google Drive Node: Fix issue preventing service account from downloading files (#7642) (cf7131d)
  • HTTP Request Node: Delete response.request only when it's a valid circular references (#8293) (05c43fa)
  • Microsoft SQL Node: Fix "Maximum call stack size exceeded" error on too many rows (#8334) (bb2be8d)
  • Ollama Model Node: Use a simpler credentials test (#8318) (63b738a)
  • OpenAI Node: Load correct models for operation (#8313) (a6a5372)
  • Properly output saml validation errors (#8284) (8c7f399)
  • Salesforce Node: Upgrade to API version 59 (#8346) (b51cbb3)
  • Supabase Node: Pagination for get all rows (#8311) (e080476)
  • Venafi TLS Protect Cloud Node: Remove parameter Application Server Type (#8325) (e3cedf7)
  • Venafi TLS Protect Cloud Trigger Node: Handle new webhook payload format (#8326) (057d7d0)

Features

  • core: Implement inter-main communication for test webhooks in multi-main setup (#8267) (1a0e285)
  • editor: Add new /templates/search endpoint (#8227) (4277e92)
  • Implement Chat Memory Manager node (#8127) (464be93)
jan_n8n_io
published 1.24.1 •

jan_n8n_io
published 1.24.0 •

Changelog

Source

1.24.0 (2024-01-10)

Bug Fixes

Features

Performance Improvements

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc