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

n8n-workflow

Package Overview
Dependencies
Maintainers
2
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-workflow - npm Package Versions

1
29

1.1.1

Diff

jan_n8n_io
published 1.1.0 •

Changelog

Source

1.1.0 (2023-07-26)

Bug Fixes

  • Add missing indices on sqlite (#6673) (b1838f7)
  • API: Do not add starting node on workflow creation (#6686) (92192fb)
  • API: Fix issue with workflow setting not supporting newer nanoids (#6699) (c7e1013)
  • AwsS3 Node: Fix issue if bucket name contains a '.' (#6542) (540d32d)
  • Brevo Node: Rename SendInBlue node to Brevo node (#6521) (e63b398)
  • Code Node: Install python modules always in a user-writable folder (#6568) (bf35124)
  • core: Add empty credential value marker to show empty pw field (#6532) (9294e2d)
  • core: Deleting manual executions should defer deleting binary data (#6680) (462a674)
  • core: Filter out workflows that failed to activate on startup (#6676) (667c15d)
  • core: Fix credentials test (#6569) (1abd172)
  • core: Fix migrations for MySQL/MariaDB (#6591) (29882a6)
  • core: Handle all uncaught exception, not just the ones from Axios (#6666) (ff07595)
  • core: Improve the performance of last 2 sqlite migrations (#6522) (31cba87)
  • core: Load SAML libraries dynamically (#6690) (fce5609)
  • core: Redirect user to previous url after SSO signin (#6710) (08331c6)
  • core: Reduce memory consumption on BinaryDataManager.init (#6633) (329d22f)
  • core: Remove typeorm patches, but still enforce transactions on every migration (#6594) (9def7a7), closes #6519
  • core: Rename to credential_stubs and variable_stubs.json (#6528) (b06462f)
  • core: Support redis cluster in queue mode (#6708) (4029386)
  • core: Update docker compose setup for V1 images (#6642) (05007d8)
  • core: Upgrade semver to address CVE-2022-25883 (#6689) (9daf944)
  • core: Use exec in docker images to forward signals correctly (#6732) (ed9f86b)
  • core: Use JWT as reset password token (#6714) (89f4402)
  • core: Use lower cased email for SAML email attribute (#6663) (eedde24)
  • core: Use owners file to export wf owners (#6547) (4b755fb)
  • crowd.dev Node: Fix documentation urls for crowd.dev credentials and nodes (#6696) (acda7f2)
  • editor: Add default author name and email to source control settings (#6543) (e1a02c7)
  • editor: Add paywall state to non owner users for Variables (#6679) (e7091d6)
  • editor: Change default branchColor and remove label (#6541) (186271e)
  • editor: Ensure default credential values are not detected as dirty state (#6677) (c7b74c3)
  • editor: Extend menu item and use it as a recursive component (#6618) (d617f63)
  • editor: Hide Execute Node button for unknown nodes (#6684) (6887b4e)
  • editor: Increase contrast ratio in execution list workflow names (#6661) (c0b1cb2)
  • editor: Make Source control branch select required (#6619) (20737b5)
  • editor: Prevent keyboard shortcuts to edit workflows in readonly mode (#6613) (7383e7f)
  • editor: Prevent RMC from loading schema if it's already cached (#6695) (a79aa19)
  • editor: Remove global link styling in v1 banner (#6705) (76a765a)
  • editor: Show appropriate empty workflow list content when instance environment is readonly (#6610) (7515f7d)
  • editor: Show retry information in execution list only when it exists (#6587) (3ca66be)
  • editor: Skip error line highlighting if out of range (#6721) (a62d00a)
  • editor: Update design system menu item component (#6659) (84466e9)
  • FileMaker Node: Improve returned error responses (#6585) (91a052e)
  • FTP Node: List recursive ignore . and .. to prevent infinite loops (#6707) (995d5cc)
  • GitLab Trigger Node: Fix trigger activation 404 error (#6711) (8ceb832)
  • Gmail Trigger Node: Early returns in case of no data (#6727) (c2511a8)
  • Google BigQuery Node: Error description improvement (#6715) (95837d2)
  • Google Drive Node: Fix regex in file RLC (#6607) (5672146)
  • Google Drive Node: URL parsing (#6527) (d9ed0b3)
  • Google Sheets Node: Incorrect read of 0 and false (#6525) (806d134)
  • HTTP Request Node: Cleanup circular references in response (#6590) (aecc05b)
  • Merge Node: Enrich input 2 fix (#6526) (c82c7f1)
  • Microsoft Outlook Node: Fix issue with category not correctly applying (#6583) (fc8ed55)
  • Notion Node: Version fix (#6531) (38dc784)
  • Postgres Node: Arrays in query replacement fix (#6718) (4cae091)
  • Postgres Node: For select queries, empty result should be be replaced with {"success":true} (#6703) (250175d)
  • Postgres Node: Upsert does not fetch columns when schema other then public (#6643) (aaa9ee3)
  • Salesforce Node: Fix typo for adding a contact to a campaign (#6598) (7ffe3cb)
  • Sendy Node: Fix issue with brand id not being sent (#6530) (2e8dfb8)
  • Stop n8n from complaining about credentials when saving a new workflow form a template (#6671) (486d16b)
  • Strapi Node: Fix issue with pagination (#4991) (54444fa)
  • Telegram Trigger Node: Add guard to 'include' call on null or undefined (#6730) (533b0ba)
  • XML Node: Fix issue with not returning valid data (#6565) (cdd215f)

Features

  • Add crowd.dev node and trigger node (#6082) (238a78f)
  • Add missing input panels to some trigger nodes (#6518) (fdf8a42)
  • Add various source control improvements (#6533) (68fdc20)
  • Airtable Node: Overhaul (#6200) (b69d20c)
  • Allow eslint-config to be externally consumable (#6694) (3566c13)
  • Allow hiding credential params on cloud (#6687) (2af1c24)
  • API: Implement users account quota guards (#6434) (e5620ab), closes #6636
  • core: Add cache service (#6729) (c0d2bac)
  • core: Only show V1 banner to users who migrated (#6622) (071e56f)
  • editor: Implement new banners framework (#6603) (4240e76)
  • editor: Load fixed template list as experiment (#6632) (e996622)
  • editor: Prevent saving of workflow when canvas is loading (#6497) (f89ef83)
  • editor: Removing ph-no-capture class from some elements (#6674) (c3455a4)
  • Environments release using source control (#6653) (fc7aa8b)
  • Google Cloud Storage Node: Use streaming for file uploads (#6462) (cd0e41a)
  • Google Drive Node: Overhaul (#5941) (d70a1cb)
  • HTML Node: 'Convert to table operation (#6540) (8abb03d)
  • HTTP Request Node: New http request generic custom auth credential (#5798) (b17b458)
  • Matrix Node: Allow setting filename if the binary data has none (#6536) (8b76e98)
  • Microsoft To Do Node: Add an option to set a reminder when creating a task (#5757) (b19833d)
  • Notion Node: Add option to update icon when updating a page (#5670) (225e849)
  • OpenAI Node: Update max token limit to support newer model limits (#6644) (26046f6)
  • Read PDF Node: Replace pdf-parse with pdfjs, and add support for streaming and encrypted PDFs (#6640) (0a31b8e)
  • Rundeck Node: Add support for node filters (#5633) (1f70f49)
  • Slack Node: Add option to include link to workflow in Slack node (#6611) (aa53c46)
  • Strava Node: Add hide_from_home field in Activity Update (#5883) (7495e31)
  • Telegram Node: Add support for sending messages to forum topics (#5746) (e6a81f0)
  • Twitter Node: Node overhaul (#4788) (42721db)

Reverts

  • Revert "test(editor): Add canvas actions E2E tests" (#6736) (ed09e9c), closes #6736 #6723
jan_n8n_io
published 1.0.3 •

jan_n8n_io
published 1.0.2 •

jan_n8n_io
published 0.156.1 •

jan_n8n_io
published 1.0.1 •

Changelog

Source

1.0.1 (2023-07-05)

Bug Fixes

  • core: Fix credentials test (#6569) (8f244df)
  • core: Fix migrations for MySQL/MariaDB (#6591) (b9da67b)
  • core: Make node execution order configurable, and backward-compatible (#6507) (d97edbc)
  • core: Update pruning related config defaults for v1 (#6577) (ffb4e47)
  • editor: Restore expression completions (#6566) (516e572)
  • editor: Show retry information in execution list only when it exists (#6587) (2580286)
  • Sendy Node: Fix issue with brand id not being sent (#6530) (b9e5211)
  • Strapi Node: Fix issue with pagination (#4991) (4253b48)
  • XML Node: Fix issue with not returning valid data (#6565) (c2b9d5a)

Features

  • Add missing input panels to some trigger nodes (#6518) (3b12864)
jan_n8n_io
published 0.156.0 •

jan_n8n_io
published 0.154.1 •

jan_n8n_io
published 0.155.0 •

jan_n8n_io
published 1.0.0 •

Changelog

Source

1.0.0 (2023-06-27)

⚠️ BREAKING CHANGES

  • core Docker containers now run as the user node instead of root (#6365) (f636616)
  • core Drop debian and rhel7 images (#6365) (f636616)
  • core Drop support for deprecated WEBHOOK_TUNNEL_URL env variable (#6363)
  • core Execution mode defaults to main now, instead of own (#6363)
  • core Default push backend is websocket now, instead of sse (#6363)
  • core Stop loading custom/community nodes from n8n's node_modules folder (#6396) (a45a2c8)
  • core User management is mandatory now. basic-auth, external-jwt-auth, and no-auth options are removed (#6362) (8c008f5)
  • core Allow syntax errors and expression errors to fail executions (#6352) (1197811)
  • core Drop support for request library and N8N_USE_DEPRECATED_REQUEST_LIB env variable (#6413) (632ea27)
  • core Make date extensions outputs match inputs (#6435) (85372aa)
  • core Drop support for executeSingle method on nodes (#4853) (9194d8b)
  • core Change data processing for multi-input-nodes (#4238) (b8458a5)

Bug Fixes

Features

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