Azure IoT SDKs for Node.js v1.1.11 (Device) and v1.1.10 (Service)
Bugfixes
azure-iot-device-http
- messageId and other system properties were not set correctly in D2C messages over HTTP
azure-iothub
- Device Method parameters were still using the
timeoutInSeconds
parameter instead ofconnectTimeoutInSeconds
andresponseTimeoutInSeconds
.
Important note
We've switched to typescript during this release. while we expect no breaking changes and have decent end-to-end test coverage, it is not impossible that we missed something, especially as we turn from manual to automatic generation of d.ts file. please report any problem you find!