1.37.0 (2024-04-10)
Bug Fixes
- API: Accept
settings.executionOrder
in workflow creation (#9072) (0c90c7c) - AWS Bedrock Chat Model Node: Improve filtering of Bedrock models & fix Claude 3 (#9085) (cfaab0b)
- Continue on fail / error output support for chains and agents (#9078) (f62800c)
- core: Ensure
status
on Axios errors is available to the BE (#9015) (744327c) - core: Ensure only leader handles waiting executions (#9014) (217b07d)
- core: Ensure TTL safeguard for test webhooks applies only to multi-main setup (#9062) (ff81de3)
- core: Fix
isLeader
check inWaitTracker
constructor (#9100) (c2f4d7d) - core: Remove binary data when deleting executions by filter (#9056) (7bf0f90)
- editor: Add fallback for expression resolution in multi-output case (#9045) (bcd39a1)
- editor: Allow pinning of AI root nodes (#9060) (32df171)
- editor: Canvas showing error toast when clicking outside of "import workflow by url" modal (#9001) (f6ce81e)
- editor: Connecting nodes to triggers when adding them together (#9042) (f214362)
- editor: Drop outgoing connections on order changed event for nodes with dynamic outputs (#9055) (3dd70a1)
- editor: Expand range of allowed characters in expressions (#9083) (3bcfef9)
- editor: Fix displaying logic of execution retry button (#9061) (92f6cbf)
- editor: Fix execution with wait node (#9051) (db4f8d4)
- editor: Fix issue with case insensitive tags (#9071) (caea27d)
- editor: Fix issues in dark mode (#9068) (7467aa3)
- editor: Issue showing Auth2 callback section when all properties are overriden (#8999) (dff8f7a)
- editor: Make share modal content scrollable (#9025) (ec9fe98)
- editor: Make Webhook node pinnable (#9047) (042aa62)
- editor: Prevent saving workflow while another save is in progress (#9048) (3c9a1d2)
- editor: Rerun failed nodes in manual executions (#9050) (bc6575a)
- editor: UX improvements to mfa setup modal (#9059) (4ac02dd)
- Fix missing input panel in node details view (#9043) (71c54cb)
- HTTP Request Node: Duplicate key names support for form data (#9040) (3e231db)
- MySQL Node: Query Parameters parse string to number (#9011) (610ead9)
- Summarization Chain Node: 'Final Prompt to Combine' and 'Individual Summary Prompt' options (#8391) (e47e4bf)
- Workflows executed from other workflows not stopping (#9010) (0ac9851)
Features
- Add credential update and delete events to log streaming (#9026) (f4f0a36)
- Allow workflow execution even if it has errors (#9037) (eaaefd7)
- Append item index suffix to an error message, if provided, and node has many input items (#9070) (5793e56)
- core: Improve Langsmith traces for AI executions (#9081) (936682e)
- core: Prevent session hijacking (#9057) (2826104)
- Email Trigger (IMAP) Node: Migrate from
imap-simple
to@n8n/imap
(#8899) (9f87cc2) - JWT Node: New node (#9005) (0a9f6b3)
- Postgres Node: Options keepAlive and keepAliveInitialDelayMillis (#9067) (58518b6)