Skip to content

release_2017_06_16

Compare
Choose a tag to compare
@jspaith jspaith released this 16 Jun 23:32
· 2089 commits to main since this release

C Device SDK

  • Renaming iothubtransport_amqp_messenger to iothubtransport_amqp_telemetry_messenger (prep for Twin module)
  • Rename iothubtransport_amqp_telemetry_messenger_ut to iothubtr_amqp_tel_msgr_ut
  • Modify file upload facility to use new REST api.

Bug Fixes

  • Unit test updates
  • Fix for iothubtransport_amqp_device integration with iothubtransport_amqp_telemetry_messenger
  • Remove duplicate projectUrl from *.nuspec

Documentation

  • Added reference to mqtt sample in mbed get-started doc

uAMQP

  • Fix for WindowsCE build
  • Add message UTs
  • Patch multiple value handling to allow single SASL mechanisms in SASL_init
  • Tabs => spaces

C Shared Utility

  • Received a fix for "receive" typos
  • Fix clock_gettime related build break for gcc 4.6.3
  • Enable network interface selection on older linux kernels (4.1.19)
  • Add jenkins scripts to run for build
  • Specs, implementation, and UT for tlsio_openssl_compact