You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2013-10-16-version-0-2-0-released.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: blog
3
3
title: Version 0.2.0 released
4
+
author: nick
4
5
---
5
6
6
7
We're still finding our way with how we want to do regular releases, but as I said in the [original commit](https://github.com/node-red/node-red/commit/32796dd74ca2525e3fea302e79ff3fc596bb1bf3) to github, we've got to start somewhere.
@@ -18,4 +19,4 @@ Moving forward, there are various strands of activity. Some of the ones that are
18
19
19
20
Stay tuned for more thoughts on these.
20
21
21
-
In the meantime, if you have any thoughts or suggestions, leave a comment here or on the [mailing list](https://groups.google.com/forum/#!forum/node-red).
22
+
In the meantime, if you have any thoughts or suggestions, leave a comment here or on the [mailing list](https://groups.google.com/forum/#!forum/node-red).
Copy file name to clipboardExpand all lines: _posts/2013-10-21-internet-of-things-messaging-hangout.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: blog
3
3
title: Internet of Things Messaging Hangout
4
+
author: nick
4
5
---
5
6
6
7
I was asked to join some of my Messaging colleagues in a Google Handout earlier today to talk about the Internet of Things, Node-RED and the upcoming [ThingMonk conference](http://redmonk.com/thingmonk/).
Copy file name to clipboardExpand all lines: _posts/2013-10-31-version-0-3-0-released.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: blog
3
3
title: Version 0.3.0 released
4
+
author: nick
4
5
---
5
6
6
7
Node-RED 0.3.0 is now available to [download](https://github.com/node-red/node-red/archive/0.3.0.zip) or [npm install](https://npmjs.org/package/node-red).
Copy file name to clipboardExpand all lines: _posts/2013-11-14-version-0-4-0-released.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: blog
3
3
title: Version 0.4.0 released
4
+
author: nick
4
5
---
5
6
6
7
Node-RED 0.4.0 is now available to [download](https://github.com/node-red/node-red/archive/0.4.0.zip) or [npm install](https://npmjs.org/package/node-red). Please read the [upgrade instructions](http://nodered.org/docs/getting-started/upgrading.html).
@@ -39,15 +40,15 @@ In the [node-red-nodes](https://github.com/node-red/node-red-nodes) repository,
39
40
40
41
### What's next?
41
42
42
-
There's a healthy [list of issues](https://github.com/node-red/node-red/issues?state=open) and we've still got a whiteboard of scribblings to work through.
43
+
There's a healthy [list of issues](https://github.com/node-red/node-red/issues?state=open) and we've still got a whiteboard of scribblings to work through.
43
44
44
45
Some of the items near the top of the list include:
45
46
46
47
- making it more obvious if you have nodes with undeployed changes
47
48
- add client id, usernamd and password support to the MQTT nodes. May even get Last Will and Testament support in.
48
49
- enable session-oriented connections in the TCP nodes.
49
50
50
-
51
+
51
52
52
53
### Upcoming events
53
54
@@ -60,4 +61,4 @@ On December 2nd & 3rd is [ThingMonk](http://redmonk.com/thingmonk/), a two-day e
60
61
61
62
>We need to make it as easy as possible to allow developers, to make things, for play or profit, serious or whimsical, professional or hobbyist.
62
63
63
-
Be sure to [buy your ticket](http://redmonk.com/thingmonk/tickets/) and we'll see you there.
64
+
Be sure to [buy your ticket](http://redmonk.com/thingmonk/tickets/) and we'll see you there.
Copy file name to clipboardExpand all lines: _posts/2013-12-21-version-0-5-0-released.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: blog
3
3
title: Version 0.5.0 released
4
+
author: nick
4
5
---
5
6
6
7
A bit later than planned, Node-RED 0.5.0 is now available to [download](https://github.com/node-red/node-red/archive/0.5.0.zip) or [npm install](https://npmjs.org/package/node-red). Please read the [upgrade instructions](http://nodered.org/docs/getting-started/upgrading.html).
@@ -78,5 +79,3 @@ npm-installable nodes have been on the to-do list for a while now; it's probably
78
79
Another issue to tackle is a better separation of the admin UI from the runtime. Currently, you can use `httpRoot` to move where the admin UI is served from as well as apply basic authentication. An unfortunate side effect is that if you secure the admin UI, you end up also securing the HTTP In nodes - probably not the desired result. We need to separate these out, but the challenge is doing this in a backwardly compatible way.
79
80
80
81
There are also a few [pull-requests](https://github.com/node-red/node-red-nodes/pulls) for new nodes working their way through the system.
>The workshop project involves using a RaspberryPi and Bluetooth 4.0 for automatically turning on a Philips Hue wireless lamp based on user proximity (using a smartphone or a device like the Fitbit). The workshop will teach participants how to use Node-RED for interacting with Objects/Smart Things. We will learn the basic elements of Node-RED, how to interface with hardware like the Arduino, how to write custom code and how to consume external services using APIs.
23
+
>The workshop project involves using a RaspberryPi and Bluetooth 4.0 for automatically turning on a Philips Hue wireless lamp based on user proximity (using a smartphone or a device like the Fitbit). The workshop will teach participants how to use Node-RED for interacting with Objects/Smart Things. We will learn the basic elements of Node-RED, how to interface with hardware like the Arduino, how to write custom code and how to consume external services using APIs.
23
24
24
25
[Early bird tickets](http://www.makerland.org/tickets/) are available for a couple more weeks.
Copy file name to clipboardExpand all lines: _posts/2014-02-21-version-0-6-0-released.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: blog
3
3
title: Version 0.6.0 released
4
+
author: nick
4
5
---
5
6
6
7
Node-RED 0.6.0 is now available to [download](https://github.com/node-red/node-red/archive/0.6.0.zip) or [npm install](https://npmjs.org/package/node-red). Please read the [upgrade instructions](http://nodered.org/docs/getting-started/upgrading.html).
@@ -41,7 +42,7 @@ For the sake of completeness, there is also a new option to provide basic auth d
41
42
Internally, there has been a change to how nodes access the express app to attach their HTTP request handles. Previously, a node would just use `RED.app`. For example, from the Inject node:
42
43
43
44
RED.app.post("/inject/:id", function(req,res) {
44
-
45
+
45
46
The use of `RED.app` has been deprecated. If you use it, you'll get a log message in the console warning about use of a deprecated API - although things will still work for now.
46
47
47
48
These there are two new properties of `RED` to use:
@@ -63,13 +64,13 @@ you must do:
63
64
- Importing a flow has got a bit easier now that you can drag and drop the flow json straight onto the canvas. Here's an example dragging from the new flow library.
64
65
65
66

66
-
67
+
67
68
- To make it a bit easier to find things in the palette, we've added a search filter.
- To help manage the configuration nodes used in a flow, we've added the config node sidebar tab. It lists all of the config nodes in the flow and highlights what's using each one. This means you can quickly spot any config nodes that are no longer being used and can be deleted.
- Added nodes for Emoncms, Postgres and Amazon DynamoDB to the [node-red-nodes](https://github.com/node-red/node-red-nodes) repository
81
82
- Added `socketTimeout` to settings.js for TCP server sockets
82
83
- Added proper choice for regex support to change node
83
-
- Fixed keepalive handling in MQTT client
84
+
- Fixed keepalive handling in MQTT client
84
85
- Added options for all 17 pins in WiringPi
85
86
- Added new Range Node
86
87
- Improved inject node payload options - allows an 'empty' payload to be injected
87
88
- File node: the filename can be overridden by the incoming message's `filename` property. It will delete the file if the message has a `delete` property.
88
89
- Added username/password to Mongo nodes
89
90
- Added `httpNodeCors` to setting.js to enable cross-origin requests to be made
Copy file name to clipboardExpand all lines: _posts/2014-04-16-version-0-7-0-released.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: blog
3
3
title: Version 0.7.0 released
4
+
author: nick
4
5
---
5
6
6
7
Node-RED 0.7.0 is now available to [download](https://github.com/node-red/node-red/archive/0.7.0.zip) or [npm install](https://npmjs.org/package/node-red).
@@ -27,12 +28,12 @@ As we now have a couple different command-line options, we've added help:
@@ -68,8 +69,8 @@ As announced earlier on the [mailing list](https://groups.google.com/forum/#!top
68
69
- 30-socketout - the matching outbound sockets
69
70
- 32-multicast - the original multicast node - now replaced as part of the udp node
70
71
- 35-rpi-gpio-in - original raspberry pi input node using a node library (no longer maintained) - now replaced by the one using gpio.
71
-
- 35-rpi-gpio-out - the outbound pair
72
-
72
+
- 35-rpi-gpio-out - the outbound pair
73
+
73
74
#### Deprecating HTTPGet
74
75
In this release we have deprecated the httpget node. This had been logically replaced by the HTTPRequest node some time ago, but we never got around to properly deprecating it. When I highlighted this, it was pointed out there was a feature of the httpget node not available in its replacement; the ability to programmatically construct the url within the node.
75
76
@@ -106,6 +107,3 @@ You can still construct the url yourself and pass it in with the `url` property
106
107
- Pibrella board
107
108
- Updated the Emoncms and Hue nodes with new capabilities
108
109
- The Twilio node no longer requires you to provide your account details in `settings.js` - you can provide them within the node itself.
0 commit comments