Skip to content

Azure IoT SDKs

Compare
Choose a tag to compare
@iluican iluican released this 11 Apr 20:12
· 2391 commits to master since this release

C Device SDK

  • fixed AMQP over WebSockets transport interface to include Reg/Unreg Device APIs
  • fixes for the C SDK build on Raspberry Pi 2
  • changed the mqtt timeout from 5 min to 4 due to the service disconnecting after 5 min of idle time
  • MBED library names have changed

Node Device SDK

  • implemented transport agnostic errors with AMQP
  • added custom IoT Hub errors and translate them from HTTP errors

Java Device SDK

  • fixed a couple of issues which resulted in the client getting stuck after the SaS token expiration
  • added Java wrapper over the C client

Java Service SDK

  • fix for message delivery acknowledgement

Python Device SDK

  • Windows 64bit support for Python 2.7
  • various fixes

C# Device SDK

  • added AMQP support for the UWP library

C# Service SDK

  • Fix for nuget targeting ASP.NET 5 applications

General

  • documentation fixes
  • bug fixes
  • pull request merges