Version 3.0 released

Node-RED 3.0 is now available to install. If upgrading, please read the upgrade instructions.

バージョン1.3がリリースされました

Node-RED 1.3がインストールできるようになりました。もし、アップデートをしたい場合は、アップグレード手順を参照してください。

Version 1.2 released

Node-RED 1.2 is now available to install.

What's next with Node-RED?

Last week I presented at Node-RED Con Tokyo to talk about the future of the project. I spoke about the high-level goals for project and what they translate to in terms of technical features in the roadmap.

Going beyond Node-RED 1.x

With the 1.1.0 release done, our attention turns to the next release. But before we push ahead with the next item on the backlog, it’s a good moment to think about the bigger picture

Version 1.1 released

Node-RED 1.1 is now available to install.

Version 1.0 released

We published the roadmap to get us to this point two years ago. It may have taken longer than we anticipated, but the time has arrived for us to release Node-RED 1.0.

Knowing when a node is done

Updated 26/9: Updated the recommended approach for maintaining backward compatibility

Cloning messages in a flow

With the change to asynchronous message passing in Node-RED 1.0, we’re also changing how some messages are cloned between nodes. The behaviour in this area wasn’t always clear and could lead to unexpected results to end users who weren’t familiar with some of the principles of JavaScript object handling.