Skip to content

Azure IoT SDKs for Node.js

Compare
Choose a tag to compare
@pierreca pierreca released this 07 Feb 22:25

TL;DR

  • Fix for #221
  • Fix for #193
  • Fix for #187
  • Add support for TPM-based device registration and authentication
  • update MQTT library dependency minimum version
  • update AMQP library dependency minimum version

Details

azure-iot-common v1.4.0

  • Add new factory method for the SharedAccessSignature class enabling the caller to pass a function to use when signing the SAS token.

azure-iot-amqp-base v1.4.0 (not a usable public API!)

  • update AMQP library dependency minimum version
  • Enable support for custom SASL mechanism (used by TPM-based authentication)
  • Remove call to undefined callback (#221/#222)

azure-iot-http-base v1.3.1 (not a usable public API!)

  • Export HttpTransportError class.

azure-iot-mqtt-base v1.3.1 (not a usable public API!)

  • update MQTT library dependency minimum version

azure-iot-device v1.3.1

azure-iothub v1.2.4

  • Fix for #187 (properly URI-encode device ids)

azure-iot-provisioning-device v1.1.0

  • Add support for TPM-based device registration

azure-iot-provisioning-device-http v1.1.0

  • Add support for TPM-based device registration

azure-iot-provisioning-device-amqp v1.1.0

  • Add support for TPM-based device registration

azure-iot-security-tpm: v1.0.0-preview

  • Support for TPM-based registration

All packages have been updated to the latest version of the azure-iot-common package as well.