n8n - Package Updates
-
[3.64.0]
- Update n8n to 1.75.2
- Full Changelog
- Postgres Chat Memory Node: Do not terminate the connection pool (#12674) (47cf99e)
- editor: Defer crypto.randomUUID call in CodeNodeEditor (#12630) (4ba62e4)
- editor: Fix Code node bug erasing and overwriting code when switching between nodes (#12637) (021e08f)
- Execute Workflow Node: Pass binary data to sub-workflow (#12635) (8007623)
- refactor(Postgres Node): Backport connection pooling to postgres v1 (#12484) (35cb10c)
- core: AugmentObject should check for own propeties correctly (#12534) (0cdf393)
- core: Disallow code generation in task runner (#12522) (35b6180)
- core: Fix node exclusion on the frontend types (#12544) (b2cbed9)
- core: Fix orchestration flow with expired license (#12444) (ecff3b7)
- core: Fix Sentry error reporting on task runners (#12495) (88c0838)
@Package-Updates there is a bug in code node and breaking the code I already posted on upstream with a link https://github.com/n8n-io/n8n/issues/12846
-
[3.65.0]
- Update n8n to 1.76.1
- Full Changelog
- Execute Workflow Node: Pass binary data to sub-workflow (#12635) (e9c152e)
- Google Gemini Chat Model Node: Add base URL support for Google Gemini Chat API (#12643) (14f4bc7)
- GraphQL Node: Change default request format to json instead of graphql (#11346) (c7c122f)
- Jira Software Node: Get custom fields(RLC) in update operation for server deployment type (#12719) (353df79)
- n8n Form Node: Remove the ability to change the formatting of dates (#12666) (14904ff)
- OpenAI Chat Model Node: Fix loading of custom models when using custom credential URL (#12634) (7cc553e)
- OpenAI Chat Model Node: Restore default model value (#12745) (d1b6692)
- Postgres Chat Memory Node: Do not terminate the connection pool (#12674) (e7f00bc)
- Postgres Node: Allow using composite key in upsert queries (#12639) (83ce3a9)
- Wait Node: Fix for hasNextPage in waiting forms (#12636) (652b8d1)
- Add credential only node for Microsoft Azure Monitor (#12645) (6ef8882)
- Add Miro credential only node (#12746) (5b29086)
- Add SSM endpoint to AWS credentials (#12212) (565c7b8)
- core: Enable task runner by default (#12726) (9e2a01a)
- editor: Force final canvas v2 migration and remove switcher from UI (#12717) (29335b9)
- editor: VariablesView Reskin - Add Filters for missing values (#12611) (1eeb788)
- Jira Software Node: Personal Access Token credential type (#11038) (1c7a38f)
- n8n Form Trigger Node: Form Improvements (#12590) (f167578)
- Synchronize deletions when pulling from source control (#12170) (967ee4b)
-
@Package-Updates there is a bug in code node and breaking the code I already posted on upstream with a link https://github.com/n8n-io/n8n/issues/12846
the bug is fixed with Update n8n to 1.76.1
-
[3.66.0]
- N8N_CONFIG_FILES is deprecated
-
-
[3.66.2]
- Update n8n to 1.76.3
- Full Changelog
- core: Do not enable strict type validation by default for resource mapper (#13037) (25edde9)
- Increment runIndex in WorkflowToolV2 tool executions to avoid reusing out of date inputs (#13008) (a4e45ac)
-
[3.67.0]
- Update n8n to 1.77.3
- Full Changelog
- core: Only use new resource mapper type validation when it is enabled (#13099) (cf0e3ff)
- core: Do not enable strict type validation by default for resource mapper (#13037) (582dc44)
- Increment runIndex in WorkflowToolV2 tool executions to avoid reusing out of date inputs (#13008) (82f17fe)
- core: Fix empty node execution stack (#12945) (d96e7c4)
- editor: Fix execution running status listener for chat messages (#12951) (5261588)
- editor: Fix showing and hiding canvas edge toolbar when hovering (#13009) (457f31c)
- core: Account for pre-execution failure in scaling mode (#12815) (b4d27c4)
- core: Display the last activated plan name when multiple are activated (#12835) (03365f0)
- core: Fix possible corruption of OAuth2 credential (#12880) (ac84ea1)
- core: Fix usage of external libs in task runner (#12788) (3d9d5bf)
- core: Handle max stalled count error better (#12824) (eabf160)
- core: Improve error handling in credential decryption and parsing (#12868) (0c86bf2)
-
[3.68.0]
- Update n8n to 1.78.0
- Full Changelog
- AI Agent Node: Ignore SSL errors option for SQLAgent (#13052) (a90529f)
- Code Node: Do not validate code within comments (#12938) (cdfa225)
- core: "Respond to Webhook" should work with workflows with waiting nodes (#12806) (e8635f2)
- core: Do not emit
workflow-post-executeevent for waiting executions (#13065) (1593b6c) - core: Do not enable strict type validation by default for resource mapper (#13037) (fdcff90)
- core: Fix empty node execution stack (#12945) (7031569)
- core: Only use new resource mapper type validation when it is enabled (#13099) (a37c8e8)
- editor: Actually enforce the version and don't break for old values in local storage (#13025) (884a7e2)
- editor: Add telemetry to source control feature (#13016) (18eaa54)
- editor: Allow switch to
Fixedfor boolean and number parameters with invalid expressions (#12948) (118be24) - editor: Allow to re-open sub-connection node creator if already active (#13041) (16d59e9)
- editor: Code node overwrites code when switching nodes after edits (#13078) (00e3ebc)
- editor: Fix execution running status listener for chat messages (#12951) (4d55a29)
- editor: Fix position of connector buttons when the line is straight (#13034) (3a908ac)
- editor: Fix showing and hiding canvas edge toolbar when hovering (#13009) (ac7bc4f)
- editor: Make AI transform node read only in executions view (#12970) (ce1deb8)
- editor: Prevent infinite loop in expressions crashing the browser (#12732) (8c2dbcf)
- editor: Refine push modal layout (#12886) (212a5bf)
- editor: SchemaView renders duplicate structures properly (#12943) (0d8a544)
- editor: Update node issues when opening execution (#12972) (1a91523)
- editor: Use correct connection index when connecting adjancent nodes after deleting a node (#12973) (c7a15d5)
- GitHub Node: Don't truncate filenames retrieved from GitHub (#12923) (7e18447)
- Google Cloud Firestore Node: Fix potential prototype pollution vulnerability (#13035) (f150f79)
- Increment runIndex in WorkflowToolV2 tool executions to avoid reusing out of date inputs (#13008) (cc907fb)
- Sync partial execution version of FE and BE, also allow enforcing a specific version (#12840) (a155043)
- Wise Node: Use ISO formatting for timestamps (#10288) (1a2d39a)
- Add reusable frontend
composablespackage (#13077) (ef87da4) - Add support for client credentials with Azure Log monitor (#13038) (2c2d631)
- Allow multi API creation via the UI (#12845) (ad3250c)
- Allow setting API keys expiration (#12954) (9bcbc2c)
- core: Add sorting to GET
/workflowsendpoint (#13029) (b60011a) - core: Enable usage as a tool for more nodes (#12930) (9deb759)
- core: Handle Declarative nodes more like regular nodes (#13007) (a65a9e6)
- Discord Node: New sendAndWait operation (#12894) (d47bfdd)
- editor: Display schema preview for unexecuted nodes (#12901) (0063bbb)
- editor: Easy $fromAI Button for AI Tools (#12587) (2177376)
- editor: Show fixed collection parameter issues in UI (#12899) (12d686c)
- Facebook Graph API Node: Update node to support API v22.0 (#13024) (0bc0fc6)
- HTTP Request Tool Node: Relax binary data detection (#13048) (b67a003)
- Human in the loop section (#12883) (9590e5d)
- n8n Form Node: Add Hidden Fields (#12803) (0da1114)
- n8n Form Node: Respond with Text (#12979) (182fc15)
- OpenAI Chat Model Node, OpenAI Node: Include o3 models in model selection (#13005) (37d152c)
- Summarize Node: Preserves original field data type (#13069) (be5e49d)
-
[3.68.1]
- Update n8n to 1.78.1
- Full Changelog
- core: Redact credentials (#13263) (1756097)
-
[3.69.0]
- Update n8n to 1.79.2
- Full Changelog
- Always clear popupWindowState before showing popup from form trigger (#13363) (f65b0f5)
- Code Node: Fix
$itemsin Code node when using task runner (#13368) (172fbe5) - core: Ensure that 'workflow-post-execute' event has userId whenever it's available (#13326) (c2ed1a0)
- core: Handle connections for missing nodes in a workflow (#13362) (4229d6c)
-
[3.69.1]
- Update n8n to 1.79.3
- Full Changelog
- core: Make sure middleware works with legacy API Keys (#13390) (537df8a)
-
[3.69.2]
- Update n8n to 1.79.4
- Full Changelog
-
[3.70.0]
- Update n8n to 1.80.3
- Full Changelog
- core: Make sure middleware works with legacy API Keys (#13390) (c4fe0b5)
- Always clear popupWindowState before showing popup from form trigger (#13363) (44e583b)
- Code Node: Fix
$itemsin Code node when using task runner (#13368) (da5afd0) - core: Ensure that 'workflow-post-execute' event has userId whenever it's available (#13326) (088872b)
- core: Handle connections for missing nodes in a workflow (#13362) (4da7ed7)
- AI Agent Node: Move model retrieval into try/catch to fix continueOnFail handling (#13165) (47c5688)
- Code Tool Node: Fix Input Schema Parameter not hiding correctly (#13245) (8e15ebf)
-
[3.70.1]
- Update n8n to 1.80.4
- Full Changelog
- Call n8n Workflow Tool Node: Support concurrent invocations of the tool (#13526) (de4d26d)
-
[3.70.2]
- Update n8n to 1.80.5
- Full Changelog
- Postgres Node: Accommodate null values in query parameters for expressions (#13544) (1940b09)
-
[3.71.0]
- Update n8n to 1.81.4
- Full Changelog
- core: Do not validate email when LDAP is enabled (#13605) (c55330c)
- core: Gracefully handle missing tasks metadata (#13632) (cecf61a)
- n8n Form Trigger Node: Sanitize HTML for formNode (#13595) (d0074d6)
- editor: Add workflows to the store when fetching current page (#13583) (127f213)
- editor: Undo keybinding changes related to window focus/blur events (#13559) (ee07621)
- Postgres Node: Accommodate null values in query parameters for expressions (#13544) (bdb1870)
-
[3.72.0]
- Update base image to 5.0.0
-
[3.73.0]
- Update n8n to 1.82.1
- Full Changelog
- core: Do not validate email when LDAP is enabled (#13605) (4d83067)
- editor: Fix RLC dropdown vanishing when focusing search input (#13579) (fce83dd)
- n8n Form Trigger Node: Sanitize HTML for formNode (#13595) (acde2e8)
- Call n8n Workflow Tool Node: Support concurrent invocations of the tool (#13526) (5334661)
- core: Gracefully handle missing tasks metadata (#13632) (999fb81)
- core: Remove
index.htmlcaching entirely (#13563) (afba8f9) - editor: Add workflows to the store when fetching current page (#13583) (c4f3293)
- editor: Ai 672 minor UI fixes on evaluation creation (#13461) (b791677)
- editor: Ai 675 minor tweaks to tests list (#13467) (5ad950f)
- editor: Don't show duplicate logs when tree is deeply nested (#13537) (d550382)
- editor: Fix browser crash with large execution result (#13580) (1c8c7e3)
- editor: Fix github star button layout (#13630) (139b5b3)
- editor: Fix icon color on 'Call n8n Workflow Tool' node (#13568) (90d0943)
- editor: Fix icon spacing in accordion title (#13539) (ebaaf0e)
- editor: Fix keyboard shortcuts no longer working after editing sticky note (#13502) (ab41fc3)
- editor: Fix workflows list status filter (#13621) (4067fb0)
-
[3.73.1]
- Update n8n to 1.82.3
- Full Changelog
- core: License should ignore empty input on onFeatureChange (#13912) (b7d14e0)
- core: Clean run data for dirty nodes properly, including their children (#13821) (30edaea)
- core: Find correct start nodes when the first node after that has no run data has pinned data (#13784) (beb84be)
-
[3.73.2]
- Update n8n to 1.82.4
- Full Changelog
- Execute method should be assigned to a Routing node even if it has webhook defined (#13910) (8aef698)
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