Skip to content

Latest commit

 

History

History
executable file
·
43 lines (33 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

executable file
·
43 lines (33 loc) · 2.24 KB

1.0.11 (March 4, 2016)

Features:

  • Configurable exponential backoff retries after connection loss
  • Configurable offline publish message queueing
  • Added option for automatic re-subscription after reconnect
  • Added shadow option for versioning disable
  • Added session token support

Bugfixes/Improvements

  • Incorporated github pull requests #33, #34, and #39
  • Fixes for github issue #36
  • Updated unit tests
  • Updated documentation

1.0.10 (January 28, 2016)

Features:

  • Added support for WebSocket connections to AWS IoT

Bugfixes/Improvements

  • Incorporated github pull requests #28 and #29
  • Fixes for github issues #30
  • Added unit tests to release
  • Updated documentation

1.0.7 (October 30, 2015)

Bugfixes/Improvements:

  • Incorporated github pull requests #7, #9, and #14.
  • Fixes for github issues #8 and #16.
  • Updated documentation
  • JSHint cleanup

1.0.6 (October 14, 2015)

Features:

  • Added support for AWS Console JSON configuration in example programs
  • Added thing-passthrough-example.js example program

Bugfixes/Improvements:

  • Fixes for github issues #4, #5, and #6.
  • Updated documentation