Skip to content

2018-01-29

Compare
Choose a tag to compare
@ewertons ewertons released this 30 Jan 17:32
· 1596 commits to main since this release

C Device SDK

  • Add e2e tests and samples to iothub client solution
  • Free UploadToBlob MultiBlock thread handle; re-factor existing code to use same paths
  • Add abortable callback to UploadToBlob APIs

Bug Fixes

  • Fix Subject Alternative Name in generated certificates (tools/CACertificates)
  • Remove non-ascii chars from iothubtransporthttp.c
  • Fix memory leak in iothubclient unit tests
  • Fix WinCE build failure
  • Enable remaining MQTT Web Sockets sfc tests
  • Add fixes for provisioning client installation
  • Fix bug preventing CURL verbose to be set with SetOption

Documentation

  • Update DPS Matrix
  • Fix mis-formatting in devdoc/iothubclient_c_library.md
  • Remove "/en-us" segments in readme.md URLs

Shared Utility

  • Fix WolfSSL TLS I/O segfault
  • Remove hard-dependency between curl and openssl
  • Provide required on_send_complete callback to TLS layer implementation of xio_send

uHTTP

  • Fix installation directives CMakeLists.txt

uTPM

  • Add installation directives to CMakeLists.txt

uAMQP

  • Provide required on_send_complete callback to TLS layer implementation of xio_send