Skip to content

Azure IoT SDKs for Node.js version 1.1.5

Compare
Choose a tag to compare
@pierreca pierreca released this 28 Jan 00:46
· 1120 commits to main since this release

Service SDK

  • Fix AMQP over Websockets transport for the Client (Connection URL was being overwritten)

Device SDK

  • Enforce UTF-8 decoding of PEM files in tests and samples (node 0.10 compatibility)
  • Add ConnectionString.createWithSharedAccessKey() and ConnectionString.createWithX509Certificate() APIs
  • Add E2E tests for authentication failure

Thanks to @jsturtevant for helping with the iothub-explorer debugging instructions!