Skip to content

Azure IoT SDKs

Compare
Choose a tag to compare
@zolvarga zolvarga released this 21 Jun 17:11
· 1869 commits to master since this release

C Device SDK

  • Enable uploading blob larger than 64MB
  • Enable samples for linux arm builds
  • C Client responds to a missed ping with the MQTT_CLIENT_NO_PING_RESPONSE message
  • Normalize the samples to all work similarly

C# Device SDK

  • Allows to use unsigned dotnetty based on cofiguration
  • Support for Amqp over websockets on Windows 7

C# Service SDK

  • Support for Amqp over websockets on Windows 7

NodeJs Device SDK

  • Move to amqp10 v3.x.x and take dependency on event hubs node SDK instead of maintaining custom event-hubs code.
  • Add support for x509 Authentication in HTTP transport
  • Add support for Node.js v6
  • Fix MQTT Receiver race condition that prevented the first message from being emitted when subscribing

NodeJs Service SDK

  • Move to amqp10 v3.x.x and take dependency on event hubs node SDK instead of maintaining custom event-hubs code.
  • Add certificate thumbprint property to Device in Service SDK for x509 authentication

Internal changes

  • Adding more C longhaul tests (recv msg, exp send msg)
  • Update cmakelist to include architecture and update shared-util

General

  • Bump DotNetty dependency to 0.3.1

Bug fixes

  • Java client SDK - fix for the exponential backoff retry.
  • Fix issue #604 (disconnect event handler not registered in the node device client)
  • Bugfix in iothub-explorer: feedback records were not printed correctly