Skip to content

Azure IoT SDKs

Choose a tag to compare

@ewertons ewertons released this 14 Mar 21:42
· 2667 commits to master since this release

C Device Client

  • Fixed memory leaks on AMQP and MQTT client transports
  • Re-added support to message properties on the AMQP transport
  • Removed dependency on JDK 7 for C SDK
  • Replace gcc, make and g++ with build-essential in Linux deps
  • Added minor fixes for Arduino Yun build script
  • Added option to set the connection keep alive value on MQTT transport

Node Device and Service Clients

  • Updated Node.js SDKs to be compatible with node 0.10.x
  • Fixed a node 0.12 compatibility bug in the client code
  • Disable auto-reattach of links in node-amqp10
  • Fixed Registry.create() to do not modify the deviceInfo parameter
  • Added fix for using Browserify
  • Fixed missing HTTP user-agent headers
  • Add code coverage reporting on test execution
  • Fixed updateSharedAccessSignature() bug in HTTP Transport

C# Device and Service Clients

  • Added support for bulk CRUD operations

Java Device and Service Clients

  • Added support for sending identification string to the IoT Hub service over AMQP protocol
  • Fixed an issue which was causing the messages to be delayed by 3 seconds when sent over the AMQP protocol.
  • Fixed concurrency issues.

General

  • Test and documentation updates and improvements
  • Bug fixes