Skip to content

release_2017_05_05

Compare
Choose a tag to compare
@ewertons ewertons released this 08 May 20:39
· 2161 commits to main since this release

C Device SDK

  • Aligned all of the Arduino libraries with the pull request, and put IDE version at 1.6.12
  • Update AMQP transport to use authorization module
  • Added temperature and humidity info to events sent by all samples
  • Add e2e test for device methods with device multiplexing
  • Add e2e tests for x509 AMQP/MQTT over WebSockets

Bug Fixes

  • Made MQTT and HTTP transports return a clone of hostname in GetHostname API
  • Fixed a multiplex/authorization module-related bug in iothub_client
  • Fixed for ASYNC callback processing in device multiplexing scenario
  • Memory leak fixes in negative unit tests
  • Fixed error when building without service client

C Service SDK

Documentation

uAMQP

  • Add a getter for peer max message size
  • Added LogError to message, connection and use handles in connection.c

C Shared Utility

  • Added a fix to SasToken Validate for SKN
  • Added fixes for OSX machine information bug