Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 2629d15

Browse files
committed
Version 0.2.5 updates
1 parent 9dbff52 commit 2629d15

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Release_notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@
1515
- Automatic response on desired property changes for IoT Central and PnP devices has been removed. It is up to the flow-logic in Node-Red to confirm receipt. The change has been made because the logic in Node-Red should determine whether action is taken based on desired property updates. Similar to the command (direct method) approach. Examples of root and component the confirmation messages are added to the [use](https://github.com/iotblackbelt/node-red-contrib-azure-iot-device/blob/master/USE.md) document.
1616
- Documentation:
1717
- CONFIGURE.md added: "Currently only CA based X.509 (group) certificates are supported. Individual device certificates are not. Both individual and group SAS Keys are supported."
18-
- USE.md added: description of "Azure IoT Central and PnP require a specific reported property"
18+
- USE.md added: description of "Azure IoT Central and PnP require a specific reported property"
19+
20+
## Release 0.2.5:
21+
- Bug fixes:
22+
- [#27](https://github.com/iotblackbelt/node-red-contrib-azure-iot-device/issues/27): Incorrect azure-iot-device-amqp version in 0.2.4?
23+
- Wrong version in package.json, has been fixed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-red-contrib-azure-iot-device",
33
"description": "Node-RED node to connect to the Azure IoT platform as a device.",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/iotblackbelt/node-red-contrib-azure-iot-device.git"
@@ -14,8 +14,8 @@
1414
"node": ">=0.10.0"
1515
},
1616
"dependencies": {
17-
"azure-iot-device": "^1.15.4",
18-
"azure-iot-device-amqp": "^1.15.4",
17+
"azure-iot-device": "^1.17.8",
18+
"azure-iot-device-amqp": "^1.13.8",
1919
"azure-iot-device-mqtt": "^1.15.8",
2020
"azure-iot-provisioning-device": "^1.8.12",
2121
"azure-iot-provisioning-device-mqtt": "^1.7.12",

0 commit comments

Comments
 (0)