n8n - Package Updates
-
[3.44.3]
- Update n8n to 1.54.4
- Full changelog
-
[3.45.0]
- Update n8n to 1.55.3
- Full changelog
-
[3.46.0]
- Update n8n to 1.56.2
- Full changelog
-
[3.47.0]
- Update n8n to 1.57.0
- Full changelog
-
[3.48.0]
- Update n8n to 1.58.1
- Full changelog
-
[3.48.1]
- Update n8n to 1.58.2
- Full changelog
-
[3.49.0]
- Update n8n to 1.59.3
- Full changelog
-
[3.49.1]
- Update n8n to 1.59.4
- Full changelog
-
[3.50.0]
- Update n8n to 1.60.1
- Full changelog
-
[3.51.0]
- Update n8n to 1.61.0
- Full changelog
-
[3.52.0]
- Update n8n to 1.62.3
- Full changelog
-
[3.52.1]
- Update n8n to 1.62.4
- Full changelog
-
[3.52.2]
- Update n8n to 1.62.5
- Full changelog
-
[3.52.3]
- Update n8n to 1.62.6
- Full changelog
-
[3.53.0]
- Update n8n to 1.64.2
- Full changelog
-
[3.53.1]
- Update n8n to 1.64.3
- Full changelog
-
[3.54.0]
- Update n8n to 1.65.2
- editor: Support middle click to scroll when using a mouse on new canvas (#11384) (436b783)
- n8n Form Node: Form Trigger does not wait in multi-form mode (#11404) (d57da55)
- core: Make execution and its data creation atomic (#11392) (480987e)
- core: On unhandled rejections, extract the original exception correctly (#11389) (343eb53)
- AI Agent Node: Preserve
intermediateStepswhen using output parser with non-tool agent (#11363) (e61a853) - API:
PUT /credentials/:idshould move the specified credential, not the first one in the database (#11365) (e6b2f8e) - API: Correct credential schema for response in
POST /credentials(#11340) (f495875) - core: Account for waiting jobs during shutdown (#11338) (c863abd)
- core: Add missing primary key to execution annotation tags table (#11168) (b4b543d)
- core: Change dedupe value column type from varchar(255) to text (#11357) (7a71cff)
- core: Do not debounce webhooks, triggers and pollers activation (#11306) (64bddf8)
- core: Enforce nodejs version consistently (#11323) (0fa2e8c)
- core: Fix memory issue with empty model response (#11300) (216b119)
- core: Fix race condition when resolving post-execute promise (#11360) (4f1816e)
- core: Sanitise IdP provided information in SAML test pages (#11171) (74fc388)
- Don't show pin button in input panel when there's binary data (#11267) (c0b5b92)
- editor: Add Personal project to main navigation (#11161) (1f441f9)
- editor: Fix Cannot read properties of undefined (reading 'finished') (#11367) (475d72e)
- editor: Fix delete all existing executions (#11352) (3ec103f)
- editor: Fix pin data button disappearing after reload (#11198) (3b2f63e)
- editor: Fix RunData non-binary pagination when binary data is present (#11309) (901888d)
- editor: Fix sorting problem in older browsers that don't support
toSorted(#11204) (c728a2f) - editor: Follow-up fixes to projects side menu (#11327) (4dde772)
- editor: Keep always focus on the first item on the node's search panel (#11193) (c57cac9)
- editor: Open Community+ enrollment modal only for the instance owner (#11292) (76724c3)
- editor: Record sessionStarted telemetry event in Setting Store (#11334) (1b734dd)
- Ensure NDV params don't get cut off early and scrolled to the top (#11252) (054fe97)
- HTTP Request Tool Node: Fix the undefined response issue when authentication is enabled (#11343) (094ec68)
- Include error in the message in JS task runner sandbox (#11359) (0708b3a)
- Microsoft SQL Node: Fix execute query to allow for non select query to run (#11335) (ba158b4)
- OpenAI Chat Model Node, Ollama Chat Model Node: Change default model to a more up-to-date option (#11293) (0be04c6)
- Pinecone Vector Store Node: Prevent populating of vectors after manually stopping the execution (#11288) (fbae17d)
- Postgres Node: Special datetime values cause errors (#11225) (3c57f46)
- Resend invite operation on users list (#11351) (e4218de)
- SSH Node: Cleanup temporary binary files as soon as possible (#11305) (08a7b5b)
- Add report bug buttons (#11304) (296f68f)
- AI Agent Node: Make tools optional when using OpenAI model with Tools agent (#11212) (fed7c3e)
- core: introduce JWT API keys for the public API (#11005) (679fa4a)
- core: Enforce config file permissions on startup (#11328) (c078a51)
- core: Handle cycles in workflows when partially executing them (#11187) (321d6de)
- editor: Separate node output execution tooltip from status icon (#11196) (cd15e95)
- GitHub Node: Add workflow resource operations (#10744) (d309112)
- n8n Form Page Node: New node (#10390) (643d66c)
- n8n Google My Business Node: New node (#10504) (bf28fbe)
- Run
mfa.beforeSetuphook before enabling MFA (#11116) (25c1c32) - Structured Output Parser Node: Refactor Output Parsers and Improve Error Handling (#11148) (45274f2)
-
[3.55.0]
- Update n8n to 1.66.0
- Full Changelog
- Asana Node: Fix issue with pagination (#11415) (04c075a)
- core: Add 'user_id' to
license-community-plus-registeredtelemetry event (#11430) (7a8dafe) - core: Add safeguard for command publishing (#11337) (656439e)
- core: Ensure
LoggerProxyis not scoped (#11379) (f4ea943) - core: Ensure
remove-triggers-and-pollerscommand is not debounced (#11486) (529d4fc) - core: Ensure job processor does not reprocess amended executions (#11438) (c152a3a)
- core: Fix Message Event Bus Metrics not counting up for labeled metrics (#11396) (7fc3b25)
- core: Fix resolving of $fromAI expression via
evaluateExpression(#11397) (2e64464) - core: Make execution and its data creation atomic (#11392) (ed30d43)
- core: On unhandled rejections, extract the original exception correctly (#11389) (8608bae)
- editor: Fix TypeError: Cannot read properties of undefined (reading '0') (#11399) (ae37c52)
- editor: Add Retry button for AI Assistant errors (#11345) (7699240)
- editor: Change tooltip for workflow with execute workflow trigger (#11374) (dcd6038)
- editor: Ensure toasts show above modal overlays (#11410) (351134f)
- editor: Fit view consistently after nodes are initialized on new canvas (#11457) (497d637)
- editor: Fix adding connections when initializing workspace in templates view on new canvas (#11451) (ea47b02)
- editor: Fix rendering of AI logs (#11450) (73b0a80)
- editor: Hide data mapping tooltip in credential edit modal (#11356) (ff14dcb)
- editor: Prevent running workflow that has issues if listening to webhook (#11402) (8b0a48f)
- editor: Run external hooks after settings have been initialized (#11423) (0ab24c8)
- editor: Support middle click to scroll when using a mouse on new canvas (#11384) (46f3b4a)
- HTTP Request Tool Node: Fix HTML response optimization issue (#11439) (cf37e94)
- n8n Form Node: Form Trigger does not wait in multi-form mode (#11404) (151f4dd)
- Update required node js version in CONTRIBUTING.md (#11437) (4f511aa)
- Anthropic Chat Model Node: Add model claude-3-5-sonnet-20241022 (#11465) (f6c8890)
- core: Handle nodes with multiple inputs and connections during partial executions (#11376) (cb7c4d2)
- editor: Add descriptive header to projects /workflow (#11203) (5d19e8f)
- editor: Improve placeholder for vector store tool (#11483) (629e092)
- editor: Remove edge execution animation on new canvas (#11446) (a701d87)
- editor: Update ownership pills (#11155) (8147038)
-
[3.56.0]
- Update n8n to 1.67.1
- Full Changelog
- core: Revert all the context helpers changes (#11616) (8a804b3)
- Bring back nodes panel telemetry events (#11456) (130c942)
- core: Account for double quotes in instance base URL (#11495) (c5191e6)
- core: Do not delete waiting executions when saving of successful executions is disabled (#11458) (e8757e5)
-
[3.57.0]
- Update n8n to 1.68.0
- Full Changelog
- AI Agent Node: Throw better errors for non-tool agents when using structured tools (#11582) (9b6123d)
- Auto-fixing Output Parser Node: Only run retry chain on parsing errors (#11569) (21b31e4)
- core: Continue with error output reverse items in success branch (#11684) (6d5ee83)
- core: Ensure task runner server closes websocket connection correctly (#11633) (b496bf3)
- core: Handle websocket connection error more gracefully in task runners (#11635) (af7d6e6)
- core: Improve model sub-nodes error handling (#11418) (57467d0)
- core: Make push work for waiting webhooks (#11678) (600479b)
- core: Revert all the context helpers changes (#11616) (20fd38f)
- core: Set the authentication methad to
emailduring startup if the SAML configuration in the database has been corrupted (#11600) (6439291) - core: Use cached value in retrieval of personal project owner (#11533) (04029d8)
- Credentials save button is hidden unless you make changes to the (#11492) (835fbfe)
- editor: Add stickies to node insert position conflict check allowlist (#11624) (fc39e3c)
- editor: Adjust Scrollbar Width of RunData Header Row (#11561) (d17d76a)
- editor: Cap NDV Output View Tab Index to prevent rare edge case (#11614) (a6c8ee4)
- editor: Do not show hover tooltip when autocomplete is active (#11653) (23caf43)
- editor: Enable pinning main output with error and always allow unpinning (#11452) (40c8882)
- editor: Fix collapsing nested items in expression modal schema view (#11645) (41dea52)
- editor: Fix default workflow settings (#11632) (658568e)
- editor: Fix duplicate chat trigger (#11693) (a025848)
- editor: Fix hiding SQL query output when trying to select (#11649) (4dbf2f4)
- editor: Fix scrolling in code edit modal (#11647) (8f695f3)
- editor: Prevent error being thrown in RLC while loading (#11676) (ca8cb45)
- editor: Prevent NodeCreator from swallowing AskAssistant enter event (#11532) (db94f16)
- editor: Show node executing status shortly before switching to success on new canvas (#11675) (b0ba24c)
- editor: Show only error title and 'Open errored node' button; hide 'Ask Assistant' in root for sub-node errors (#11573) (8cba100)
- Facebook Lead Ads Trigger Node: Fix issue with optional fields (#11692) (70d315b)
- Google BigQuery Node: Add item index to insert error (#11702) (145d092)
- Google Drive Node: Fix file upload for streams (#11698) (770230f)
- In-Memory Vector Store Node: Fix displaying execution data of connected embedding nodes (#11701) (40ade15)
- Item List Output Parser Node: Fix number of items parameter issue (#11696) (01ebe9d)
- n8n Form Node: Find completion page (#11674) (ed3ad6d)
- n8n Form Node: Open form page if form trigger has pin data (#11673) (f0492bd)
- n8n Form Node: Trigger page stack in waiting if error in workflow (#11671) (94b5873)
- n8n Form Trigger Node: Checkboxes different sizes (#11677) (c08d23c)
- NDV search bugs (#11613) (c32cf64)
- Notion Node: Extract page url (#11643) (cbdd535)
- Redis Chat Memory Node: Respect the SSL flag from the credential (#11689) (b5cbf75)
- Supabase Node: Reset query parameters in get many operation (#11630) (7458229)
- Switch Node: Maintain output connections (#11162) (9bd79fc)
- AI Transform Node: Show warning for binary data (#11560) (ddbb263)
- core: Make all http requests made with
httpRequestWithAuthenticationabortable (#11704) (0d8aada) - editor: Improve how we show default Agent prompt and Memory session parameters (#11491) (565f8cd)
- editor: Improve workflow loading performance on new canvas (#11629) (f1e2df7)
- editor: Redesign Canvas Chat (#11634) (a412ab7)
- editor: Restrict when a ChatTrigger Node is added automatically (#11523) (93a6f85)
- Github star button in-app (#11695) (0fd684d)
- Oura Node: Update node for v2 api (#11604) (3348fbb)
- editor: Add lint rules for optimization-friendly syntax (#11681) (88295c7)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login