Azure IoT SDKs for Node.js v1.1.19 (Device) and v1.1.17 (Service)
This release includes upgrades to the inner workings of the transport packages (AMQP, MQTT and HTTP) to prepare for the introduction of retries in what will be the SDK version 1.2.0
- Introduction of state machines and connection state management in all transports
- Remove the receiver objects where pertinent and have a more consistent client experience across transports
- Moving some objects around (especially
RestApiClient
) so that more code can be shared between packages.
No API or behavioral changes should be apparent yet (except maybe more stable/more consistent connections)