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

n8n-core

Package Overview
Dependencies
Maintainers
2
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-core - npm Package Versions

1
33

1.27.1

Diff

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

jan_n8n_io
published 1.23.0 •

Changelog

Source

1.23.0 (2024-01-03)

Bug Fixes

Features

  • core: Add closeFunction support to Sub-Nodes (#7708) (bec0fae)
  • core: Add user.profile.beforeUpdate hook (#8144) (e126ed7)
  • core: Improvements/overhaul for nodes working with binary data (#7651) (5e16dd4)
  • core: Remove discontinued crypto-js (#8104) (01e9a79)
  • core: Unify application components shutdown (#8097) (3a881be)
  • editor: Add node execution status indicator to output panel (#8124) (ab74bad)
  • editor: Add template Id to workflow metadata (#8088) (517b050)
  • Home Assistant Node: Use the new Home Assistant logo (#8150) (518a99e)
  • Qdrant Vector Store Node: Qdrant vector store support (#8080) (66460f6)
  • Wordpress Node: Add option to ignore error when using self signed certificates (#8199) (65c8e12)
jan_n8n_io
published 1.22.0 •

Changelog

Source

1.22.0 (2023-12-21)

Bug Fixes

Features

Performance Improvements

  • editor: Improve canvas rendering performance (#8022) (b780436)
jan_n8n_io
published 1.21.1 •

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