Skip to content

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)

29 Nov 22:12
Compare
Choose a tag to compare

This release contains many fixes:

  • The ability to use SharedAccessSignatures in the connection string (thanks @Loghorn!)
  • Many typescript overloads that fix typescript compilation issues (thanks @Loghorn again :)) (Fixes #403, #404, #409...)
  • A fix for #416 (usage of
  • Many updates to our dependencies

Azure IoT SDKs for Node.js v1.8.1 (Device) v1.4.1 (Provisioning) and v1.3.1 (security)

26 Oct 21:33
Compare
Choose a tag to compare

Azure IoT SDKs v1.8.0 (iothub), v1.4.0 (provisioning), v1.3.0 (security clients)

24 Oct 01:59
Compare
Choose a tag to compare

Bugfixes:

New Features

  • Promise support (#399). All APIs now return a Promise if no callback is passed.

Azure IoT SDKs v1.7.5 (iothub), v1.3.5 (provisioning), v1.2.5 (security)

16 Oct 01:54
Compare
Choose a tag to compare

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:

  • azure-iot-amqp-base@2.0.1
  • azure-iot-common@1.7.5
  • azure-iot-device@1.7.5
  • azure-iot-device-amqp@1.7.5
  • azure-iot-device-http@1.7.5
  • azure-iot-device-mqtt@1.7.5
  • azure-iot-http-base@1.7.5
  • azure-iot-mqtt-base@1.7.5
  • azure-iot-provisioning-device@1.3.5
  • azure-iot-provisioning-device-amqp@1.3.5
  • azure-iot-provisioning-device-http@1.3.5
  • azure-iot-provisioning-device-mqtt@1.3.5
  • azure-iot-provisioning-service@1.2.5
  • azure-iot-security-tpm@1.2.5
  • azure-iot-security-x509@1.2.5
  • azure-iothub@1.7.5
  • node-red-contrib-azureiothubnode@0.3.5

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

13 Sep 17:49
Compare
Choose a tag to compare
  • 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

09 Aug 08:26
Compare
Choose a tag to compare

Supersedes 1.7.2 which was not functional - same feature set

  • includes a fix for #338

Azure IoT Hub SDKs v1.7.2

09 Aug 01:33
Compare
Choose a tag to compare

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

13 Jul 21:12
Compare
Choose a tag to compare
  • 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

26 Jun 17:48
Compare
Choose a tag to compare

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

21 Jun 03:24
Compare
Choose a tag to compare
  • azure-iot-provisioning-service@1.1.0

    • Added support for Azure IoT Edge capability in the IndividualEnrollment class
  • azure-iot-device-mqtt@1.4.4