Azure IoT SDKs for Node.js version 1.1.5
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()
andConnectionString.createWithX509Certificate()
APIs - Add E2E tests for authentication failure
Thanks to @jsturtevant for helping with the iothub-explorer debugging instructions!