Skip to content

Azure IoT SDKs

Compare
Choose a tag to compare
@jasmineymlo jasmineymlo released this 27 Aug 00:51
· 1289 commits to master since this release

C SDK

  • Fix a warning on agenttypesystem.c
  • Update paths for wsio include
  • Reference submodules with GCC 4.4 fixes
  • Bugfixes:
    • build with -DNO_LOGGING
    • get_time() calls in C AMQP transport (added failure verification)
    • Fix build.sh/cmd to disable blob storage when http is disabled.

C Service Client

  • Re-add parson submodule for c\iothub_service_client

Node SDK

  • Add support for custom properties in AMQP and HTTP transports
  • Provided Typescript typings for Node sdk.

C# SDK

  • Bugfixes:
    • Throw original exception on failure to open the AMQP connection
    • Properly dispose the AmqpConnection object

Java SDK

  • Add Linux Javawrapper 64Bit BuildScript

General