Node-RED
Low-code programming for event-driven applications
Alternative to: Zapier, IFTTT
About
Versions (100)
4.0.6
2024-12-16What’s Changed
- Improve the node name auto-generated with the first available number by @GogoVega in https://github.com/node-red/node-red/pull/4912
- Fix trigger node date handling for latest time type input by @dceejay in https://github.com/node-red/node-red/pull/4915
- Fix
envVareditable list should be sortable by @GogoVega in https://github.com/node-red/node-red/pull/4932 - Apply
envVarExcludessetting toutil.getSettinginto the function node by @GogoVega in https://github.com/node-red/node-red/pull/4925 - Missing getSubscriptions in the docs while its implemented by @ersinpw in https://github.com/node-red/node-red/pull/4934
- Fix
setModulePendingUpdatedwith plugins by @GogoVega in https://github.com/node-red/node-red/pull/4939 - Remove disabled node types from QuickAddDialog list by @GogoVega in https://github.com/node-red/node-red/pull/4946
- Make delay node rate limit reset consistent - not send on reset. by @dceejay in https://github.com/node-red/node-red/pull/4940
- Change groups.length to groups.size by @hungtcs in https://github.com/node-red/node-red/pull/4959
- Get the env config node from the parent subflow by @GogoVega in https://github.com/node-red/node-red/pull/4960
- Rename variable to avoid confusion in view.js by @knolleary in https://github.com/node-red/node-red/pull/4963
- Fix updating the Subflow name during a copy by @GogoVega in https://github.com/node-red/node-red/pull/4809
- Handle the import of an incomplete Subflow by @GogoVega in https://github.com/node-red/node-red/pull/4811
- Add config node to
RED.historyand handlechangedprop by @GogoVega in https://github.com/node-red/node-red/pull/4797 - Fix save and history of credentials for panes by @GogoVega in https://github.com/node-red/node-red/pull/4793
- Fix a node with an invalid number of outputs by @GogoVega in https://github.com/node-red/node-red/pull/4808
- Fix the config node users count by @GogoVega in https://github.com/node-red/node-red/pull/4807
- Validate user nodes into history when editing a config node by @GogoVega in https://github.com/node-red/node-red/pull/4819
- Handle subflow node as user of config nodes by @GogoVega in https://github.com/node-red/node-red/pull/4947
- Performance : make reading single buffer / string file faster by not re-allocating and handling huge buffers by @Fadoli in https://github.com/node-red/node-red/pull/4980
- Apply zoom scale when calculating annotation positions by @knolleary in https://github.com/node-red/node-red/pull/4981
- Fix junction insert position via context menu by @knolleary in https://github.com/node-red/node-red/pull/4974
- Validate json dropped into editor to avoid unhelpful error messages by @knolleary in https://github.com/node-red/node-red/pull/4964
- Fix delay node not dropping when nodeMessageBufferMaxLength is set by @dceejay in https://github.com/node-red/node-red/pull/4973
- Update dependencies by @knolleary in https://github.com/node-red/node-red/pull/4987
- Rework saving of credentials to undo history by @knolleary in https://github.com/node-red/node-red/pull/4983
- Ensure node.sep is honoured when generating CSV by @knolleary in https://github.com/node-red/node-red/pull/4982
- Add qoutes when installing local tgz to fix spacing in the file path by @AGhorab-upland in https://github.com/node-red/node-red/pull/4949
- Roll up various fixes on config node change history by @knolleary in https://github.com/node-red/node-red/pull/4975
- Update for 4.0.6 by @knolleary in https://github.com/node-red/node-red/pull/4990
New Contributors
- @ersinpw made their first contribution in https://github.com/node-red/node-red/pull/4934
- @hungtcs made their first contribution in https://github.com/node-red/node-red/pull/4959
- @AGhorab-upland made their first contribution in https://github.com/node-red/node-red/pull/4949
Full Changelog: https://github.com/node-red/node-red/compare/4.0.5…4.0.6