Azure IoT SDKs
jasmineymlo
released this
13 Sep 17:29
·
1211 commits
to master
since this release
C SDK
- Fixes for uamqp_messaging.c and unit tests (segfault, mbed, log traces)
- Reverting incorrect include on iothub_message for uamqp_messaging work
- Remove Unsubscribe from iothub_client_destroy
- Separating AMQP property handling from iothubtransportamqp into uamqp_messaging module
C Service Client
- Compile with /bigobj on iothub_msging_ll_ut project
- Fix double free in E2E tests
C# Service Client
- Update AmqpConnection exception handling code
Java
- Free reactor on completion of its task
- Fix making jar with deps
- Fixes queued c2d messages issue in Java SDK.
Node SDK
- Add missing IotHubQuotaExceededError in Amqp transport
- Add missing export directive in AmqpWs typings
- Add typings directive for package.json in Node SDK