Socket
Book a DemoInstallSign in
Socket

n8n-workflow

Package Overview
Dependencies
Maintainers
2
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-workflow - npm Package Versions

1345
34

1.101.0

Diff
j
jan_n8n_io
published 1.101.0 •

Changelog

Source

1.101.0 (2025-06-30)

Bug Fixes

  • Adding this back as it's still needed for darwin builds locally (#16720) (719a174)
  • Check for status when canceling execution (#16690) (901e034)
  • Code Node: Error formatting fix (#16719) (8f9ce72)
  • core: Add retry mechanism to tools (#16667) (9e61d0b)
  • core: Fix dir in module path resolution for Docker (#16725) (892b0d2)
  • core: Fix the problem of Windows system building error (#16653) (297d300)
  • core: Pagination was broken for users list (#16697) (a6ded1f)
  • core: Prevent accidentally moving folders to their sub folders (#16808) (22a240e)
  • core: Remove default for manual trigger in manual executions (#16829) (641e970)
  • core: Return default tags-mappings and folders value when file not found (#16747) (e163141)
  • editor: Allow executing none single webhook triggers in active workflows with multiple triggers (#16794) (725ce23)
  • editor: Don't reset node name on click while renaming (#16755) (a99ccff)
  • editor: Fix insights loading on FE (#16677) (28aabd4)
  • editor: Fix new, unsaved workflow sharing (#16740) (5fe68f3)
  • editor: Only drag folders when holding mouse 1 button (#16809) (c8a7156)
  • editor: Prevent multiple community registration request submission (#16621) (79eef1e)
  • editor: Remove automatic resizing of output view (#16672) (e89487f)
  • editor: Reset wrapping for variable value to prevent horizontal scrolling (#16772) (ac46122)
  • Execution Data Node: Set nulish values as empty string, continue on fail support (#16696) (e6515a2)
  • Filter source control credentials by project (#16732) (0debbc3)
  • Google Sheets Node: Inconsistent Google Sheet Tool update behavior due to wrong type of row_number field (#16632) (91206ef)
  • Helper to set proper operation for sendAndWait action (#16701) (b70cc94)
  • Jira Software Node: Fix issue with credential test not working correctly (#16657) (bc53c21)
  • Microsoft SharePoint Node: Access token not being refreshed (#16555) (1141553)
  • Snowflake Node: Fix key-pair credentials (#16635) (8e6de34)
  • Token Splitter Node: Prevent tiktoken blocking on repetitive content (#16769) (c5ec056)

Features

  • Add fallback mechanism for agent and basic chain llm (#16617) (6408d5a)
  • core: Add a new by-time insights route that return only time saved data (#16727) (3ba8a84)
  • core: Add lastActiveAt datetime column on user table (#16488) (92afe03)
  • core: Send email notification when a user invited to a project (#16687) (7e376e0)
  • Don't allow multiple active workflows with same form path (#16722) (98b821b)
  • editor: Add 'Whats new' section and modal (#16664) (0b7bca2)
  • editor: Add What's New notification callout (#16718) (1934e6f)
  • editor: Implement filter by project and ownership pills for source control push modal (#16551) (254c9d7)
  • editor: Improve style of Canvas action buttons (#16724) (4d211a0)
  • Sticky Note Node: Support YouTube video embeds on Sticky notes (#16484) (f4d0b9f)
  • Update default Gemini model to gemini-2.5-flash (#16651) (3f6eef1)
j
jan_n8n_io
published 1.100.0 •

Changelog

Source

1.100.0 (2025-06-23)

Bug Fixes

  • AWS DynamoDB Node: Incorrect parameter names (#16408) (dd2ed90)
  • core: Add Dingbat emojis to expressions grammar (#16545) (ddd3908)
  • core: Add missing version label to docker image (#16386) (4e73c40)
  • core: Ensure updatedAt field exists on folder object for source control (#16437) (81dd215)
  • core: Fix module path resolution for Docker (#16623) (b5ba655)
  • core: Fix pdf extract for arm64 docker images (#16522) (20e2d8e)
  • core: Fix pdf extract not working (#16463) (c480d3c)
  • core: Handle dynamic webhook edge cases (#16554) (1573ae6)
  • core: Incorrect data returned by the node when using retry on error + continue on error (#16516) (f598b3b)
  • core: Prevent unauthorised workflow termination (#16405) (29752ea)
  • core: Reset destination node after partial execution of tools (#16376) (c365327)
  • core: Show correct error messages when nodes can't be used in an expression (#16549) (48644ca)
  • editor: Fix and enable copying to clipboard in PiP (#15632) (f9f0fdf)
  • editor: Fix keyboard shortcut bugs in the log view (#16393) (4acebab)
  • editor: Fix log view style bugs (#16312) (58a5564)
  • editor: Make adjustments to status icon and connector port position in canvas (#16469) (3ea51c1)
  • editor: New quick start video URL (#16546) (a9688b1)
  • editor: Quick fix to password change form validation (#16565) (ef28d25)
  • editor: Recommend Simple Vector Store even if WF has no AI nodes (#16514) (7d8049b)
  • editor: Set workflow project to be shown in the breadcrumb (#16586) (d23e101)
  • Embeddings Google Gemini Node: Use credential host as baseUrl (#16615) (662ac1b)
  • Execute Sub-workflow Node: Don't expose the file contens when reading the workflow from a file and it's not valid JSON (#16416) (879d204)
  • Fix examples for Array#includes method (#16360) (16b0297)
  • Fix paired item for Merge node with mode=chooseBranch (#16552) (921f20a)
  • Fix paired item handling of multiple inputs (#16309) (083073e)
  • Fix paired item handling of multiple inputs (#16479) (95f8602)
  • GitHub Node: Tolerate trailing slash in file path (#15517) (2f6896c)
  • Google Ads Node: Migrate from deprecated v17 API (#16388) (bdc6e0f)
  • MongoDB Atlas Vector Store Node: Old credentials used even after credentials are updated/changed (#16471) (9346463)
  • n8n Form Node: Prevent XSS with video and source tags (#16329) (759e555)
  • n8n Form Node: Update Breaking Changes Doc (#16392) (549a541)
  • n8n Form Node: Update version in Breaking Changes doc (#16418) (04bdd01)
  • Notion Node: Typo in the condition type (#16525) (e413af4)
  • Stripe Trigger Node: Adds API version specification (#16232) (2efd21e)
  • Telegram Node: "source.on is not a function" in Telegram with binary file and Reply Markup (#16458) (4661e03)
  • When community node added as tool, don't show details view (#16539) (dadbd5f)

Features

  • Add model selector node (#16371) (79650ea)
  • core: Add queue events to log streaming (#16427) (93ac46c)
  • core: Extend user list to allow expanding the user list to projects (#16314) (c0d1ff6)
  • editor: Add OIDC paywall (#16347) (1da3c70)
  • editor: Add Support for Granular Push of Credentials and Workflows (#16439) (49b9439)
  • editor: Add tracking on oidc save setting (#16378) (62a33e8)
  • MCP Server Trigger Node: Terminate sessions on DELETE request (#16550) (3969425)
  • Token Splitter Node: Replace remote tiktoken encoding with local implementation (#16548) (2d63802)
j
jan_n8n_io
published 1.99.1 •
j
jan_n8n_io
published 1.99.0 •

Changelog

Source

1.99.0 (2025-06-16)

Bug Fixes

  • AWS Bedrock Chat Model Node: Update LangChain AWS package (#16323) (24e4be1)
  • core: Always save evaluation executions (#16285) (739ad85)
  • core: Fix http requests by using correct agent (#16258) (e58de1a)
  • core: Prevent DoS via malformed binary data ID (#16229) (43c52a8)
  • core: Register transition handlers after modules init (#16308) (7177e3a)
  • core: Remove duplicated logs for insights (#16228) (56b16b8)
  • editor: Cannot expand sub execution log if it finished with an error (#16236) (3fcabd4)
  • editor: Fix inaccurate message in log view when input data is empty (#16234) (e93fd1a)
  • editor: Fix pagination and sorting issue for insights (#16288) (84c51b1)
  • editor: Logs not shown when tools are partially executed (#16274) (b2eb333)
  • editor: Prevent node renaming to restricted JS method names (#16270) (ecfb667)
  • editor: Support renaming node in HTML parameters (#16315) (88e3c90)
  • Fix paired item handling of multiple inputs (#16153) (50e00cd)
  • Gmail Node: Do not break threads while creating drafts (#16272) (113d94c)
  • HTTP Request Node: Process text files (#16226) (0d5ac1f)
  • Postgres node with ssh tunnel getting into a broken state and not being recreated (#16054) (879114b)
  • Run evaluations as full manual executions in queue mode (#16230) (e363458)
  • Run evaluations successfully when offload manual executions is true with queue mode (#16307) (aa27374)

Features

  • Chat Trigger Node: Fix CSS variable --chat--message--font-size not applying correctly (#16310) (ab8a2b0)
  • core: Add description to projects (#15611) (1ddbb78)
  • core: Add number of tokens and latency automatically as metrics in evaluation (#16243) (eff0571)
  • core: Add OIDC support for SSO (#15988) (30148df)
  • core: Add task runner events to log streaming (#16265) (46723d3)
  • core: Handle scoped resource not existing with 404 (#16022) (42b9a8a)
  • editor: Add access control and not found entity views (#15860) (80a784a)
  • editor: Add RAG starter template callouts experiment (#16282) (d0a313a)
  • editor: Change default node names depending on node operation and resource (#16188) (4e94488)
  • editor: Move element plus plugin config to design system test setup (#16319) (3864f0e)
  • editor: Remember different panel state for sub nodes (#16189) (b9e0351)
  • editor: Show node type on hover over node icon in NDV (#16278) (396da25)
  • Linear Node: Add options to add a link and a comment to an issue (#13464) (a417ed3)
  • MCP Server Trigger Node: Support for Streamable HTTP transport in MCP Server (#15833) (8d6e796)

Performance Improvements

  • core: Lazyload AI workflow builder's langchain dependencies (#16178) (f0cf6dc)
  • core: Skip init for unlicensed modules (#16311) (cb81826)
j
jan_n8n_io
published 1.98.0 •

Changelog

Source

1.98.0 (2025-06-11)

Bug Fixes

  • Add a missing word to tooltip (#16198) (0cfe6ee)
  • AI Agent Node: Allow using LangChain code node as a model for AI Agent (#16096) (cb3bb91)
  • Anthropic Chat Model Node: Fix LmChatAnthropic node to work when both thinking is enabled and tools used (#16010) (e662998)
  • Chat Memory Manager Node: Fix simplifyMessages to not overwrite consecutive messages of same type (#16168) (5015290)
  • Code Node: Block selected module imports in python code (#15970) (1e92729)
  • core: Correctly apply maxRows limit when fetching the dataset (#16176) (09fd5c0)
  • core: Don't load task-runner on main instances when manual executions are offloaded to workers (#15986) (23ce60d)
  • core: Don't swallow connection errors when fetching credentials (#16181) (9f83fcc)
  • core: Ensure queue is ready when enqueueing (#16098) (25567f6)
  • core: Fix HTTP proxy support in all nodes and other axios requests (#16092) (e3675bd)
  • core: Prevent worker from recovering finished executions (#16094) (53b6812)
  • core: Prometheus metrics can't be ingested by datadog (#15910) (d00060a)
  • core: Resolves response promise for active execution on job finished in queue mode (#15643) (7cd7883)
  • core: Start insights collection timer for webhook instances (#15964) (7a67dcb)
  • core: Unloading a community package should also unload all its files from require.cache (#16072) (8c63ca7)
  • Detect if n8n instance is staging or production for community nodes (#15918) (63cf9af)
  • editor: Add right margin to AI Assistant Code Node 'Fix Error' replace code button icon (#15956) (ebff88c)
  • editor: Add user role tooltip to personal settings page (#15941) (2c9c3da)
  • editor: Add visual-only waitingForNext execution state for slow networks (#16143) (5deab75)
  • editor: Fix regExp to allow "." in Git repository URL (SSH) (#15972) (88caa21)
  • editor: Fix the issue that the content of json, html, csv, md, txt, and css files contained garbled Chinese characters when clicking the view button (#16118) (cdab4c1)
  • editor: Fix the issue with icon Emojis not being centered (#16067) (b7d3945)
  • editor: Hide the Github stars button when telemetry is disabled (#16108) (b92d8ad)
  • editor: In Sub-workflow Conversion handle standalone accessor and accessor[0] cases correctly (#16086) (eb71c41)
  • editor: Log view is missing in debug mode (#16170) (6703554)
  • editor: Maintain back button when installing community nodes (#16069) (7492944)
  • editor: Mark workflow as unsaved when reverting deletion of a node (#15959) (9cf7293)
  • editor: Position executions filter popover so that it doesn't hide executions (#16049) (576ff4d)
  • editor: Prevent Ask Assistant button overlapping other buttons (#16066) (4426249)
  • editor: Refresh NDV node connections if inputs change dynamically (#16023) (02ed7b6)
  • editor: Send evaluation telemetry event to Posthog (#16040) (d59b9b5)
  • editor: Stop nefarious redirects during sign in (#16034) (4865d1e)
  • editor: Stop nefarious URL redirection in editor middleware (#16047) (2178cfe)
  • Email Trigger (IMAP) Node: Add Email UID also to email format "resolved" (#15539) (33f8fab)
  • Google Sheets Node: Improve error message when row_number is null or undefined (#14560) (47538e1)
  • Local File Trigger Node: Fix ignored option on Mac os (#15872) (aa40735)
  • Make sure modals are listed when using a free AI credits credential in the OpenAI node (#16030) (7f7b44a)
  • Microsoft SQL Node: Handle connection errors correctly with continueOnFail (#15962) (4c9198d)
  • RSS Read Node: Fix issue where some feeds fail to load (#16001) (18c355d)
  • Supabase Vector Store Node: Upgrade supabase SDK to address CVE-2025-48370 (#15934) (21141b4)
  • Update NPM to address security vulnerability (#15968) (2e18e07)

Features

  • Add Cohere reranking capability to vector stores (#16014) (8a1cabe)
  • Add custom CSS to response form for HITL nodes (#15807) (3f48106)
  • core: Add config to override default database ping interval and default idle connection timeout (#15764) (ac06610)
  • core: Add support for partial-match execution filters (#15797) (1335af0)
  • core: Allow logging JSON to stdout (#15766) (8abd556)
  • core: Dynamic max page size limit for pagination dto (#16100) (5c748ca)
  • core: Link 'Error Trigger' nodes to the parent execution that errored (#16016) (d64f2e5)
  • core: Validate commit content for project admin role (#15687) (9607908)
  • Default Data Loader Node: Add default text splitter (#15786) (40850c9)
  • Default Data Loader Node: Minor copy changes (#16053) (4a6bcff)
  • editor: Add "Change owner" option to editor (#15792) (5bc4e5d)
  • editor: Change default node names depending on node operation and resource (#15954) (c92701c)
  • editor: Enable source environment push button for project admins (#15527) (2f64809)
  • editor: Improve UI for highlighted data, tags and rating in executions (#15926) (9abb333)
  • editor: Make ‘Execute workflow’ a split button (#15933) (ac1a1df)
  • editor: Rename debugging tab to fromai (#16017) (bc44baa)
  • editor: Use node name as tool name at Vector Store retriever tool nodes (#15917) (a9f8b2d)
  • n8n Node: Add missing filters (#15437) (b07c52e)
  • OpenAI Chat Model Node: Update default model to gpt-4.1-mini (#15975) (0bea193)
  • Structured Output Parser Node: Add auto-fix support to Strucutred Output Parser (#15915) (4f07ac3)
  • Structured Output Parser Node: Add notice about $refs support in JSON schema (#15973) (47ad74d)
  • Structured Output Parser Node: Mark all parameters as required for schemas generated from JSON example (#15935) (7711e4b)
  • Vector Store Retriever Node: Add reranker support to retriever for QA chain (#16051) (969552a)

Performance Improvements

j
jan_n8n_io
published 1.97.0 •

Changelog

Source

1.97.0 (2025-06-02)

Bug Fixes

  • core: Allow dotfiles in sendFile to fix WorkFlow settings 404 error (#14744) (7928a9b)
  • core: Honor absolute paths for N8N_LOG_FILE_LOCATION (#15873) (1e5b905)
  • core: Normalize trailing slash when setting CORS headers for test webhooks (#15906) (61d0c6a)

Performance Improvements

j
jan_n8n_io
published 1.95.1 •
j
jan_n8n_io
published 1.96.0 •

Changelog

Source

1.96.0 (2025-06-02)

Bug Fixes

  • API: Allow false as a dependant value for public api json schema validation (#15858) (5a8899c)
  • Check if form trigger URL is live before oppening pop-up (#15800) (041ada1)
  • core: Don't allow creating more projects than allowed by exploiting a race condition (#15218) (6466e76)
  • core: Fix sorting of executions not working on postgres and mysql (#15423) (eca282d)
  • core: Fix timezone-dependent test failures in Insights weekly compaction (#15680) (096806a)
  • core: Simplify Websocket origin security checks (#15761) (bbe2b12)
  • core: Solve memory leak in TaskRequester (#15768) (0398505)
  • core: Support helpers.request in task runners (#15859) (7f8b943)
  • editor: Deactivate workflow on save if trigger is missing (#15642) (3ba6419)
  • editor: Delete all connections of nodes with multiple ones when removed from canvas (#15713) (c4ea757)
  • editor: Fix Execute workflow button hover state (#15518) (57d7b5e)
  • editor: Handle Insights calculations to prevent Infinity numbers (#15727) (d1a39d9)
  • editor: Move focus to search input in RLC (#15741) (fee10da)
  • editor: Set deterministic width for sidebar (#15753) (3f9a271)
  • editor: Simplifying empty project deletion (#15834) (6bf2d8a)
  • editor: Update copy for debug modal paywall (#15905) (d0ff662)
  • editor: Use last task data for calculating the current state (#15546) (1daf0ff)
  • GitHub Node: Update auth urls for enterprise server (#15533) (bc66d9f)
  • Jina AI Node: Default value for "Output format" option (#15683) (e125854)
  • Microsoft SharePoint Node: Add back the support for cred only node (#15806) (0fdeba5)
  • n8n Form Node: Use execution.mode instead of hard coding webhook (#15647) (636e9f4)
  • Run evaluations loop manually always from first row (#15794) (b8ab4b6)
  • Skip subworkflow input test temporarily (#15803) (ba70cab)

Features

  • API: Add user management endpoints to the Projects Public API (#12329) (4459c7e)
  • core: Allow specifying Content-Security-Policy-Report-Only (#15805) (c127846)
  • core: Start listening to IPv6 addresses as well by default (#15810) (9f44f40)
  • editor: Add ability to extract sub-workflows to canvas context menu (#15538) (5985df6)
  • editor: Combine 'Move to Folder' and 'Change owner' modals (#15756) (e860dd6)
  • editor: Support pasting an expression into a number parameter (#15722) (2a1475d)
  • MCP Server Trigger Node: Cleanup MCP server management, use sanitized trigger node's name as name for the MCP server (#15751) (07a636e)
  • Perplexity Node: New node (#13604) (6d3e6ee)
  • Respond to Webhook Node: Setting to configure outputs (#15619) (be5f14e)

Performance Improvements

j
jan_n8n_io
published 1.95.0 •

Changelog

Source

1.95.0 (2025-05-26)

Bug Fixes

  • Chat Trigger Node: Don't continue when action is load previous session and option is not set (#15438) (8fd0738)
  • core: Add support for proxy using forward headers (#15006) (b1687c6)
  • core: Fix community package installation on windows (#15685) (647cb85)
  • core: Fix license reloading flow in scaling mode (#15650) (c2449ee)
  • core: Use destination node to select the correct pinned trigger to start from (#15633) (dc0802b)
  • editor: Add type definition for $getWorkflowStaticData to code node (#15544) (bca03ca)
  • editor: Don't mark node as dirty when NDV is opened (#15222) (8d1170e)
  • editor: Fix how deviation percentage is calculated in Insights summary (#15526) (26de979)
  • editor: Fix notification toast offset outside of NodeView if chat/logs were opened (#15622) (70ea7a8)
  • editor: Fix schema view showing incorrect data on loop node done branch (#15635) (f762c59)
  • editor: Fix update panel icon display. Fix title on insights dashboard (#15593) (075b035)
  • editor: Handle Loop node execution data preview correctly when inserting a node (#15351) (5967c13)
  • editor: Make deleting Call n8n Workflow Tool fromAI workflow input descriptions work (#15459) (0e708dd)
  • Fix jobs for secrets inherit (#15532) (cf29b5f)
  • Google Drive Node: Incorrect MIME type when uploading files on cloud (#15478) (2060498)
  • HTTP Request Node: Fix prototype pollution vulnerability (#15463) (1ffc33d)
  • Information Extractor Node: Improve error handling for empty inputs (#15590) (bb2f675)
  • Jira Software Node: Use old endpoints to get all issues on self-hosted instances (#15591) (e23ffcc)
  • MongoDB Node: Stop overwriting nested values on update (#15543) (3ee15a8)
  • Summarize Node: Convert v1 split by values to string (#15525) (4d037ca)
  • Telegram Node: Include error message in output when continueOnFail is set (#15540) (b8ee275)

Features

  • Airtop Node: Add File operations and scroll micro-interaction (#15089) (86885a7)
  • Anthropic Chat Model Node: Set the new Claude 4 Sonnet model to be the default (#15609) (cf8b611)
  • core: Add logs for insights flushing and compaction (#15519) (3743a8c)
  • core: Invalidate all sessions when MFA is enabled/disabled (#15524) (2a35c19)
  • core: Scope getStatus for environments for project admin role (#15404) (f9f9597)
  • editor: "Executing" state in the output panel (#15470) (7e3bcd3)
  • editor: Add an option to sync canvas with log view (#15391) (9938e63)
  • editor: Distinguish official verified nodes from community built nodes (#15630) (7f0c6d6)
  • editor: Save new project on Enter in name field (#15535) (fbf7083)
  • editor: Show informative message in NDV when AI tools have no parameters (#15515) (a426ecd)
  • editor: Use resource locator at Simple Vector Store memory key, allow cross workflow use (#15421) (e5c2aea)
  • Merge Node: Option in combineBySql operation to return either confirmation of succes or empty result (#15509) (a86bc43)
  • Migrate Test Workflows to Main Repo (#15504) (867842d)
j
jan_n8n_io
published 1.94.0 •

Changelog

Source

1.94.0 (2025-05-19)

Bug Fixes

  • AI Agent Node: Fix tool calling when tools run in a loop (#15250) (cd1d6c9)
  • Azure OpenAI Chat Model Node: Simplify Azure Entra ID Authentication and Auto-Refresh token (#15335) (e750d53)
  • Basic LLM Chain Node: Use JSON parsing for Claude 3.7 with thinking enabled (#15381) (c8b9a7f)
  • core: Allow strings starting with numbers in alphanumeric string validator (#15425) (64b3fa3)
  • core: Load config early to fix N8N_CONFIG_FILES (#15406) (ec63a61)
  • core: Load insights module on webhook instance to save insights on webhook workflows (#15433) (bf5551d)
  • core: Make the Insights by time datetime parsing more robust (#15413) (d9fdef3)
  • core: Upgrade formidable to address CVE-2025-46653 (#15341) (d612d7b)
  • core: Upgrade snowflake-sdk to address CVE-2025-46328 (#15345) (eb634ea)
  • editor: Correctly show Workflow Breadcrumbs in MainHeader on Registered Community (#15457) (5c38405)
  • editor: Don't render now when startedAt is null (#15283) (44ecad5)
  • editor: FE fixes to insights (#15228) (3eb1c1c)
  • editor: Fix node renaming in pinned data (#15482) (fc17cde)
  • editor: Fix paired items after renaming a node (#15440) (7d3cae5)
  • editor: Fix partial chat executions (#15379) (b6370fb)
  • editor: Fix resizing NDV output panel when closing assistant (#15313) (d7d3d33)
  • editor: Fix switching between connected SQL/HTML editors (#15297) (bb2cfc2)
  • editor: Hide evaluation trigger (#15471) (b53bd17)
  • editor: Make AI Agent appear before Magento 2 when typing agent (#15302) (d683a54)
  • editor: Normalize credential data from source control (#15434) (840a3be)
  • editor: Show error toast for failed executions (#15388) (e68149b)
  • editor: Tag styling issues (#15336) (807084e)
  • Ensure diagnostics stay disabled in e2e even when enabled by environment variable (#15322) (c026962)
  • Execute Workflow Trigger Node: Show helpful error message when passing array to JSON Example (#15458) (06e9386)
  • n8n Evaluation Trigger Node: Fix tweaks (#15473) (3985387)
  • n8n Form Node: Limit the max width for text area (#15508) (9936186)
  • OpenAI Node: Hide the option to return URL for gpt-image-1 model (#15392) (027a479)
  • PostBin Node: Update base URL for postbin node (#15358) (0cddc95)
  • RabbitMQ Node: Support RabbitMQ v.4.1.0 by updating amqplib (#15418) (cf05c33)
  • Set tournament for nodes test harness (#15346) (0699925)
  • Text Classifier Node: Return error for empty inputText (#15390) (71e5584)
  • YouTube Node: Chunk file content before uploading (#15405) (3e855b4)

Features

  • Add HTTP proxy for supported LLM nodes (#15449) (907485d)
  • API: Add Public API endpoint for updating variables (#15315) (52bf920)
  • AWS IAM Node: Add new AWS IAM Node (#11963) (ab1047e)
  • editor: Add "Go to Sub-workflow" menu context action to Workflow Tool (#15396) (2b05dbe)
  • editor: Add user info on relations to enhance design of project users list (#15420) (435d43f)
  • editor: Improve canvas node insertion position (#14289) (102c676)
  • editor: Improve manual description in nodes as tools (#15373) (726438d)
  • editor: Include pending users for project users search (#15389) (f906dba)
  • editor: Keyboard shortcuts for the log view (#15378) (1935e62)
  • editor: Rollout improved log view (2nd attempt) (#15382) (4657e34)
  • editor: Show sub workflow runs in the log view (#15163) (0c4398f)
  • Execute Workflow Trigger Node: Reintroduce binary data on Workflow Triggers (#15259) (218007e)
  • Microsoft SharePoint Node: New node (#13727) (954b662)
  • n8n Evaluation Trigger Node: Add Evaluation Trigger and Evaluation Node (#15194) (570d1e7)
  • n8n Evaluation Trigger Node: Add link to dataset template in trigger (#15455) (1f023db)
  • n8n Evaluation Trigger Node: Add telemetry events (#15465) (9834a49)
  • n8n Microsoft Teams Node: New trigger node (#12875) (870940b)
  • Optimise langchain calls in batching mode (#15243) (ff15693)
  • Respond to Webhook Node: Additional output branch - Response (#13734) (40fb4a2)
  • Snowflake Node: Add support for Key-Pair authentication (#14833) (4302c5f)

Performance Improvements

  • editor: Avoid deep watch on execution result data (#15304) (cd2e2dc)
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.