Releases: n8n-io/n8n
Releases · n8n-io/n8n
n8n@1.76.2
n8n@1.77.1
n8n@1.77.0
1.77.0 (2025-01-29)
Bug Fixes
- 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)
- core: Renew license on startup for instances with detached floating entitlements (#12884) (f32eef8)
- core: Update execution entity and execution data in transaction (#12756) (1f43181)
- core: Validate credential data before encryption (#12885) (3d27a14)
- editor: Add notice when user hits the limit for execution metadata item length (#12676) (02df25c)
- editor: Don't send run data for full manual executions (#12687) (9139dc3)
- editor: Fix sub-execution links in empty output tables (#12781) (114ed88)
- editor: Fix workflow move project select filtering (#12764) (358d284)
- editor: Focus executions iframe when n8n is ready to delegate keyboard events (#12741) (d506218)
- editor: Handle large payloads in the AI Assistant requests better (#12747) (eb4dea1)
- editor: Hide Set up Template button for empty workflows (#12808) (36e615b)
- editor: Load appropriate credentials in canvas V2 for new workflow (#12722) (2020dc5)
- editor: Properly set active project in new canvas (#12810) (648c6f9)
- editor: Render inline SVGs correctly on the external secrets settings page (#12802) (5820ade)
- editor: Show input selector when node has error (#12813) (5b760e7)
- editor: Show mappings by default in sub-node NDVs when the root node isn't executed (#12642) (fb662dd)
- Postgres PGVector Store Node: Release postgres connections back to the pool (#12723) (663dfb4)
Features
- Add DeepSeek Chat Model node (#12873) (9918afa)
- Add OpenRouter node (#12882) (dc85b02)
- Add timeout options to sendAndWait operations (#12753) (3e9f24d)
- API: Add route for schema static files (#12770) (d981b56)
- core: Explicitly report external hook failures (#12830) (a24e442)
- core: Rename two task runner env vars (#12763) (60187ca)
- editor: Add evaluation workflow and enhance workflow selector with pinned data support (#12773) (be967eb)
- editor: Always keep at least one executing node indicator in the workflow (#12829) (c25c613)
- Google Chat Node: Updates (#12827) (e146ad0)
- Microsoft Outlook Node: New operation sendAndWait (#12795) (f4bf55f)
- n8n Form Node: Add read-only/custom HTML form elements (#12760) (ba8aa39)
- Send Email Node: New operation sendAndWait (#12775) (a197fbb)
- Summarize Node: Turns error when field not found in items into warning (#11889) (d7dda3f)
- Telegram Node: New operation sendAndWait (#12771) (2c58d47)
n8n@1.76.1
n8n@1.76.0
1.76.0 (2025-01-22)
Bug Fixes
- core: Align saving behavior in
workflowExecuteAfter
hooks (#12731) (9d76210) - core: AugmentObject should handle the constructor property correctly (#12744) (36bc164)
- core: Fix keyboard shortcuts for non-ansi layouts (#12672) (4c8193f)
- core: Fix license CLI commands showing incorrect renewal setting (#12759) (024ada8)
- core: Fix license initialization failure on startup (#12737) (ac2f647)
- core: Recover successful data-less executions (#12720) (a39b8bd)
- core: Remove run data of utility nodes for partial executions v2 (#12673) (b66a9dc)
- core: Sync
hookFunctionsSave
andhookFunctionsSaveWorker
(#12740) (d410b8f) - core: Update isDocker check to return true on kubernetes/containerd (#12603) (c55dac6)
- editor: Add unicode code points to expression language for emoji (#12633) (819ebd0)
- editor: Correct missing whitespace in JSON output (#12677) (b098b19)
- editor: Defer crypto.randomUUID call in CodeNodeEditor (#12630) (58f6532)
- editor: Fix Code node bug erasing and overwriting code when switching between nodes (#12637) (02d953d)
- editor: Fix execution list hover & selection colour in dark mode (#12628) (95c40c0)
- editor: Fix JsonEditor with expressions (#12739) (56c93ca)
- editor: Fix navbar height flickering during load (#12738) (a96b3f0)
- editor: Open chat when executing agent node in canvas v2 (#12617) (457edd9)
- editor: Partial execution of a workflow with manual chat trigger (#12662) (2f81b29)
- editor: Show connector label above the line when it's straight (#12622) (c97bd48)
- editor: Show run workflow button when chat trigger has pinned data (#12616) (da8aafc)
- editor: Update workflow re-initialization to use query parameter (#12650) (982131a)
- 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)
Features
- 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)
- 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)
n8n@1.75.2
n8n@1.74.3
n8n@1.75.1
1.75.1 (2025-01-17)
Bug Fixes
- 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)
n8n@1.74.2
1.74.2 (2025-01-17)
Bug Fixes
- editor: Defer crypto.randomUUID call in CodeNodeEditor (#12630) (0ffdcc5)
- editor: Fix Code node bug erasing and overwriting code when switching between nodes (#12637) (ecb847b)
- Execute Workflow Node: Pass binary data to sub-workflow (#12635) (2fd6418)
- refactor(Postgres Node): Backport connection pooling to postgres v1 (#12484) (35cb10c)
n8n@1.75.0
1.75.0 (2025-01-15)
Bug Fixes
- 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)
- core: Improve cyclic dependency check in the DI container (#12600) (c3c4a20)
- core: Only show personal credentials in the personal space (#12433) (8a42d55)
- core: Prefix package name in
supportedNodes
on generated types as well (#12514) (4a1a999) - core: Prevent prototype pollution in task runner (#12588) (bdf266c)
- core: Prevent prototype pollution of internal classes in task runner (#12610) (eceee7f)
- core: Use timing safe function to compare runner auth tokens (#12485) (8fab98f)
- core: Validate values which are intentionally 0 (#12382) (562506e)
- Don't break oauth credentials when updating them and allow fixing broken oauth credentials by repeating the authorization flow (#12563) (73897c7)
- editor: Don't show toolsUnused notice if run had errors (#12529) (3ec5b28)
- editor: Ensure proper "AI Template" URL construction in node creator (#12566) (13bf69f)
- editor: Fix NDV resize handle and scrollbar overlapping (#12509) (c28f302)
- editor: Fix parameter input validation (#12532) (6711cbc)
- editor: Fix selection rectangle context menu on new canvas (#12584) (c8e3c53)
- editor: Fix the
openselectivenodecreator
custom action on new canvas (#12580) (2110e9a) - editor: Fix workflow initilisation for test definition routes & add unit tests (#12507) (2775f61)
- editor: Make clicking item in RLC work the first time on small screens (#12585) (479933f)
- editor: Make sure code editors work correctly in fullscreen (#12597) (aa1f3a7)
- editor: Override selected nodes on single click without Meta/Ctrl key (#12549) (02c2d5e)
- editor: Show NDV errors when opening existing nodes with errors (#12567) (bee7267)
- editor: Swap Activate/Deactivate texts in FloatingToolbar (#12526) (44679b4)
- editor: Update filter and feedback for source control (#12504) (865fc21)
- editor: Update selected node when navigating via flowing nodes (#12581) (88659d8)
- Google Calendar Node: Updates and fixes (#10715) (7227a29)
- Spotify Node: Fix issue with null values breaking the response (#12080) (a56a462)