n8n@1.123.38

n8n-io/n8nn8n@1.123.38Apr 29, 2026by n8n-assistant[bot]

AI Summary

Release addressing critical execution hanging issues and introducing new CLI filtering capabilities.

Key Highlights

  • Fixed code node executions hanging when idle timer overlaps with task acceptance
  • Fixed task runner hanging when connection attempt fails

New Features

  • Added --include and --exclude flags to import:credentials command
  • Added --projectId filter to export:workflow and export:credentials commands

Full Release Notes

## [1.123.38](https://github.com/n8n-io/n8n/compare/n8n@1.123.37...n8n@1.123.38) (2026-04-29)


### Bug Fixes

* **core:** Fix code node executions hanging when idle timer overlaps with task acceptance ([#29393](https://github.com/n8n-io/n8n/issues/29393)) ([4af49f1](https://github.com/n8n-io/n8n/commit/4af49f1d9eec95ba840fa40438f16b891db2bc98))
* **core:** Fix task runner hanging when connection attempt fails ([#29441](https://github.com/n8n-io/n8n/issues/29441)) ([271af23](https://github.com/n8n-io/n8n/commit/271af23ef35d7b98f02676e0f3ccfa3bbc3747b6))


### Features

* **core:** Add --include and --exclude flags to import:credentials command ([#29465](https://github.com/n8n-io/n8n/issues/29465)) ([6aaf436](https://github.com/n8n-io/n8n/commit/6aaf436435211babd3d04c398d3f0fd34c1ff109))
* **core:** Add --projectId filter to export:workflow and export:credentials commands ([#29373](https://github.com/n8n-io/n8n/issues/29373)) ([55cad3b](https://github.com/n8n-io/n8n/commit/55cad3babbff79e264f700e83e0a115991cddb76))