Skip to content

Azure IoT SDKs

Compare
Choose a tag to compare
@pierreca pierreca released this 30 Jul 03:55
· 1514 commits to master since this release

C SDK

  • Added x509 authentication support to MQTT and AMQP transports
  • Brought back support for WEC2013 (using HTTPS protocol).

Java SDK

  • Add option to update SAS Token Expiry Time
  • Add support for one-way Authentication over SSL

C# SDK

  • Fix C# code so that it will once again build in .Net MF
  • Update DeviceClient.Create API to accept X.509 client certificate for MQTT protocol

Node SDK

  • Fix race condition in HTTP receiver
  • Add x509 authentication support to the MQTT transport
  • Fix error codes handling in HTTP Transport (#711)

Python SDK

  • Add support for x509 for HTTP

Java wrapper SDK

  • Add support for x509.

Tools

  • Add support in DeviceExplorer to create device with x509 thumbprint
  • Add support in iothub-explorer to create device with x509 thumbprint
  • Add suppoort support for x509 connection strings in iothub-explorer