Skip to content

release_2017_04_21

Compare
Choose a tag to compare
@ewertons ewertons released this 24 Apr 16:06
· 2214 commits to main since this release

C Device SDK

  • Changed iothubtransport_amqp_messenger to not bubble up on_event_send_complete if message_sender is faulty (give chance to retry)
  • Added Serializer DeviceMethod simple sample
  • Updated build script to work with Visual Studio 2017

C Service SDK

Documentation

  • Fixed broken link for devbox-setup
  • Updated contribution guide
  • Removed old reference in contribution doc to the macro tool for generating req ids

Bug Fixes

C Shared Utility

  • Enabled use of system default for keep-alive and replaced erroneous C++ references with C pointer types
  • Upgraded to ESP8266 RTOS SDK 1.5, bug fix for ssl connection issue
  • Fixed to be able to compile production code with /TP