NewAI Enhanced
4.1.4
4.1.4
Fixes
- Prevent uncaught exceptions in core node event handlers
- Fix incorrect array modification in delay node
- Fix double resolve in node close callback
- Fix race condition in localfilesystem context store during shutdown
- Fix importModule base dir for exports subpaths in registry
- Revert overflow fix in editableList
What's Changed
- fix: prevent uncaught exceptions in core node event handlers by @Dennis-SEG in https://github.com/node-red/node-red/pull/5438
- fix: prevent incorrect array modification in delay node by @Dennis-SEG in https://github.com/node-red/node-red/pull/5457
- fix: prevent double resolve in node close callback by @Dennis-SEG in https://github.com/node-red/node-red/pull/5461
- fix: prevent race condition in localfilesystem context store during shutdown by @Dennis-SEG in https://github.com/node-red/node-red/pull/5462
- registry: fix importModule base dir for exports subpaths by @yuan-cloud in https://github.com/node-red/node-red/pull/5465
- Revert overflow fix in editableList by @knolleary in https://github.com/node-red/node-red/pull/5467
- Bump for 4.1.4 release by @knolleary in https://github.com/node-red/node-red/pull/5468
New Contributors
- @yuan-cloud made their first contribution in https://github.com/node-red/node-red/pull/5465
Full Changelog: https://github.com/node-red/node-red/compare/4.1.3...4.1.4