Skip to content

Latest commit

 

History

History
90 lines (60 loc) · 2.66 KB

File metadata and controls

90 lines (60 loc) · 2.66 KB

#Change Log

1.1.2 (April 22,2016)

Bugfixes/Improvements:

  • Signature mismatch in MQTT library file fixed
  • Makefiles have a protective target on the top to prevent accidental execution

1.1.1 (April 1,2016)

Bugfixes/Improvements:

  • Removing the Executable bit from all the files in the repository. Fixing this issue
  • Refactoring MQTT client to remove declaration after statement warnings
  • Fixing this bug

1.1.0 (February 10,2016)

Features:

  • Auto Reconnect and Resubscribe Bugfixes/Improvements:
  • MQTT buffer handling incase of bigger message
  • Large timeout values converted to seconds and milliseconds
  • Dynamic loading of Shadow parameters. Client ID and Thing Name are not hard-coded
  • MQTT Library refactored

1.0.1 (October 21,2015)

Bugfixes/Improvements:

  • Paho name changed to Eclipse Paho
  • Renamed the Makefiles in the samples directory
  • Device Shadow - Delete functionality macro fixed
  • subscribe_publish_sample updated

1.0.0 (October 8, 2015)

Features:

  • Release to github
  • SDK tarballs made available for public download

Bugfixes/Improvements:

  • Updated API documentation

0.4.0 (October 5, 2015)

Features:

  • Thing Shadow Actions - Update, Delete, Get for any Thing Name
  • aws_iot_config.h file for easy configuration of parameters
  • Sample app for talking with console's Interactive guide
  • disconnect handler for the MQTT client library

Bugfixes/Improvements:

  • mbedTLS read times out every 10 ms instead of hanging for ever
  • mbedTLS handshake failure handled

0.3.0 (September 14, 2015)

Features:

  • Testing with mbedTLS, prepping for relase

Bugfixes/Improvements:

  • Refactored to break out timer and network interfaces

0.2.0 (September 2, 2015)

Features:

  • Added initial Shadow implementation + example
  • Added hostname verification to OpenSSL example
  • Added iot_log interface
  • Initial API Docs (Doxygen)

Bugfixes/Improvements:

  • Fixed yield timeout
  • Refactored APIs to pass by reference vs value

0.1.0 (August 12, 2015)

Features:

  • Initial beta release
  • MQTT Publish and Subscribe
  • TLS mutual auth on linux with OpenSSL

Bugfixes/Improvements: - N/A