Releases: Azure/azure-iot-sdk-node
Releases · Azure/azure-iot-sdk-node
Azure IoT SDKs for Node.js v1.8.2 (Device/Hub) v1.4.2 (Provisioning) and v1.3.2 (security)
Azure IoT SDKs for Node.js v1.8.1 (Device) v1.4.1 (Provisioning) and v1.3.1 (security)
- Fix for #405
- Update the machina.js dependency
Azure IoT SDKs v1.8.0 (iothub), v1.4.0 (provisioning), v1.3.0 (security clients)
Azure IoT SDKs v1.7.5 (iothub), v1.3.5 (provisioning), v1.2.5 (security)
Bugfixes:
- update MQTT library dependency
- Add/Fix multiple end-to-end tests for security (invalid certificate tests) and build stability
- Remove sync calls in async
setOptions
method
Package list:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
This release also marks a new LTS cycle: 09_2018 is now the active LTS, 02_2018 is in maintenance/security fixes only and the *_2017 LTS branches are deprecated
Azure IoT SDKs for Node.js v1.7.4
- Various changes to adjust the SDK build pipeline.
- Increase the end to end test coverage.
- Add support for IoT Edge modules using the AMQP protocol.
- Utilize Rhea as the AMQP transport. Many thanks to @grs.
Azure IoT SDKs for Node.js v1.7.3
Supersedes 1.7.2 which was not functional - same feature set
- includes a fix for #338
Azure IoT Hub SDKs v1.7.2
Includes the fix for #338
this release has been unpublished from NPM since there was an issue with the publishing process and has been superseded by packages v1.7.3
Azure IoT Hub SDKs v1.7.1 & Azure IoT Hub Provisioning SDKs v1.3.1
- fix for #285
- update dependencies to solve nom audit warnings
- update build scripts to use lerna.js
Azure IoT SDKs for Node.js : Edge release
Azure IoT Hub Service SDK for Node.js
- Identity Registry: Create, Read, Update and Delete module identities
- Methods: Invoke a method on a module
- Twin: Update/Receive updates on module twins
- Create device configurations and apply then to devices (also used for Edge devices provisioning)
Azure IoT Hub Device SDK for Node.js
- Introducing the
ModuleClient
object. Build Edge modules with Node.js! - The
ModuleClient
can:- connect to an Edge Hub or an IoT Hub
- send telemetry
- receive and update its module twin
- receive method requests
- invoke methods on modules running on the same device and on downstream devices
- Make use of edge routing inputs and outputs when connected to an Edge hub
- Current limitations:
- IoT Hub connectivity is only supported in AMQP
- Edge Hub connectivity is only supported in MQTT
Azure IoT Hub Provisioning Service SDK for Node.js
- Supports the
iotEdge
capability on devices.
Azure IoT Provisioning Service SDK v1.1.0 - Azure IoT MQTT Transport Package v1.4.4
-
- Added support for Azure IoT Edge capability in the
IndividualEnrollment
class
- Added support for Azure IoT Edge capability in the
-
- fixed a bug that was losing the first message sent over MQTT when calling
sendEvent
before callingopen
. (see Azure-Samples/azure-iot-samples-node#8)
- fixed a bug that was losing the first message sent over MQTT when calling