Releases: n8n-io/n8n
Releases · n8n-io/n8n
n8n@1.79.2
1.79.2 (2025-02-20)
Bug Fixes
- Always clear popupWindowState before showing popup from form trigger (#13363) (f65b0f5)
- Code Node: Fix
$items
in 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)
n8n@1.80.1
1.80.1 (2025-02-20)
Bug Fixes
- Always clear popupWindowState before showing popup from form trigger (#13363) (44e583b)
- Code Node: Fix
$items
in 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)
n8n@1.80.0
1.80.0 (2025-02-17)
Bug Fixes
- 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)
- core: Redact credentials (#13263) (052f177)
- core: Reduce risk of race condition during workflow activation loop (#13186) (64c5b6e)
- core: Run full manual execution when a trigger is executed even if run data exists (#13194) (66acb1b)
- Display correct editor URL (#13251) (67a4ed1)
- editor: Add template id to metadata when saving workflows from json (#13172) (2a92032)
- editor: Fix page size resetting when filters are reset on workflows page (#13265) (b4380d0)
- editor: Open autocompletion when starting an expression (#13249) (6377635)
- editor: Prevent pagination setting from being overwritten in URL (#13266) (d1e65a1)
- editor: Propagate isReadOnly to ResourceMapper
Attempt to Convert Types
switch (#13216) (617f841) - editor: Render assignments without ID correctly (#13252) (d116f12)
Features
n8n@1.75.3
n8n@1.74.4
n8n@1.78.1
n8n@1.79.1
n8n@1.77.4
n8n@1.76.4
n8n@1.79.0
1.79.0 (2025-02-13)
Bug Fixes
- Airtable Node: Use item at correct index in base/getSchema (#13174) (f2e3586)
- Basic LLM Chain Node: Use correct mimetype for binary data (#12978) (2b1eb04)
- Call n8n Sub-Workflow Tool Node: Fix json type when using $fromAI (#13102) (9e4e1ca)
- core: Add an option to enable dual-stack lookup to support IPv6 for redis (#13118) (be39d0a)
- core: Allow secrets manager secrets to be used in credentials (#13110) (cae98e7)
- core: Do not save credential overwrites data into the database (#13170) (298a7b0)
- core: Fix high volume of node operation errors in Sentry (#13053) (e59d983)
- core: Fix resuming executions on test webhooks from Wait nodes (#13168) (5dddf77)
- core: Handle cancellation of waiting executions correctly (#13051) (fc440eb)
- core: Handle credential decryption failures gracefully on the API (#13166) (a4c5334)
- core: Handle missing
json
property onnodeSuccessData
(#13219) (aedea7a) - core: Same version of merge node behaves differently after n8n update (#13106) (df8f059)
- editor: Adjust project plus button color in dark mode (#13175) (4c19bae)
- editor: Correctly compare old parameter value for nested parameters (#13179) (b6c0d96)
- editor: Disable fromAI button for vector stores (#13125) (bde8420)
- editor: Don't show 'Test workflow' button if the canvas is read-only (#13199) (56426e9)
- editor: Fix '=' handling in expressions (#13129) (8f25a06)
- editor: Fix alignment in RMC component (#13167) (78644b0)
- editor: Fix issues with push connect reconnection (#13085) (fff98b1)
- editor: Fix prompt in easy ai template (#13091) (2eabca5)
- editor: Load only personal credentials when setting up a template (#12826) (814e2a8)
- editor: Make connector buttons background opaque when dark mode is enabled system-wide (#13180) (77be25d)
- Gmail Trigger Node: Prevent error for empty emails, improve type safety (#13171) (115a367)
- Google Sheets Node: Do not delete row_number key from input item (#13158) (da5e4be)
- Google Sheets Node: RMC should correctly map columns if data location set in options (#13116) (5d05f7f)
- Google Sheets Trigger Node: Do not return header row in rowAdded mode (#13119) (cd8b300)
- Microsoft OneDrive Node: Try to download file using downloadUrl (#13200) (67cd05c)
- OpenAI Node: Limit chat history to context window when using memory (#13137) (f057cfb)
- Summarize Node: Not dealing with null values properly (#13044) (9324e4f)
Features
- Add ConvertAPI cred only node (#12663) (731a9a7)
- core: Add an option to allow community nodes as tools (#13075) (2b133aa)
- core: Add migration to create model for folders feature (#13060) (03f4ed8)
- editor: Add ‘execute workflow’ buttons below triggers on the canvas (#12769) (b17cbec)
- editor: Add docs link in $fromAI hover info tooltip (#13097) (ff8b1c1)
- editor: Expose
View Execution
links for erroneous sub-executions (#13185) (11cf1cd) - Microsoft Teams Node: New operation sendAndWait (#12964) (e925562)
- OpenAI Chat Model Node: Add reasoning effort option to control the amount of reasoning tokens to use (#13103) (76e0c99)