Skip to content

Azure IoT SDKs

Compare
Choose a tag to compare
@pierreca pierreca released this 15 Aug 23:52
· 1338 commits to master since this release

Node JS SDK

  • New node-red package
  • New iothub-diagnostics tool
  • Bugfixes
    • iothub-explorer: missing callback when calling client.close()
    • amqp-ws transport: ECONNRESET wasn't handled properly
    • Fix runaway promise warning in AMQP transport
  • Add 'disconnect' event to Service SDK Client (#746)
  • Updated azure-storage and azure-event-hubs dependencies (#742)

C SDK:

  • Update HTTP sample for Windows Embedded Compact 2013 (#754, #755, #761)
  • Add messageId and correlationId to uAMQP messages on D2C messages

C# SDK:

  • PCL support in the main nuget package (#747)
  • Fix .NET Microframework solution (#553/#738)

Javawrapper SDK:

  • Fix x64 build warnings

Java SDK

  • Add support to provide SAS Token for Java SDK