Skip to content

Azure IoT SDKs

Compare
Choose a tag to compare
@jebrando jebrando released this 17 Feb 02:55
· 2847 commits to master since this release

C Device and Service Clients

  • Fix message settlement bug in AMQP Transport and enable E2E Tests in build
  • Portability fix for CreateAgentDataType_From_String (EDM_INT32)
  • C SDK - Remove static buffer from type system

Node Device and Service Clients

  • Fix e2e tests package dependencies in Node.js SDK
  • Missing npm install calls in build script for Node.js SDK
  • Use single AMQP connection for send/feedbackReceiver tests in service client integration tests (Node.js SDK)
  • Bugfix: incorrect calls to amqp10 message settlement functions
  • Test code, dev docs and lib code now separated

C# Device and Service Clients

  • Added reference to new readme file for the csharp service SDK
  • Fix Amqp Tcp to WebSocket fallback and use a whitelist for transport retries
  • Added Readme.md file for the C# service client SDK

Java Device and Service Clients

  • Fix build error (random exception) for Java Client

General

  • Build script for Arduino Yun device
  • Merge pull request #292 from neeraj-khanna/develop