Skip to content

Commit 49cc220

Browse files
committed
Release of version 1.0.11
1 parent 8ba2dee commit 49cc220

25 files changed

+3747
-2368
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.jscsrc

Lines changed: 0 additions & 129 deletions
This file was deleted.

.jshintrc

Lines changed: 0 additions & 91 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.0.11](https://github.com/aws/aws-iot-device-sdk-js/releases/tag/v1.0.11) (March 4, 2016)
2+
3+
Features:
4+
- Configurable exponential backoff retries after connection loss
5+
- Configurable offline publish message queueing
6+
- Added option for automatic re-subscription after reconnect
7+
- Added shadow option for versioning disable
8+
- Added session token support
9+
10+
Bugfixes/Improvements
11+
- Incorporated github pull requests [#33](https://github.com/aws/aws-iot-device-sdk-js/pull/33), [#34](https://github.com/aws/aws-iot-device-sdk-js/pull/34), and [#39](https://github.com/aws/aws-iot-device-sdk-js/pull/39)
12+
- Fixes for github issue [#36](https://github.com/aws/aws-iot-device-sdk-js/issues/36)
13+
- Updated unit tests
14+
- Updated documentation
15+
116
## [1.0.10](https://github.com/aws/aws-iot-device-sdk-js/releases/tag/v1.0.10) (January 28, 2016)
217

318
Features:

0 commit comments

Comments
 (0)