Update n8nio/n8n Docker tag to v1.68.0 #3

Open
renovate wants to merge 1 commit from renovate/n8nio-n8n-1.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
n8nio/n8n (source) final minor 1.64.0 -> 1.68.0

Release Notes

n8n-io/n8n (n8nio/n8n)

v1.68.0

Bug Fixes
  • 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 email during 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)
Features
Performance Improvements

v1.67.0

Bug Fixes
  • 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)
  • core: Don't send a executionFinished event to the browser with no run data if the execution has already been cleaned up (#​11502) (d1153f5)
  • core: Include projectId in range query middleware (#​11590) (a6070af)
  • core: Save exeution progress for waiting executions, even when progress saving is disabled (#​11535) (6b9353c)
  • core: Use the correct docs URL for regular nodes when used as tools (#​11529) (a092b8e)
  • Edit Image Node: Fix Text operation by setting Arial as default font (#​11125) (60c1ace)
  • editor: Auto focus first fields on SignIn, SignUp and ForgotMyPassword views (#​11445) (5b5bd72)
  • editor: Do not overwrite the webhookId in the new canvas (#​11562) (dfd785b)
  • editor: Ensure Enter key on Cancel button correctly cancels node rename (#​11563) (be05ae3)
  • editor: Fix emitting n8nReady notification via postmessage on new canvas (#​11558) (463d101)
  • editor: Fix run index input for RunData view in sub-nodes (#​11538) (434d31c)
  • editor: Fix selected credential being overwritten in NDV (#​11496) (a26c0e2)
  • editor: Keep workflow pristine after load on new canvas (#​11579) (7254359)
  • Show Pinned data in demo mode (#​11490) (ca2a583)
  • Toast not aligned to the bottom when AI assistant disable (#​11549) (e80f7e0)
Features

v1.66.0

Bug Fixes
  • Asana Node: Fix issue with pagination (#​11415) (04c075a)
  • core: Add 'user_id' to license-community-plus-registered telemetry event (#​11430) (7a8dafe)
  • core: Add safeguard for command publishing (#​11337) (656439e)
  • core: Ensure LoggerProxy is not scoped (#​11379) (f4ea943)
  • core: Ensure remove-triggers-and-pollers command 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)
Features

v1.65.0

Bug Fixes
  • AI Agent Node: Preserve intermediateSteps when using output parser with non-tool agent (#​11363) (e61a853)
  • API: PUT /credentials/:id should 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)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [n8nio/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | final | minor | `1.64.0` -> `1.68.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (n8nio/n8n)</summary> ### [`v1.68.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1680-2024-11-13) ##### Bug Fixes - **AI Agent Node:** Throw better errors for non-tool agents when using structured tools ([#&#8203;11582](https://github.com/n8n-io/n8n/issues/11582)) ([9b6123d](https://github.com/n8n-io/n8n/commit/9b6123dfb2648f880c7829211fa07666611ad0ea)) - **Auto-fixing Output Parser Node:** Only run retry chain on parsing errors ([#&#8203;11569](https://github.com/n8n-io/n8n/issues/11569)) ([21b31e4](https://github.com/n8n-io/n8n/commit/21b31e488ff6ab0bcf3c79edcd17b9e37d4c64a4)) - **core:** Continue with error output reverse items in success branch ([#&#8203;11684](https://github.com/n8n-io/n8n/issues/11684)) ([6d5ee83](https://github.com/n8n-io/n8n/commit/6d5ee832966fab96043b0d65697c059ced61d334)) - **core:** Ensure task runner server closes websocket connection correctly ([#&#8203;11633](https://github.com/n8n-io/n8n/issues/11633)) ([b496bf3](https://github.com/n8n-io/n8n/commit/b496bf3147d2cd873d24371be02cb7ea5dbd8621)) - **core:** Handle websocket connection error more gracefully in task runners ([#&#8203;11635](https://github.com/n8n-io/n8n/issues/11635)) ([af7d6e6](https://github.com/n8n-io/n8n/commit/af7d6e68d0436ff8a3d4e8410dc8ee4f3a035c44)) - **core:** Improve model sub-nodes error handling ([#&#8203;11418](https://github.com/n8n-io/n8n/issues/11418)) ([57467d0](https://github.com/n8n-io/n8n/commit/57467d0285d67509322630c4c01130022f274a41)) - **core:** Make push work for waiting webhooks ([#&#8203;11678](https://github.com/n8n-io/n8n/issues/11678)) ([600479b](https://github.com/n8n-io/n8n/commit/600479bf36ba8870d4aecacad19a2dc5f2d97959)) - **core:** Revert all the context helpers changes ([#&#8203;11616](https://github.com/n8n-io/n8n/issues/11616)) ([20fd38f](https://github.com/n8n-io/n8n/commit/20fd38f3517f7ef35604ba16abb4d951270b4d50)) - **core:** Set the authentication methad to `email` during startup if the SAML configuration in the database has been corrupted ([#&#8203;11600](https://github.com/n8n-io/n8n/issues/11600)) ([6439291](https://github.com/n8n-io/n8n/commit/6439291738dec16261979d6d835acbc63743d51a)) - **core:** Use cached value in retrieval of personal project owner ([#&#8203;11533](https://github.com/n8n-io/n8n/issues/11533)) ([04029d8](https://github.com/n8n-io/n8n/commit/04029d82a11b52990890380ba7094055b18e7c1f)) - Credentials save button is hidden unless you make changes to the ([#&#8203;11492](https://github.com/n8n-io/n8n/issues/11492)) ([835fbfe](https://github.com/n8n-io/n8n/commit/835fbfe337dd8dc0d0b0318c7227e174484e1328)) - **editor:** Add stickies to node insert position conflict check allowlist ([#&#8203;11624](https://github.com/n8n-io/n8n/issues/11624)) ([fc39e3c](https://github.com/n8n-io/n8n/commit/fc39e3ca16231c176957e2504d55df6b416874fe)) - **editor:** Adjust Scrollbar Width of RunData Header Row ([#&#8203;11561](https://github.com/n8n-io/n8n/issues/11561)) ([d17d76a](https://github.com/n8n-io/n8n/commit/d17d76a85d5425bc091d29fc84605ffbccbca984)) - **editor:** Cap NDV Output View Tab Index to prevent rare edge case ([#&#8203;11614](https://github.com/n8n-io/n8n/issues/11614)) ([a6c8ee4](https://github.com/n8n-io/n8n/commit/a6c8ee4a82e6055766dc1307f79c774c17bb5f4d)) - **editor:** Do not show hover tooltip when autocomplete is active ([#&#8203;11653](https://github.com/n8n-io/n8n/issues/11653)) ([23caf43](https://github.com/n8n-io/n8n/commit/23caf43e30342a21d45c825f438aa1e6193601d1)) - **editor:** Enable pinning main output with error and always allow unpinning ([#&#8203;11452](https://github.com/n8n-io/n8n/issues/11452)) ([40c8882](https://github.com/n8n-io/n8n/commit/40c88822acdcda6401bd92b9cf89d013c44b8453)) - **editor:** Fix collapsing nested items in expression modal schema view ([#&#8203;11645](https://github.com/n8n-io/n8n/issues/11645)) ([41dea52](https://github.com/n8n-io/n8n/commit/41dea522fbfb1c9acee51f47f384973914454b5f)) - **editor:** Fix default workflow settings ([#&#8203;11632](https://github.com/n8n-io/n8n/issues/11632)) ([658568e](https://github.com/n8n-io/n8n/commit/658568e2700bfd5b61da53f3052403d0098c2d90)) - **editor:** Fix duplicate chat trigger ([#&#8203;11693](https://github.com/n8n-io/n8n/issues/11693)) ([a025848](https://github.com/n8n-io/n8n/commit/a025848ec4be96f74d4de2ab104256b6d89bb837)) - **editor:** Fix hiding SQL query output when trying to select ([#&#8203;11649](https://github.com/n8n-io/n8n/issues/11649)) ([4dbf2f4](https://github.com/n8n-io/n8n/commit/4dbf2f4256111985b367030020f1494b8a8b95af)) - **editor:** Fix scrolling in code edit modal ([#&#8203;11647](https://github.com/n8n-io/n8n/issues/11647)) ([8f695f3](https://github.com/n8n-io/n8n/commit/8f695f3417820e7b9bb04b78972f6abbd61abbe8)) - **editor:** Prevent error being thrown in RLC while loading ([#&#8203;11676](https://github.com/n8n-io/n8n/issues/11676)) ([ca8cb45](https://github.com/n8n-io/n8n/commit/ca8cb455ba59831295c238afb11aeab6ad18428e)) - **editor:** Prevent NodeCreator from swallowing AskAssistant enter event ([#&#8203;11532](https://github.com/n8n-io/n8n/issues/11532)) ([db94f16](https://github.com/n8n-io/n8n/commit/db94f169fcd03983fc78a3b4c5e11543610825bf)) - **editor:** Show node executing status shortly before switching to success on new canvas ([#&#8203;11675](https://github.com/n8n-io/n8n/issues/11675)) ([b0ba24c](https://github.com/n8n-io/n8n/commit/b0ba24cbbc55cebc26e9f62ead7396c4c8fbd062)) - **editor:** Show only error title and 'Open errored node' button; hide 'Ask Assistant' in root for sub-node errors ([#&#8203;11573](https://github.com/n8n-io/n8n/issues/11573)) ([8cba100](https://github.com/n8n-io/n8n/commit/8cba1004888f60ca653ee069501c13b3cadcc561)) - **Facebook Lead Ads Trigger Node:** Fix issue with optional fields ([#&#8203;11692](https://github.com/n8n-io/n8n/issues/11692)) ([70d315b](https://github.com/n8n-io/n8n/commit/70d315b3d5b8f5f3e0f39527bba11e254a52028e)) - **Google BigQuery Node:** Add item index to insert error ([#&#8203;11702](https://github.com/n8n-io/n8n/issues/11702)) ([145d092](https://github.com/n8n-io/n8n/commit/145d0921b217bbd4b625beaacfa14429560bf51b)) - **Google Drive Node:** Fix file upload for streams ([#&#8203;11698](https://github.com/n8n-io/n8n/issues/11698)) ([770230f](https://github.com/n8n-io/n8n/commit/770230fbfe0b9e86527254e201c4602fbced94ff)) - **In-Memory Vector Store Node:** Fix displaying execution data of connected embedding nodes ([#&#8203;11701](https://github.com/n8n-io/n8n/issues/11701)) ([40ade15](https://github.com/n8n-io/n8n/commit/40ade151724f4af28a6ed959fd9363450ea711fd)) - **Item List Output Parser Node:** Fix number of items parameter issue ([#&#8203;11696](https://github.com/n8n-io/n8n/issues/11696)) ([01ebe9d](https://github.com/n8n-io/n8n/commit/01ebe9dd38629afbab954fb489f3ef2bb7ab5b34)) - **n8n Form Node:** Find completion page ([#&#8203;11674](https://github.com/n8n-io/n8n/issues/11674)) ([ed3ad6d](https://github.com/n8n-io/n8n/commit/ed3ad6d684597f7c4b7419dfa81d476e66f10eba)) - **n8n Form Node:** Open form page if form trigger has pin data ([#&#8203;11673](https://github.com/n8n-io/n8n/issues/11673)) ([f0492bd](https://github.com/n8n-io/n8n/commit/f0492bd3bb0d94802a2707fb1cf861313b6ea808)) - **n8n Form Node:** Trigger page stack in waiting if error in workflow ([#&#8203;11671](https://github.com/n8n-io/n8n/issues/11671)) ([94b5873](https://github.com/n8n-io/n8n/commit/94b5873248212a5500f02cf3c0d74df6f9d8fb26)) - **n8n Form Trigger Node:** Checkboxes different sizes ([#&#8203;11677](https://github.com/n8n-io/n8n/issues/11677)) ([c08d23c](https://github.com/n8n-io/n8n/commit/c08d23c00f01bb6fcb3b75f02e0338af375f9b32)) - NDV search bugs ([#&#8203;11613](https://github.com/n8n-io/n8n/issues/11613)) ([c32cf64](https://github.com/n8n-io/n8n/commit/c32cf644a6b8c21558e802449329877845de70b1)) - **Notion Node:** Extract page url ([#&#8203;11643](https://github.com/n8n-io/n8n/issues/11643)) ([cbdd535](https://github.com/n8n-io/n8n/commit/cbdd535fe0cb4e032ea82f008dcf35cc5f2264c2)) - **Redis Chat Memory Node:** Respect the SSL flag from the credential ([#&#8203;11689](https://github.com/n8n-io/n8n/issues/11689)) ([b5cbf75](https://github.com/n8n-io/n8n/commit/b5cbf7566d351d8a8e9972f13ff5867ff1c8d7d0)) - **Supabase Node:** Reset query parameters in get many operation ([#&#8203;11630](https://github.com/n8n-io/n8n/issues/11630)) ([7458229](https://github.com/n8n-io/n8n/commit/74582290c04d2dd32300b1a6c7715862ae837d34)) - **Switch Node:** Maintain output connections ([#&#8203;11162](https://github.com/n8n-io/n8n/issues/11162)) ([9bd79fc](https://github.com/n8n-io/n8n/commit/9bd79fceebc4453d0fe40ae5f628d5e31ff2b326)) ##### Features - **AI Transform Node:** Show warning for binary data ([#&#8203;11560](https://github.com/n8n-io/n8n/issues/11560)) ([ddbb263](https://github.com/n8n-io/n8n/commit/ddbb263dce0fc458abc95d850217251bb49d2b83)) - **core:** Make all http requests made with `httpRequestWithAuthentication` abortable ([#&#8203;11704](https://github.com/n8n-io/n8n/issues/11704)) ([0d8aada](https://github.com/n8n-io/n8n/commit/0d8aada49005d6a6078e8460003a0de61a8f423c)) - **editor:** Improve how we show default Agent prompt and Memory session parameters ([#&#8203;11491](https://github.com/n8n-io/n8n/issues/11491)) ([565f8cd](https://github.com/n8n-io/n8n/commit/565f8cd8c78b534a50e272997d659d162fa86625)) - **editor:** Improve workflow loading performance on new canvas ([#&#8203;11629](https://github.com/n8n-io/n8n/issues/11629)) ([f1e2df7](https://github.com/n8n-io/n8n/commit/f1e2df7d0753aa0f33cf299100a063bf89cc8b35)) - **editor:** Redesign Canvas Chat ([#&#8203;11634](https://github.com/n8n-io/n8n/issues/11634)) ([a412ab7](https://github.com/n8n-io/n8n/commit/a412ab7ebfcd6aa9051a8ca36e34f1067102c998)) - **editor:** Restrict when a ChatTrigger Node is added automatically ([#&#8203;11523](https://github.com/n8n-io/n8n/issues/11523)) ([93a6f85](https://github.com/n8n-io/n8n/commit/93a6f858fa3eb53f8b48b2a3d6b7377279dd6ed1)) - Github star button in-app ([#&#8203;11695](https://github.com/n8n-io/n8n/issues/11695)) ([0fd684d](https://github.com/n8n-io/n8n/commit/0fd684d90c830f8b0aab12b7f78a1fa5619c62c9)) - **Oura Node:** Update node for v2 api ([#&#8203;11604](https://github.com/n8n-io/n8n/issues/11604)) ([3348fbb](https://github.com/n8n-io/n8n/commit/3348fbb1547c430ff8707b298640e3461d3f6536)) ##### Performance Improvements - **editor:** Add lint rules for optimization-friendly syntax ([#&#8203;11681](https://github.com/n8n-io/n8n/issues/11681)) ([88295c7](https://github.com/n8n-io/n8n/commit/88295c70495ae3d017674d5745972a346fcbaf12)) ### [`v1.67.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1670-2024-11-06) ##### Bug Fixes - Bring back nodes panel telemetry events ([#&#8203;11456](https://github.com/n8n-io/n8n/issues/11456)) ([130c942](https://github.com/n8n-io/n8n/commit/130c942f633788d1b2f937d6fea342d4450c6e3d)) - **core:** Account for double quotes in instance base URL ([#&#8203;11495](https://github.com/n8n-io/n8n/issues/11495)) ([c5191e6](https://github.com/n8n-io/n8n/commit/c5191e697a9a9ebfa2b67587cd01b5835ebf6ea8)) - **core:** Do not delete waiting executions when saving of successful executions is disabled ([#&#8203;11458](https://github.com/n8n-io/n8n/issues/11458)) ([e8757e5](https://github.com/n8n-io/n8n/commit/e8757e58f69e091ac3d2a2f8e8c8e33ac57c1e47)) - **core:** Don't send a `executionFinished` event to the browser with no run data if the execution has already been cleaned up ([#&#8203;11502](https://github.com/n8n-io/n8n/issues/11502)) ([d1153f5](https://github.com/n8n-io/n8n/commit/d1153f51e80911cbc8f34ba5f038f349b75295c3)) - **core:** Include `projectId` in range query middleware ([#&#8203;11590](https://github.com/n8n-io/n8n/issues/11590)) ([a6070af](https://github.com/n8n-io/n8n/commit/a6070afdda29631fd36e5213f52bf815268bcda4)) - **core:** Save exeution progress for waiting executions, even when progress saving is disabled ([#&#8203;11535](https://github.com/n8n-io/n8n/issues/11535)) ([6b9353c](https://github.com/n8n-io/n8n/commit/6b9353c80f61ab36945fff434d98242dc1cab7b3)) - **core:** Use the correct docs URL for regular nodes when used as tools ([#&#8203;11529](https://github.com/n8n-io/n8n/issues/11529)) ([a092b8e](https://github.com/n8n-io/n8n/commit/a092b8e972e1253d92df416f19096a045858e7c1)) - **Edit Image Node:** Fix Text operation by setting Arial as default font ([#&#8203;11125](https://github.com/n8n-io/n8n/issues/11125)) ([60c1ace](https://github.com/n8n-io/n8n/commit/60c1ace64be29d651ce7b777fbb576598e38b9d7)) - **editor:** Auto focus first fields on SignIn, SignUp and ForgotMyPassword views ([#&#8203;11445](https://github.com/n8n-io/n8n/issues/11445)) ([5b5bd72](https://github.com/n8n-io/n8n/commit/5b5bd7291dde17880b7699f7e6832938599ffd8f)) - **editor:** Do not overwrite the webhookId in the new canvas ([#&#8203;11562](https://github.com/n8n-io/n8n/issues/11562)) ([dfd785b](https://github.com/n8n-io/n8n/commit/dfd785bc0894257eb6e62b0dd8f71248c27aae53)) - **editor:** Ensure Enter key on Cancel button correctly cancels node rename ([#&#8203;11563](https://github.com/n8n-io/n8n/issues/11563)) ([be05ae3](https://github.com/n8n-io/n8n/commit/be05ae36e7790156cb48b317fc254ae46a3b2d8c)) - **editor:** Fix emitting `n8nReady` notification via `postmessage` on new canvas ([#&#8203;11558](https://github.com/n8n-io/n8n/issues/11558)) ([463d101](https://github.com/n8n-io/n8n/commit/463d101f3592e6df4afd66c4d0fde0cb4aec34cc)) - **editor:** Fix run index input for RunData view in sub-nodes ([#&#8203;11538](https://github.com/n8n-io/n8n/issues/11538)) ([434d31c](https://github.com/n8n-io/n8n/commit/434d31ce928342d52b6ab8b78639afd7829216d4)) - **editor:** Fix selected credential being overwritten in NDV ([#&#8203;11496](https://github.com/n8n-io/n8n/issues/11496)) ([a26c0e2](https://github.com/n8n-io/n8n/commit/a26c0e2c3c7da87bfaba9737a967aa0070810d85)) - **editor:** Keep workflow pristine after load on new canvas ([#&#8203;11579](https://github.com/n8n-io/n8n/issues/11579)) ([7254359](https://github.com/n8n-io/n8n/commit/7254359855b89769613cd5cc24dbb4f45a7cc76f)) - Show Pinned data in demo mode ([#&#8203;11490](https://github.com/n8n-io/n8n/issues/11490)) ([ca2a583](https://github.com/n8n-io/n8n/commit/ca2a583b5cbb0cba3ecb694261806de16547aa91)) - Toast not aligned to the bottom when AI assistant disable ([#&#8203;11549](https://github.com/n8n-io/n8n/issues/11549)) ([e80f7e0](https://github.com/n8n-io/n8n/commit/e80f7e0a02a972379f73af6a44de11768081086e)) ##### Features - Add Rapid7 InsightVm credentials ([#&#8203;11462](https://github.com/n8n-io/n8n/issues/11462)) ([46eceab](https://github.com/n8n-io/n8n/commit/46eceabc27ac219b11b85c16c533a2cff848c5dd)) - **AI Transform Node:** UX improvements ([#&#8203;11280](https://github.com/n8n-io/n8n/issues/11280)) ([8a48407](https://github.com/n8n-io/n8n/commit/8a484077af3d3e1fe2d1b90b1ea9edf4ba41fcb6)) - **Anthropic Chat Model Node:** Add support for Haiku 3.5 ([#&#8203;11551](https://github.com/n8n-io/n8n/issues/11551)) ([8b39825](https://github.com/n8n-io/n8n/commit/8b398256a81594a52f20f8eb8adf8ff205209bc1)) - **Convert to File Node:** Add delimiter convert to csv ([#&#8203;11556](https://github.com/n8n-io/n8n/issues/11556)) ([63d454b](https://github.com/n8n-io/n8n/commit/63d454b776c092ff8c6c521a7e083774adb8f649)) - **editor:** Update panning and selection keybindings on new canvas ([#&#8203;11534](https://github.com/n8n-io/n8n/issues/11534)) ([5e2e205](https://github.com/n8n-io/n8n/commit/5e2e205394adf76faf02aee2d4f21df71848e1d4)) - **Gmail Trigger Node:** Add filter option to include drafts ([#&#8203;11441](https://github.com/n8n-io/n8n/issues/11441)) ([7a2be77](https://github.com/n8n-io/n8n/commit/7a2be77f384a32ede3acad8fe24fb89227c058bf)) - **Intercom Node:** Update credential to new style ([#&#8203;11485](https://github.com/n8n-io/n8n/issues/11485)) ([b137e13](https://github.com/n8n-io/n8n/commit/b137e13845f0714ebf7421c837f5ab104b66709b)) ### [`v1.66.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1660-2024-10-31) ##### Bug Fixes - **Asana Node:** Fix issue with pagination ([#&#8203;11415](https://github.com/n8n-io/n8n/issues/11415)) ([04c075a](https://github.com/n8n-io/n8n/commit/04c075a46bcc7b1964397f0244b0fde99476212d)) - **core:** Add 'user_id' to `license-community-plus-registered` telemetry event ([#&#8203;11430](https://github.com/n8n-io/n8n/issues/11430)) ([7a8dafe](https://github.com/n8n-io/n8n/commit/7a8dafe9902fbc0d5001c50579c34959b95211ab)) - **core:** Add safeguard for command publishing ([#&#8203;11337](https://github.com/n8n-io/n8n/issues/11337)) ([656439e](https://github.com/n8n-io/n8n/commit/656439e87138f9f96dea5a683cfdac3f661ffefb)) - **core:** Ensure `LoggerProxy` is not scoped ([#&#8203;11379](https://github.com/n8n-io/n8n/issues/11379)) ([f4ea943](https://github.com/n8n-io/n8n/commit/f4ea943c9cb2321e41705de6c5c27535a0f5eae0)) - **core:** Ensure `remove-triggers-and-pollers` command is not debounced ([#&#8203;11486](https://github.com/n8n-io/n8n/issues/11486)) ([529d4fc](https://github.com/n8n-io/n8n/commit/529d4fc3ef5206bd1b02d27634342cc50b45997e)) - **core:** Ensure job processor does not reprocess amended executions ([#&#8203;11438](https://github.com/n8n-io/n8n/issues/11438)) ([c152a3a](https://github.com/n8n-io/n8n/commit/c152a3ac56f140a39eea4771a94f5a3082118df7)) - **core:** Fix Message Event Bus Metrics not counting up for labeled metrics ([#&#8203;11396](https://github.com/n8n-io/n8n/issues/11396)) ([7fc3b25](https://github.com/n8n-io/n8n/commit/7fc3b25d21c6c4f1802f34b1ae065a65cac3001b)) - **core:** Fix resolving of $fromAI expression via `evaluateExpression` ([#&#8203;11397](https://github.com/n8n-io/n8n/issues/11397)) ([2e64464](https://github.com/n8n-io/n8n/commit/2e6446454defbd3e5a47b66e6fd46d4f1b9fbd0f)) - **core:** Make execution and its data creation atomic ([#&#8203;11392](https://github.com/n8n-io/n8n/issues/11392)) ([ed30d43](https://github.com/n8n-io/n8n/commit/ed30d43236bf3c6b657022636a02a41be01aa152)) - **core:** On unhandled rejections, extract the original exception correctly ([#&#8203;11389](https://github.com/n8n-io/n8n/issues/11389)) ([8608bae](https://github.com/n8n-io/n8n/commit/8608baeb7ec302daddc8adca6e39778dcf7b2eda)) - **editor:** Fix TypeError: Cannot read properties of undefined (reading '0') ([#&#8203;11399](https://github.com/n8n-io/n8n/issues/11399)) ([ae37c52](https://github.com/n8n-io/n8n/commit/ae37c520a91c75e353e818944b36a3619c0d8b4a)) - **editor:** Add Retry button for AI Assistant errors ([#&#8203;11345](https://github.com/n8n-io/n8n/issues/11345)) ([7699240](https://github.com/n8n-io/n8n/commit/7699240073122cdef31cf109fd37fa66961f588a)) - **editor:** Change tooltip for workflow with execute workflow trigger ([#&#8203;11374](https://github.com/n8n-io/n8n/issues/11374)) ([dcd6038](https://github.com/n8n-io/n8n/commit/dcd6038c3085135803cdaa546a239359a6d449eb)) - **editor:** Ensure toasts show above modal overlays ([#&#8203;11410](https://github.com/n8n-io/n8n/issues/11410)) ([351134f](https://github.com/n8n-io/n8n/commit/351134f786af933f5f310bf8d9897269387635a0)) - **editor:** Fit view consistently after nodes are initialized on new canvas ([#&#8203;11457](https://github.com/n8n-io/n8n/issues/11457)) ([497d637](https://github.com/n8n-io/n8n/commit/497d637fc5308b9c4a06bc764152fde1f1a9c130)) - **editor:** Fix adding connections when initializing workspace in templates view on new canvas ([#&#8203;11451](https://github.com/n8n-io/n8n/issues/11451)) ([ea47b02](https://github.com/n8n-io/n8n/commit/ea47b025fb16c967d4fc73dcacc6e260d2aecd61)) - **editor:** Fix rendering of AI logs ([#&#8203;11450](https://github.com/n8n-io/n8n/issues/11450)) ([73b0a80](https://github.com/n8n-io/n8n/commit/73b0a80ac92b4f4b5a300d0ec1c833b4395a222a)) - **editor:** Hide data mapping tooltip in credential edit modal ([#&#8203;11356](https://github.com/n8n-io/n8n/issues/11356)) ([ff14dcb](https://github.com/n8n-io/n8n/commit/ff14dcb3a1ddaea4eca7c1ecd2e92c0abb0c413c)) - **editor:** Prevent running workflow that has issues if listening to webhook ([#&#8203;11402](https://github.com/n8n-io/n8n/issues/11402)) ([8b0a48f](https://github.com/n8n-io/n8n/commit/8b0a48f53010378e497e4cc362fda75a958cf363)) - **editor:** Run external hooks after settings have been initialized ([#&#8203;11423](https://github.com/n8n-io/n8n/issues/11423)) ([0ab24c8](https://github.com/n8n-io/n8n/commit/0ab24c814abd1787268750ba808993ab2735ac52)) - **editor:** Support middle click to scroll when using a mouse on new canvas ([#&#8203;11384](https://github.com/n8n-io/n8n/issues/11384)) ([46f3b4a](https://github.com/n8n-io/n8n/commit/46f3b4a258f89f02e0d2bd1eef25a22e3a721167)) - **HTTP Request Tool Node:** Fix HTML response optimization issue ([#&#8203;11439](https://github.com/n8n-io/n8n/issues/11439)) ([cf37e94](https://github.com/n8n-io/n8n/commit/cf37e94dd875e9f6ab1f189146fb34e7296af93c)) - **n8n Form Node:** Form Trigger does not wait in multi-form mode ([#&#8203;11404](https://github.com/n8n-io/n8n/issues/11404)) ([151f4dd](https://github.com/n8n-io/n8n/commit/151f4dd7b8f800af424f8ae64cb8238975fb3cb8)) - Update required node js version in CONTRIBUTING.md ([#&#8203;11437](https://github.com/n8n-io/n8n/issues/11437)) ([4f511aa](https://github.com/n8n-io/n8n/commit/4f511aab68651caa8fe47f70cd7cdb88bb06a3e2)) ##### Features - **Anthropic Chat Model Node:** Add model claude-3-5-sonnet-20241022 ([#&#8203;11465](https://github.com/n8n-io/n8n/issues/11465)) ([f6c8890](https://github.com/n8n-io/n8n/commit/f6c8890a8069de221b9b96e735418ecc9624cf7b)) - **core:** Handle nodes with multiple inputs and connections during partial executions ([#&#8203;11376](https://github.com/n8n-io/n8n/issues/11376)) ([cb7c4d2](https://github.com/n8n-io/n8n/commit/cb7c4d29a6f042b590822e5b9c67fff0a8f0863d)) - **editor:** Add descriptive header to projects /workflow ([#&#8203;11203](https://github.com/n8n-io/n8n/issues/11203)) ([5d19e8f](https://github.com/n8n-io/n8n/commit/5d19e8f2b45dc1abc5a8253f9e3a0fdacb1ebd91)) - **editor:** Improve placeholder for vector store tool ([#&#8203;11483](https://github.com/n8n-io/n8n/issues/11483)) ([629e092](https://github.com/n8n-io/n8n/commit/629e09240785bc648ff6575f97910fbb4e77cdab)) - **editor:** Remove edge execution animation on new canvas ([#&#8203;11446](https://github.com/n8n-io/n8n/issues/11446)) ([a701d87](https://github.com/n8n-io/n8n/commit/a701d87f5ba94ffc811e424b60e188b26ac6c1c5)) - **editor:** Update ownership pills ([#&#8203;11155](https://github.com/n8n-io/n8n/issues/11155)) ([8147038](https://github.com/n8n-io/n8n/commit/8147038cf87dca657602e617e49698065bf1a63f)) ### [`v1.65.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1650-2024-10-24) ##### Bug Fixes - **AI Agent Node:** Preserve `intermediateSteps` when using output parser with non-tool agent ([#&#8203;11363](https://github.com/n8n-io/n8n/issues/11363)) ([e61a853](https://github.com/n8n-io/n8n/commit/e61a8535aa39653b9a87575ea911a65318282167)) - **API:** `PUT /credentials/:id` should move the specified credential, not the first one in the database ([#&#8203;11365](https://github.com/n8n-io/n8n/issues/11365)) ([e6b2f8e](https://github.com/n8n-io/n8n/commit/e6b2f8e7e6ebbb6e3776a976297d519e99ac6c64)) - **API:** Correct credential schema for response in `POST /credentials` ([#&#8203;11340](https://github.com/n8n-io/n8n/issues/11340)) ([f495875](https://github.com/n8n-io/n8n/commit/f4958756b4976e0b608b9155dab84564f7e8804e)) - **core:** Account for waiting jobs during shutdown ([#&#8203;11338](https://github.com/n8n-io/n8n/issues/11338)) ([c863abd](https://github.com/n8n-io/n8n/commit/c863abd08300b53ea898fc4d06aae97dec7afa9b)) - **core:** Add missing primary key to execution annotation tags table ([#&#8203;11168](https://github.com/n8n-io/n8n/issues/11168)) ([b4b543d](https://github.com/n8n-io/n8n/commit/b4b543d41daa07753eca24ab93bf7445f672361d)) - **core:** Change dedupe value column type from varchar(255) to text ([#&#8203;11357](https://github.com/n8n-io/n8n/issues/11357)) ([7a71cff](https://github.com/n8n-io/n8n/commit/7a71cff4d75fe4e7282a398b4843428e0161ba8c)) - **core:** Do not debounce webhooks, triggers and pollers activation ([#&#8203;11306](https://github.com/n8n-io/n8n/issues/11306)) ([64bddf8](https://github.com/n8n-io/n8n/commit/64bddf86536ddd688638a643d24f80c947a12f31)) - **core:** Enforce nodejs version consistently ([#&#8203;11323](https://github.com/n8n-io/n8n/issues/11323)) ([0fa2e8c](https://github.com/n8n-io/n8n/commit/0fa2e8ca85005362d9043d82469f3c3525f4c4ef)) - **core:** Fix memory issue with empty model response ([#&#8203;11300](https://github.com/n8n-io/n8n/issues/11300)) ([216b119](https://github.com/n8n-io/n8n/commit/216b119350949de70f15cf2d61f474770803ad7a)) - **core:** Fix race condition when resolving post-execute promise ([#&#8203;11360](https://github.com/n8n-io/n8n/issues/11360)) ([4f1816e](https://github.com/n8n-io/n8n/commit/4f1816e03db00219bc2e723e3048848aef7f8fe1)) - **core:** Sanitise IdP provided information in SAML test pages ([#&#8203;11171](https://github.com/n8n-io/n8n/issues/11171)) ([74fc388](https://github.com/n8n-io/n8n/commit/74fc3889b946e8f224e65ef8d3d44125404aa4fc)) - Don't show pin button in input panel when there's binary data ([#&#8203;11267](https://github.com/n8n-io/n8n/issues/11267)) ([c0b5b92](https://github.com/n8n-io/n8n/commit/c0b5b92f62a2d7ba60492eb27daced268b654fe9)) - **editor:** Add Personal project to main navigation ([#&#8203;11161](https://github.com/n8n-io/n8n/issues/11161)) ([1f441f9](https://github.com/n8n-io/n8n/commit/1f441f97528f58e905eaf8930577bbcd08debf06)) - **editor:** Fix Cannot read properties of undefined (reading 'finished') ([#&#8203;11367](https://github.com/n8n-io/n8n/issues/11367)) ([475d72e](https://github.com/n8n-io/n8n/commit/475d72e0bc9e13c6dc56129902f6f89c67547f78)) - **editor:** Fix delete all existing executions ([#&#8203;11352](https://github.com/n8n-io/n8n/issues/11352)) ([3ec103f](https://github.com/n8n-io/n8n/commit/3ec103f8baaa89e579844947d945f00bec9e498e)) - **editor:** Fix pin data button disappearing after reload ([#&#8203;11198](https://github.com/n8n-io/n8n/issues/11198)) ([3b2f63e](https://github.com/n8n-io/n8n/commit/3b2f63e248cd0cba04087e2f40e13d670073707d)) - **editor:** Fix RunData non-binary pagination when binary data is present ([#&#8203;11309](https://github.com/n8n-io/n8n/issues/11309)) ([901888d](https://github.com/n8n-io/n8n/commit/901888d5b1027098653540c72f787f176941f35a)) - **editor:** Fix sorting problem in older browsers that don't support `toSorted` ([#&#8203;11204](https://github.com/n8n-io/n8n/issues/11204)) ([c728a2f](https://github.com/n8n-io/n8n/commit/c728a2ffe01f510a237979a54897c4680a407800)) - **editor:** Follow-up fixes to projects side menu ([#&#8203;11327](https://github.com/n8n-io/n8n/issues/11327)) ([4dde772](https://github.com/n8n-io/n8n/commit/4dde772814c55e66efcc9b369ae443328af21b14)) - **editor:** Keep always focus on the first item on the node's search panel ([#&#8203;11193](https://github.com/n8n-io/n8n/issues/11193)) ([c57cac9](https://github.com/n8n-io/n8n/commit/c57cac9e4d447c3a4240a565f9f2de8aa3b7c513)) - **editor:** Open Community+ enrollment modal only for the instance owner ([#&#8203;11292](https://github.com/n8n-io/n8n/issues/11292)) ([76724c3](https://github.com/n8n-io/n8n/commit/76724c3be6e001792433045c2b2aac0ef16d4b8a)) - **editor:** Record sessionStarted telemetry event in Setting Store ([#&#8203;11334](https://github.com/n8n-io/n8n/issues/11334)) ([1b734dd](https://github.com/n8n-io/n8n/commit/1b734dd9f42885594ce02400cfb395a4f5e7e088)) - Ensure NDV params don't get cut off early and scrolled to the top ([#&#8203;11252](https://github.com/n8n-io/n8n/issues/11252)) ([054fe97](https://github.com/n8n-io/n8n/commit/054fe9745ff6864f9088aa4cd66ed9e7869520d5)) - **HTTP Request Tool Node:** Fix the undefined response issue when authentication is enabled ([#&#8203;11343](https://github.com/n8n-io/n8n/issues/11343)) ([094ec68](https://github.com/n8n-io/n8n/commit/094ec68d4c00848013aa4eec4ac5efbd2c92afc5)) - Include error in the message in JS task runner sandbox ([#&#8203;11359](https://github.com/n8n-io/n8n/issues/11359)) ([0708b3a](https://github.com/n8n-io/n8n/commit/0708b3a1f8097af829c92fe106ea6ba375d6c500)) - **Microsoft SQL Node:** Fix execute query to allow for non select query to run ([#&#8203;11335](https://github.com/n8n-io/n8n/issues/11335)) ([ba158b4](https://github.com/n8n-io/n8n/commit/ba158b4f8533bd3430db8766d4921f75db5c1a11)) - **OpenAI Chat Model Node, Ollama Chat Model Node:** Change default model to a more up-to-date option ([#&#8203;11293](https://github.com/n8n-io/n8n/issues/11293)) ([0be04c6](https://github.com/n8n-io/n8n/commit/0be04c6348d8c059a96c3d37a6d6cd587bfb97f3)) - **Pinecone Vector Store Node:** Prevent populating of vectors after manually stopping the execution ([#&#8203;11288](https://github.com/n8n-io/n8n/issues/11288)) ([fbae17d](https://github.com/n8n-io/n8n/commit/fbae17d8fb35a5197fa183e3639bb36762dc73d2)) - **Postgres Node:** Special datetime values cause errors ([#&#8203;11225](https://github.com/n8n-io/n8n/issues/11225)) ([3c57f46](https://github.com/n8n-io/n8n/commit/3c57f46aaeb968d2974f2dc9790317a6a6fab624)) - Resend invite operation on users list ([#&#8203;11351](https://github.com/n8n-io/n8n/issues/11351)) ([e4218de](https://github.com/n8n-io/n8n/commit/e4218debd18812fa3aa508339afd3de03c4d69dc)) - **SSH Node:** Cleanup temporary binary files as soon as possible ([#&#8203;11305](https://github.com/n8n-io/n8n/issues/11305)) ([08a7b5b](https://github.com/n8n-io/n8n/commit/08a7b5b7425663ec6593114921c2e22ab37d039e)) ##### Features - Add report bug buttons ([#&#8203;11304](https://github.com/n8n-io/n8n/issues/11304)) ([296f68f](https://github.com/n8n-io/n8n/commit/296f68f041b93fd32ac7be2b53c2b41d58c2998a)) - **AI Agent Node:** Make tools optional when using OpenAI model with Tools agent ([#&#8203;11212](https://github.com/n8n-io/n8n/issues/11212)) ([fed7c3e](https://github.com/n8n-io/n8n/commit/fed7c3ec1fb0553adaa9a933f91aabfd54fe83a3)) - **core:** introduce JWT API keys for the public API ([#&#8203;11005](https://github.com/n8n-io/n8n/issues/11005)) ([679fa4a](https://github.com/n8n-io/n8n/commit/679fa4a10a85fc96e12ca66fe12cdb32368bc12b)) - **core:** Enforce config file permissions on startup ([#&#8203;11328](https://github.com/n8n-io/n8n/issues/11328)) ([c078a51](https://github.com/n8n-io/n8n/commit/c078a516bec857831cc904ef807d0791b889f3a2)) - **core:** Handle cycles in workflows when partially executing them ([#&#8203;11187](https://github.com/n8n-io/n8n/issues/11187)) ([321d6de](https://github.com/n8n-io/n8n/commit/321d6deef18806d88d97afef2f2c6f29e739ccb4)) - **editor:** Separate node output execution tooltip from status icon ([#&#8203;11196](https://github.com/n8n-io/n8n/issues/11196)) ([cd15e95](https://github.com/n8n-io/n8n/commit/cd15e959c7af82a7d8c682e94add2b2640624a70)) - **GitHub Node:** Add workflow resource operations ([#&#8203;10744](https://github.com/n8n-io/n8n/issues/10744)) ([d309112](https://github.com/n8n-io/n8n/commit/d3091126472faa2c8f270650e54027d19dc56bb6)) - **n8n Form Page Node:** New node ([#&#8203;10390](https://github.com/n8n-io/n8n/issues/10390)) ([643d66c](https://github.com/n8n-io/n8n/commit/643d66c0ae084a0d93dac652703adc0a32cab8de)) - **n8n Google My Business Node:** New node ([#&#8203;10504](https://github.com/n8n-io/n8n/issues/10504)) ([bf28fbe](https://github.com/n8n-io/n8n/commit/bf28fbefe5e8ba648cba1555a2d396b75ee32bbb)) - Run `mfa.beforeSetup` hook before enabling MFA ([#&#8203;11116](https://github.com/n8n-io/n8n/issues/11116)) ([25c1c32](https://github.com/n8n-io/n8n/commit/25c1c3218cf1075ca3abd961236f3b2fbd9d6ba9)) - **Structured Output Parser Node:** Refactor Output Parsers and Improve Error Handling ([#&#8203;11148](https://github.com/n8n-io/n8n/issues/11148)) ([45274f2](https://github.com/n8n-io/n8n/commit/45274f2e7f081e194e330e1c9e6a5c26fca0b141)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEzLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-10-22 20:16:09 +02:00
renovate scheduled this pull request to auto merge when all checks succeed 2024-10-22 20:16:09 +02:00
renovate force-pushed renovate/n8nio-n8n-1.x from e848c8f6db to b6fd66989f 2024-10-24 12:03:26 +02:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.64.1 to Update n8nio/n8n Docker tag to v1.64.2 2024-10-24 12:03:37 +02:00
renovate force-pushed renovate/n8nio-n8n-1.x from b6fd66989f to fbb1bf517b 2024-10-24 13:03:28 +02:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.64.2 to Update n8nio/n8n Docker tag to v1.65.0 2024-10-24 13:03:38 +02:00
renovate force-pushed renovate/n8nio-n8n-1.x from fbb1bf517b to 49bf7a5fd3 2024-10-25 13:04:32 +02:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.65.0 to Update n8nio/n8n Docker tag to v1.65.1 2024-10-25 13:04:42 +02:00
renovate force-pushed renovate/n8nio-n8n-1.x from 49bf7a5fd3 to 1c64013367 2024-10-28 17:02:57 +01:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.65.1 to Update n8nio/n8n Docker tag to v1.65.2 2024-10-28 17:03:08 +01:00
renovate force-pushed renovate/n8nio-n8n-1.x from 1c64013367 to 0696b711dd 2024-10-31 17:04:43 +01:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.65.2 to Update n8nio/n8n Docker tag to v1.66.0 2024-10-31 17:04:56 +01:00
renovate force-pushed renovate/n8nio-n8n-1.x from 0696b711dd to b466473082 2024-11-06 18:04:52 +01:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.66.0 to Update n8nio/n8n Docker tag to v1.67.0 2024-11-06 18:05:05 +01:00
renovate force-pushed renovate/n8nio-n8n-1.x from b466473082 to 70e41cccbe 2024-11-07 13:04:38 +01:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.67.0 to Update n8nio/n8n Docker tag to v1.67.1 2024-11-07 13:04:51 +01:00
renovate force-pushed renovate/n8nio-n8n-1.x from 70e41cccbe to f69a3c820f 2024-11-13 19:04:02 +01:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.67.1 to Update n8nio/n8n Docker tag to v1.68.0 2024-11-13 19:04:14 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/n8nio-n8n-1.x:renovate/n8nio-n8n-1.x
git checkout renovate/n8nio-n8n-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/n8nio-n8n-1.x
git checkout renovate/n8nio-n8n-1.x
git rebase main
git checkout main
git merge --ff-only renovate/n8nio-n8n-1.x
git checkout renovate/n8nio-n8n-1.x
git rebase main
git checkout main
git merge --no-ff renovate/n8nio-n8n-1.x
git checkout main
git merge --squash renovate/n8nio-n8n-1.x
git checkout main
git merge --ff-only renovate/n8nio-n8n-1.x
git checkout main
git merge renovate/n8nio-n8n-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sebleh/n8n-custom#3
No description provided.