Skip to content

2017-11-17

Compare
Choose a tag to compare
@ewertons ewertons released this 17 Nov 23:08
· 1767 commits to main since this release

C Device SDK (version 1.1.28)

  • Add provisioning client convenience layer
  • Adding DLL and Custom HSM for Provisioning Client

Bug Fixes

  • Fix message sender/receiver destroy function in telemetry and twin messenger modules (github #274)
  • Change CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR in CMakeLists.txt to ensure SDK compiles when added as a git submodule

Documentation

  • Updated links on how-to guides and documentation

Shared Utility

  • Fix runtime info provided by platform abstractions (iothubclient user agent string)
  • Make plaform_get_platform_info() in platform_stub.c return not NULL (gh#125)
  • Change Proxy to default access in httpapi_winhttp.c (VS2010 and later)
  • Fix retrieve/feed option for TLS version (github #223)

uMQTT

  • Added error checking for prepareheaderDataInfo and fixed .md formatting

uAQMP

  • Add cbs_destroy in EH sender sample and fix the target to include publisher
  • Make link_transfer return an ASYNC_OPERATION_HANDLE so that subsequently it can be plumbed into the message_sender_send_async to have clean timeouts