Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

87 lines (64 loc) · 4.82 KB

2.0.1 (Jul 2, 2017)

Bugfixes/Imporovements

  • Removed validation against .com in websocket connection.

2.0.0 (Mar 21, 2017)

API Changes

  • Deprecated region option(-g) in device configuration.
  • Added host endpoint option(-H) to connect to custom host endpoint

Features

  • Added support for browserify on Windows CMD. #74
  • Added support for loading IAM credentials from aws credential files.
  • Added sample for using Node.js SDK with webpack.

Bugfixes/Imporovements

  • Fixed README.md typo #101
  • Fixed thing.register() API to have independent optional parameters.#106
  • Upgrade MQTT.js to v2.2.1 and gulp dependencies.
  • Fixed npm test failure in node version above 4.

1.0.14 (Dec 7, 2016)

Bugfixes/Improvements

1.0.13 (July 11, 2016)

Bugfixes/Improvements

  • Addressed pull request#83 Credits given to Torsph
  • Updated lifecycle events browser demo to read from DynamoDB table of connected clients if available
  • Addresses pull request #60
  • Fixes for GitHub issues #66, #61, #53, #48, and #44.

1.0.12 (April 19, 2016)

Features

  • Added support for use in browser applications

Bugfixes/Improvements

  • Incorporated GitHub pull request #49
  • Fixes for GitHub issues #41, #47, and #50.

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