Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image n8nio/n8n to v1.74.1 #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Update Change
n8nio/n8n (source) minor 1.66.0 -> 1.74.1

Release Notes

n8n-io/n8n (n8nio/n8n)

v1.74.0

Bug Fixes
  • core: Align concurrency and timeout defaults between instance and runner (#​12503) (9953477)
  • core: Allow index as top-level item key for Code node (#​12469) (1b91000)
  • core: Don't fail task runner task if logging fails (#​12401) (0860fbe)
  • core: Ensure tasks timeout even if they don't receive settings (#​12431) (b194026)
  • core: Fix execution cancellation issues in scaling mode (#​12343) (e26b406)
  • core: Fix manually running a pinned trigger with offloading enabled (#​12491) (be2dcff)
  • core: Fix task runner sending too many offers (#​12415) (4498e35)
  • core: Increase default concurrency and timeout in task runners (#​12496) (4182095)
  • core: Prevent __default__ jobs in scaling mode (#​12402) (072664b)
  • core: Register workflows as active only after all of the triggers and pollers setup successfully (#​12244) (f924f2a)
  • core: Return unredacted credentials from GET credentials/:id (#​12447) (ecabe34)
  • core: Use rate limiter for task runner endpoints (#​12486) (491cb60)
  • editor: Allow zooming when panning keycode is pressed on new canvas (#​12327) (983e87a)
  • editor: Consistent protected environment styling and messaging (#​12374) (6891cef)
  • editor: First project button tweaks border and copy (#​12376) (e234756)
  • editor: Fix Multi option parameter expression when the value is an array (#​12430) (452a7bf)
  • editor: Improve configurable nodes design on new canvas (#​12317) (0ecce10)
  • editor: Minor styling improvements in project settings page (#​12405) (09ddce0)
  • editor: Never show Pinned Data Callout for Input Panel (#​12446) (1d5c9bd)
  • editor: Nodes' icon color in dark mode (#​12279) (01b781a)
  • editor: Only ignore managed credentials in the HTTP node (#​12417) (6b46657)
  • editor: Remove primary highlight color from edge being executed on new canvas (#​12307) (50913de)
  • editor: Render empty string instead of [empty] (#​12448) (2c72047)
  • editor: Show all workflows in the error workflow dropdown in the workflow settings (#​12413) (ccda7f9)
  • editor: Unify disabled parameters background color (#​12306) (8c63599)
  • HTTP Request Node: Fix typo in hint (#​12439) (b6230b6)
  • OpenAI Node: Add quotes to default base URL (#​12312) (2e90eba)
  • OpenAI Node: Update node to account for URL in credentials (#​12356) (f78cceb)
  • Postgres Node: Account for JSON expressions (#​12012) (06b86af)
  • Postgres Node: Allow passing in arrays to JSON columns for insert (#​12452) (9dd0686)
  • Postgres Node: Re-use connection pool across executions (#​12346) (2ca37f5)
  • Run workflow if active and single webhook service has pin data (#​12425) (8053a4a)
  • Set correct default for added Resource Mapper boolean fields (#​12344) (b4c77f2)
  • Supabase Node: Allow for filtering on the same field multiple times (#​12429) (d7cc789)
  • Zep Vector Store Node: Cloud vector store integration (#​12353) (2433d6b)
Features

v1.73.1

Bug Fixes

v1.73.0

Bug Fixes
Features
Performance Improvements
  • editor: SchemaView performance improvement by ≈90% 🚀 (#​12180) (6a58309)

v1.72.1

Bug Fixes
  • core: Fix $getWorkflowStaticData on task runners (#​12153) (215cb22)
  • core: Fix race condition in AI tool invocation with multiple items from the parent (#​12169) (67a99dd)
  • editor: Fix canvas panning using Control + Left Mouse Button on Windows (#​12104) (ef3358d)

v1.72.0

Bug Fixes
Features

v1.71.3

Bug Fixes
  • core: Fix $getWorkflowStaticData on task runners (#​12153) (26435f7)
  • editor: Fix canvas panning using Control + Left Mouse Button on Windows (#​12104) (77caa64)

v1.71.2

Bug Fixes
Features

v1.71.1

Bug Fixes

v1.71.0

Bug Fixes
  • core: Fix push for waiting executions (#​11984) (8d71307)
  • core: Improve header parameter parsing on http client responses (#​11953) (41e9e39)
  • core: Opt-out from optimizations if $item is used (#​12036) (872535a)
  • core: Use the configured timezone in task runner (#​12032) (2e6845a)
  • core: Validate node name when creating NodeOperationErrror (#​11999) (e68c9da)
  • editor: Add execution concurrency info and paywall (#​11847) (57d3269)
  • editor: Fix bug causing connection lines to disappear when hovering stickies (#​11950) (439a1cc)
  • editor: Fix canvas keybindings using splitter keys such as zooming using + key (#​12022) (6af9c82)
  • editor: Fix community check (#​11979) (af0398a)
  • editor: Fix copy/paste keyboard events in canvas chat (#​12004) (967340a)
  • editor: Fix node showing as successful if errors exists on subsequent runs (#​12019) (8616b17)
  • editor: Fix pin data showing up in production executions on new canvas (#​11951) (5f6f8a1)
  • editor: Handle source control initialization to prevent UI form crashing (#​11776) (6be8e86)
  • editor: Implement dirty nodes for partial executions (#​11739) (b8da4ff)
  • editor: Resolve going back from Settings (#​11958) (d74423c)
  • editor: Unify executions card label color (#​11949) (fc79718)
  • editor: Use optional chaining for all members in execution data when using the debug feature (#​12024) (67aa0c9)
  • GraphQL Node: Throw error if GraphQL variables are not objects or strings (#​11904) (85f30b2)
  • HTTP Request Node: Use iconv-lite to decode http responses, to support more encoding types (#​11930) (461b39c)
  • Load workflows with unconnected Switch outputs (#​12020) (abc851c)
  • n8n Form Node: Use https to load google fonts (#​11948) (eccd924)
  • Telegram Trigger Node: Fix header secret check (#​12018) (f16de4d)
  • Webflow Node: Fix issue with pagination in v2 node (#​11934) (1eb94bc)
  • Webflow Node: Fix issue with publishing items (#​11982) (0a8a57e)
Features
Performance Improvements

v1.70.4

Bug Fixes
Features

v1.70.3

Bug Fixes

v1.70.2

Bug Fixes

v1.70.1

Bug Fixes
  • editor: Fix bug causing connection lines to disappear when hovering stickies (#​11950) (c018b63)
  • editor: Fix pin data showing up in production executions on new canvas (#​11951) (e4e5077)

v1.70.0

Bug Fixes
  • AI Agent Node: Add binary message before scratchpad to prevent tool calling loops (#​11845) (5c80cb5)
  • CodeNodeEditor walk cannot read properties of null (#​11129) (d99e0a7)
  • core: Bring back execution data on the executionFinished push message (#​11821) (0313570)
  • core: Correct invalid WS status code on removing connection (#​11901) (1d80225)
  • core: Don't use unbound context methods in code sandboxes (#​11914) (f6c0d04)
  • core: Fix broken execution query when using projectId (#​11852) (a061dbc)
  • core: Fix validation of items returned in the task runner (#​11897) (a535e88)
  • editor: Add missing trigger waiting tooltip on new canvas (#​11918) (a8df221)
  • editor: Don't re-render input panel after node finishes executing (#​11813) (b3a99a2)
  • editor: Fix AI assistant loading message layout (#​11819) (89b4807)
  • editor: Fix new canvas discovery tooltip position after adding github stars button (#​11898) (f4ab5c7)
  • editor: Fix node position not getting set when dragging selection on new canvas (#​11871) (595de81)
  • editor: Restore workers view (#​11876) (3aa72f6)
  • editor: Turn NPS survey into a modal and make sure it shows above the Ask AI button (#​11814) (ca169f3)
  • editor: Use crypto.randomUUID() to initialize node id if missing on new canvas (#​11873) (bc4857a)
  • n8n Form Node: Duplicate popup in manual mode (#​11925) (2c34bf4)
  • n8n Form Node: Redirect if completion page to trigger (#​11822) (1a8fb7b)
  • OpenAI Node: Remove preview chatInput parameter for Assistant:Messsage operation (#​11825) (4dde287)
  • Retain execution data between partial executions (new flow) (#​11828) (3320436)
Features

v1.69.2

Bug Fixes

v1.69.1

Bug Fixes

v1.69.0

Bug Fixes
  • Add supported versions warning to Zep memory node (#​11803) (9cc5bc1)
  • AI Agent Node: Escape curly brackets in tools description for non Tool agents (#​11772) (83abdfa)
  • Anthropic Chat Model Node: Update credentials test endpoint (#​11756) (6cf0aba)
  • core: Add missing env vars to task runner config (#​11810) (870c576)
  • core: Allow Azure's SAML metadata XML containing WS-Federation nodes to pass validation (#​11724) (3b62bd5)
  • core: Delete binary data parent folder when pruning executions (#​11790) (17ef2c6)
  • core: Fix diagnostics.enabled default value (#​11809) (5fa72b0)
  • core: Improve the security on OAuth callback endpoints (#​11593) (274fcf4)
  • core: Restore old names for pruning config keys (#​11782) (d15b8d0)
  • core: Unload any existing version of a community nodes package before upgrading it (#​11727) (1d8fd13)
  • editor: Add documentation link to insufficient quota message (#​11777) (1987363)
  • editor: Add project header subtitle (#​11797) (ff4261c)
  • editor: Change Home label to Overview (#​11736) (1a78360)
  • editor: Fix executions sorting (#​11808) (cd5ad65)
  • editor: Fix partial executions not working due to broken push message queue and race conditions (#​11798) (b05d435)
  • editor: Fix reordered switch connections when copying nodes on new canvas (#​11788) (6c2dad7)
  • editor: Fix the issue with RMC Values to Send collection disappears (#​11710) (7bb9002)
  • editor: Improve formatting of expired trial error message (#​11708) (8a0ad0f)
  • editor: Optimize application layout (#​11769) (91f9390)
  • Google Sheets Trigger Node: Fix issue with regex showing correct sheet as invalid (#​11770) (d5ba1a0)
  • HTTP Request Node: Continue using error (#​11733) (d1bae1a)
  • n8n Form Node: Support expressions in completion page (#​11781) (1099167)
  • Prevent workflow to run if active and single webhook service (#​11752) (bcb9a20)
  • Read/Write Files from Disk Node: Escape parenthesis when reading file (#​11753) (285534e)
  • YouTube Node: Issue in published before and after dates filters (#​11741) (7381c28)
Features
  • core: Improve debugging of sub-workflows (#​11602) (fd3254d)
  • core: Improve handling of manual executions with wait nodes (#​11750) (61696c3)
  • editor: Add Info Note to NDV Output Panel if no existing Tools were used during Execution (#​11672) (de0e861)
  • editor: Add option to create sub workflow from workflows list in Execute Workflow node (#​11706) (c265d44)
  • editor: Add selection navigation using the keyboard on new canvas (#​11679) (6cd9b99)
  • editor: Add universal Create Resource Menu (#​11564) (b38ce14)
  • Embeddings Azure OpenAI Node, Azure OpenAI Chat Model Node: Add support for basePath url in Azure Open AI nodes (#​11784) (e298ebe)
  • Embeddings OpenAI Node, Embeddings Azure OpenAI Node: Add dimensions option (#​11773) (de01a8a)
  • GitHub stars dismiss button (#​11794) (8fbad74)

v1.68.1

Bug Fixes

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from 4710af0 to 07222a7 Compare November 25, 2024 13:20
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.69.0 chore(deps): update container image n8nio/n8n to v1.69.1 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from 07222a7 to e1a1156 Compare November 26, 2024 13:07
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.69.1 chore(deps): update container image n8nio/n8n to v1.69.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from e1a1156 to a287bac Compare November 27, 2024 15:32
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.69.2 chore(deps): update container image n8nio/n8n to v1.70.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from a287bac to 4e59bf1 Compare November 29, 2024 12:59
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.70.0 chore(deps): update container image n8nio/n8n to v1.70.1 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from 4e59bf1 to f62715b Compare December 4, 2024 15:59
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.70.1 chore(deps): update container image n8nio/n8n to v1.71.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from f62715b to 9215166 Compare December 6, 2024 11:59
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.71.0 chore(deps): update container image n8nio/n8n to v1.71.1 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from 9215166 to 495bf2c Compare December 10, 2024 16:05
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.71.1 chore(deps): update container image n8nio/n8n to v1.71.2 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from 495bf2c to ffb494c Compare December 11, 2024 14:56
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.71.2 chore(deps): update container image n8nio/n8n to v1.72.0 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from ffb494c to 31626f4 Compare December 12, 2024 17:42
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.72.0 chore(deps): update container image n8nio/n8n to v1.72.1 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from 31626f4 to c089468 Compare December 19, 2024 15:05
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.72.1 chore(deps): update container image n8nio/n8n to v1.73.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from c089468 to 175bcd8 Compare December 19, 2024 20:55
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.73.0 chore(deps): update container image n8nio/n8n to v1.73.1 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from 175bcd8 to 725e95e Compare January 8, 2025 18:31
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.73.1 chore(deps): update container image n8nio/n8n to v1.74.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/n8nio-n8n-1.x branch from 725e95e to d716c16 Compare January 9, 2025 17:37
@renovate renovate bot changed the title chore(deps): update container image n8nio/n8n to v1.74.0 chore(deps): update container image n8nio/n8n to v1.74.1 Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants