Skip to content

release_2017_07_14

Compare
Choose a tag to compare
@ewertons ewertons released this 15 Jul 00:29
· 2037 commits to main since this release

C Device SDK (version 1.1.19)

  • Stop including the cstdbool header for C++.
  • Initialize test provision devices at right time

Bug Fixes

  • Add missing ThreadAPI_Exit calls in iothubclient and iothubtransport
  • Pick up fixed make install in submods
  • Get make install to work with cross compile

Documentation

uAMQP (version 1.0.39)

  • Do not delete messages in on_link_state_changed on detach or error

C Shared Utility (version 1.0.39)

  • Fix make install
  • RSA sends intermediate certs; small refactor to cleanup RSA paths
  • Implement tlsio_retrieveoptions for Azure/azure-iot-arduino#54
  • have ETW logger
  • Fix building against libressl
  • Fix building against OpenSLL 1.0.2
  • Fix warnings and deprecations in OpenSSL 1.1
  • Update platform files to include wolfssl and update real_string for failure
  • wince failure fix for install destination
  • Fixed runtime issue with using lib instead of dll
  • Fixed Azure/azure-umqtt-c#13 and made tlsio_close idempotent
  • Add singlylinkedlist remove_if and foreach APIs