Skip to content

Releases: Azure/azure-iot-sdk-java

Azure IoT Hub SDK for java Release 2017-1-27

28 Jan 00:51
Compare
Choose a tag to compare

Java Device Client

• Added logs
• Point to correct versions in samples pom.xml
• Store certificate key by device to avoid conflict on multi-threaded application
• Modify links to point to updated folder structure
• Point samples to correct main class

Java Service Client

• Point to correct versions in samples pom.xml
• Fix parsing of statusCode JSON value returned from server in response to send
• Modify links to point to updated folder structure

Documentation

Maven packages

http://search.maven.org/#artifactdetails%7Ccom.microsoft.azure.sdk.iot%7Ciot-device-client%7C1.0.18%7Cjar
http://search.maven.org/#artifactdetails%7Ccom.microsoft.azure.sdk.iot%7Ciot-service-client%7C1.0.13%7Cjar

Merge pull request

#24, #27

Azure IoT Hub SDK for java Release 2017-01-11

12 Jan 02:01
Compare
Choose a tag to compare

Java Device Client
• Add gson as dependency
• Reorganizing folder structure according to maven standards
• Update version of IoT Hub Java Client library in Android sample
• Set the messageId using messageId property name

Java Service Client
• Reorganizing folder structure according to maven standards

Documentation
• Updated Readme docs, fixed document links
• Update message requirements doc

Maven packages
http://search.maven.org/#artifactdetails%7Ccom.microsoft.azure.sdk.iot%7Ciot-device-client%7C1.0.17%7Cjar
http://search.maven.org/#artifactdetails%7Ccom.microsoft.azure.sdk.iot%7Ciot-service-client%7C1.0.12%7Cjar

merge pull request
#3

Azure IoT Java Device and Service SDKs

02 Dec 21:30
Compare
Choose a tag to compare

Device SDK

  • Workaround to stop renegotiation when using websockets
  • Fix for sleep interval timeout for MQTT

Websocket Transport

  • Workaround to stop renegotiation when using websockets